From 7c9ce5f1625b6468d1775f9814834ca1832e0d20 Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期一, 07 七月 2025 23:02:03 +0800 Subject: [PATCH] 导出zip --- src/views/tasks/machinereturnfileop.vue | 18 +++++++----------- 1 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/views/tasks/machinereturnfileop.vue b/src/views/tasks/machinereturnfileop.vue index f69e562..5daf5d9 100644 --- a/src/views/tasks/machinereturnfileop.vue +++ b/src/views/tasks/machinereturnfileop.vue @@ -76,7 +76,7 @@ { label: '绋嬪簭缂栧彿', - prop: 'programName', + prop: 'code', }, { label: '鍥炰紶鏈哄簥', @@ -85,14 +85,14 @@ { label: '鏂囦欢鍚嶇О', - prop: '', - formatter: (val, value, label) => { - return `${val?.variables?.machineCode}`; - }, + prop: 'name' }, { label: '鏂囦欢鍥哄寲鐘舵��', - prop: 'machineCode', + prop: 'isCured', + formatter: (val, value, label) => { + return `${val==0?'鏈浐鍖�':"宸插浐鍖�"}`; + }, }, { label: '鏂囦欢鍒拌揪鏃堕棿', @@ -100,11 +100,7 @@ type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', - }, - { - label: '鏂囦欢鏁版嵁搴撶紪鍙�', - prop: '', - }, + } ], } } -- Gitblit v1.9.3