隐藏质量报告查看日志按钮
Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -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 | }); | ... | ... |
-
Please register or sign in to post a comment