From f030d4e89acc8dfca8bf2b9df9ac24ad8f66d06c Mon Sep 17 00:00:00 2001 From: gaoluyang <gaoluyang@rengu.cc> Date: 星期三, 25 九月 2024 17:32:04 +0800 Subject: [PATCH] 1.编辑模板弹框添加取消按钮 --- src/components/view/a7-standard-method.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/view/a7-standard-method.vue b/src/components/view/a7-standard-method.vue index 58f52cc..d40bad2 100644 --- a/src/components/view/a7-standard-method.vue +++ b/src/components/view/a7-standard-method.vue @@ -170,6 +170,7 @@ requiredAdd: ['code', 'name', 'isProduct', 'isUse', 'nameEn'], requiredUp: ['code', 'name', 'isProduct', 'isUse', 'nameEn'], accept:聽'.xlsx', + needSort: ['createTime', 'updateTime', 'field'], inputType:聽'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' }, entityCopy: {}, -- Gitblit v1.9.3