优化提示信息
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -72,7 +72,7 @@ const tableInfo = ref({ | ... | @@ -72,7 +72,7 @@ const tableInfo = ref({ |
| 72 | { | 72 | { |
| 73 | label: '状态', field: 'state', type: 'switch', activeText: '上线', inactiveText: '下线', activeValue: 1, inactiveValue: 0, switchWidth: 56, width: 96, align: 'center', isDisabled: (scope) => { | 73 | label: '状态', field: 'state', type: 'switch', activeText: '上线', inactiveText: '下线', activeValue: 1, inactiveValue: 0, switchWidth: 56, width: 96, align: 'center', isDisabled: (scope) => { |
| 74 | return scope.row.isPlanGen == 'Y'; | 74 | return scope.row.isPlanGen == 'Y'; |
| 75 | },toolTipContent:"质量评估方案生成的报告禁止上下线、编辑",columClass:"text_btn" | 75 | },toolTipContent:"质量评估方案生成的报告禁止上下线、编辑、删除",columClass:"text_btn" |
| 76 | }, | 76 | }, |
| 77 | { label: "执行状态", field: "execState", type: 'tag', width: 100, align: 'center' }, | 77 | { label: "执行状态", field: "execState", type: 'tag', width: 100, align: 'center' }, |
| 78 | { | 78 | { | ... | ... |
-
Please register or sign in to post a comment