5a0f4d85 by lihua

优化提示信息

1 parent e202c9d7
...@@ -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 {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!