Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
77e24b9e
authored
2025-04-28 17:48:45 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查看进度进度时无进展阶段不显示
1 parent
5d85e3e8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/views/data_asset/contractProgress.vue
src/views/data_asset/contractProgress.vue
View file @
77e24b9
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment