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
84e0a6ba
authored
2025-03-05 09:48:18 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
数据产品目录添加来源专区
1 parent
4d73efc5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
src/views/data_asset/registerCatalogManagement.vue
src/views/data_asset/registerCatalogManagement.vue
View file @
84e0a6b
...
...
@@ -38,6 +38,7 @@ const isRegisterOptions = ref<any>([
const
damTypesOptions
=
ref
<
any
>
([
{
label
:
"自建"
,
value
:
1
},
{
label
:
"加工交付"
,
value
:
2
},
{
label
:
"专区"
,
value
:
3
},
])
const
searchItemList
=
ref
([
{
...
...
@@ -435,7 +436,7 @@ const handleWindowResize = () => {
</div>
<div
class=
"mid-content"
>
<div
class=
"left"
>
产品来源
</div>
<div
class=
"right"
>
{{ item.foundMode ? (item.foundMode === 1 ? '自建' :
'加工交付'
) : '--'
<div
class=
"right"
>
{{ item.foundMode ? (item.foundMode === 1 ? '自建' :
(item.foundMode == 3 ? '专区' : '加工交付')
) : '--'
}}
</div>
</div>
<div
class=
"mid-content"
>
...
...
@@ -444,10 +445,10 @@ const handleWindowResize = () => {
</div>
</div>
<div
class=
"v-bottom"
>
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2)"
<el-button
plain
v-if=
"!(item.isRegister == 'Y' || item.foundMode == 2)
&& item.foundMode != 3
"
@
click
.
stop=
"tableBtnClick(item, 'delete')"
>
删除
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y')"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y')"
>
详情
</el-button>
<el-button
plain
v-if=
"!(item.isRegister == 'Y')
&& item.foundMode != 3
"
@
click
.
stop=
"handleDataClick(item)"
>
编辑
</el-button>
<el-button
plain
@
click
.
stop=
"handleDataClick(item)"
v-if=
"(item.isRegister == 'Y'
|| item.foundMode == 3
)"
>
详情
</el-button>
</div>
</div>
</div>
...
...
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