d9703a32 by lihua

隐藏质量报告查看日志按钮

1 parent bee543a5
...@@ -79,11 +79,10 @@ const tableInfo = ref({ ...@@ -79,11 +79,10 @@ const tableInfo = ref({
79 actionInfo: { 79 actionInfo: {
80 label: "操作", 80 label: "操作",
81 type: "btn", 81 type: "btn",
82 width: 140, 82 width: 100,
83 fixed: 'right', 83 fixed: 'right',
84 btns: [ 84 btns: [
85 { label: "查看结果", value: "resultView" }, 85 { label: "查看结果", value: "resultView" },
86 { label: "日志", value: "log" }
87 ], 86 ],
88 } 87 }
89 }); 88 });
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!