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
cbe2725b
authored
2025-03-13 17:22:27 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
优化提示信息
1 parent
d9703a32
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data_quality/qualityAnalysis.vue
src/views/data_quality/qualityAnalysis.vue
View file @
cbe2725
...
...
@@ -72,7 +72,7 @@ const tableInfo = ref({
{
label
:
'状态'
,
field
:
'state'
,
type
:
'switch'
,
activeText
:
'上线'
,
inactiveText
:
'下线'
,
activeValue
:
1
,
inactiveValue
:
0
,
switchWidth
:
56
,
width
:
96
,
align
:
'center'
,
isDisabled
:
(
scope
)
=>
{
return
scope
.
row
.
isPlanGen
==
'Y'
;
},
toolTipContent
:
"质量评估方案生成的报告禁止上下线、编辑"
,
columClass
:
"text_btn"
},
toolTipContent
:
"质量评估方案生成的报告禁止上下线、编辑
、删除
"
,
columClass
:
"text_btn"
},
{
label
:
"执行状态"
,
field
:
"execState"
,
type
:
'tag'
,
width
:
100
,
align
:
'center'
},
{
...
...
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