3ad5503f by lihua

查看进度进度时无进展阶段不显示

1 parent de4e4026
......@@ -748,7 +748,7 @@ onBeforeMount(() => {
<!-- 传递到 Form 组件中的默认插槽 -->
<template v-slot:default>
<template v-if="contractNodeCodes?.length > 0">
<div class="title-label">进展阶段录入</div>
<div v-show="!(!nodesInfo?.length && drawerInfo.type == 'view')" class="title-label">进展阶段录入</div>
<!-- 渲染行 -->
<div v-for="(row, index) in nodesInfo" :key="index" class="match-content-wrapper">
<div class="title-row"><span class="title">{{ row.contractNodeName }}</span><span class="btns"
......@@ -756,7 +756,6 @@ onBeforeMount(() => {
<Form :ref="(el: any) => { setDepItemRef(el, row.contractNodeCode) }" :itemList="row.nodeFormItems"
:formId="'node-form' + index" :rules="row.nodeFormRules" col="col2" />
</div>
<!-- 新增按钮 -->
<div class="bottm_tools" v-show="nodesInfo.length < contractNodeCodes?.length && drawerInfo.type != 'view'" @click="addNode">
<el-icon>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!