分类分级任务bug修改
Showing
1 changed file
with
1 additions
and
8 deletions
| ... | @@ -31,14 +31,7 @@ const tableInfo = ref({ | ... | @@ -31,14 +31,7 @@ const tableInfo = ref({ |
| 31 | fields: [ | 31 | fields: [ |
| 32 | { label: "序号", type: "index", width: 56, align: "center", fixed: "left" }, | 32 | { label: "序号", type: "index", width: 56, align: "center", fixed: "left" }, |
| 33 | { label: "任务名称", field: "taskName", width: 96 }, | 33 | { label: "任务名称", field: "taskName", width: 96 }, |
| 34 | { | 34 | { label: "目录名称", field: "cgDirName", width: 120, }, |
| 35 | label: "目录名称", field: "cgDirName", width: 120, type: "text_btn", columClass: 'text_btn', click: (scope) => { | ||
| 36 | router.push({ | ||
| 37 | name: "templateConfig", | ||
| 38 | query: { guid: scope.row.damGuid }, | ||
| 39 | }); | ||
| 40 | } | ||
| 41 | }, | ||
| 42 | { | 35 | { |
| 43 | label: "元数据", field: "metaNames", width: 200, getName: (scope) => { | 36 | label: "元数据", field: "metaNames", width: 200, getName: (scope) => { |
| 44 | const metaNames = scope.row.metaNames || []; | 37 | const metaNames = scope.row.metaNames || []; | ... | ... |
-
Please register or sign in to post a comment