5a0f4d85 by lihua

优化提示信息

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