From 73950be33cbfccff3c11b43926840053c7bae351 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Thu, 6 May 2021 16:46:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20modelBox=E4=BE=A7=E6=BB=91=20ChartTempla?= =?UTF-8?q?te=E5=88=97=E8=A1=A8=E6=90=9C=E7=B4=A2=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E5=90=8D=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../common/rightBox/administration/modelBox.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue index 28c2d32d4..35d157164 100644 --- a/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue +++ b/nezha-fronted/src/components/common/rightBox/administration/modelBox.vue @@ -79,10 +79,10 @@ export default { editModule: {}, chartlList: [], // chart 列表数据 ChartSearchShowFields: [ // ChartSearch 下拉搜索表头 - { title: 'id', data: 'id' }, - { title: 'name', data: 'name' }, - { title: 'desc', data: 'type' }, - { title: 'Description', data: 'Description' } + { title: 'ID', data: 'id' }, + { title: 'Name', data: 'name' }, + { title: 'Type', data: 'type' }, + { title: 'Description', data: 'remark' } ], url: 'asset/model', brandUrl: 'asset/brand',