From ae760880186edef869f91e3ee97dee5788aab464 Mon Sep 17 00:00:00 2001 From: yangfeng <wanwan926_4@163.com> Date: 星期四, 19 十月 2023 17:53:53 +0800 Subject: [PATCH] bug修复(5316 5317) --- src/views/operate/allot/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/operate/allot/index.vue b/src/views/operate/allot/index.vue index 7e8cc34..4156d63 100644 --- a/src/views/operate/allot/index.vue +++ b/src/views/operate/allot/index.vue @@ -57,7 +57,7 @@ data() { return { tableList: {}, - showcol: ["浠�", "鑷�", "鑱旂郴浜�", "鏃ユ湡", "鏉ユ簮鍗曟嵁", "鍏徃", "鐘舵��"], + showcol: ["璋冨嚭浣嶇疆", "璋冨叆浣嶇疆", "鑱旂郴浜�", "鏃ユ湡", "鏉ユ簮鍗曟嵁", "鍏徃", "鐘舵��"], searchOptions: [], editConfig: { visible: false, @@ -99,15 +99,15 @@ default: true }, { - label: "浠�", + label: "璋冨嚭浣嶇疆", prop: "from", - isShowColumn: showcol.includes("浠�"), + isShowColumn: showcol.includes("璋冨嚭浣嶇疆"), default: false }, { - label: "鑷�", + label: "璋冨叆浣嶇疆", prop: "to", - isShowColumn: showcol.includes("鑷�"), + isShowColumn: showcol.includes("璋冨叆浣嶇疆"), default: false }, { -- Gitblit v1.8.0