1ecb2aea by lxs

分类分级任务bug修改

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