From 7fa7c5616395c0e067d974e00be86d8b323443f8 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Sat, 19 Oct 2024 21:04:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B7=E6=A0=BC=E6=96=B0=E5=A2=9E=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=90=8D=E7=A7=B0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/Pricesystem/index.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/option/Pricesystem/index.js b/src/option/Pricesystem/index.js index f58f1182..2770c937 100644 --- a/src/option/Pricesystem/index.js +++ b/src/option/Pricesystem/index.js @@ -102,6 +102,17 @@ export const columnList = [ sortable: true, head: false, }, + { + prop: 'templateName', + label: '模板名称', + type: 2, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'createUserName', label: '操作',