From 9cb389b74302ce6b0a2333328922e7c462234a56 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期五, 01 十二月 2023 18:31:27 +0800 Subject: [PATCH] feat: 基础信息 新增、编辑增加防重提交 列表也优化 --- admin-web/src/views/foundation/classification/index.vue | 11 ++++------- 1 files changed, 4 insertions(+), 7 deletions(-) diff --git a/admin-web/src/views/foundation/classification/index.vue b/admin-web/src/views/foundation/classification/index.vue index 46e7eb7..b2705c7 100644 --- a/admin-web/src/views/foundation/classification/index.vue +++ b/admin-web/src/views/foundation/classification/index.vue @@ -114,9 +114,9 @@ }, // 鍒椾俊鎭� columns: [ - { title: '鍒嗙被鍚嶇О', field: 'categoryName', align: 'center' }, - { title: '绫诲埆', field: 'classification', align: 'left' }, - { title: '鏄剧ず椤哄簭', field: 'orderNumber', align: 'center', width: '80px' }, + { title: '鍒嗙被鍚嶇О', field: 'categoryName', align: 'left', minWidth: 140 }, + { title: '绫诲埆', field: 'classification', align: 'center', width: 100 }, + { title: '鏄剧ず椤哄簭', field: 'orderNumber', align: 'center', width: 100 }, { field: 'states', title: '鐘舵��', @@ -149,7 +149,7 @@ // 鎿嶄綔淇℃伅 operation: { show: true, // 鏄剧ず鎿嶄綔鍒� - width: '150', // 鍒楀 + width: '160', // 鍒楀 attr: [ { title: '缂栬緫', @@ -207,8 +207,6 @@ // 宸︿晶鏍戝垵濮嬪寲 initTreeData() { getTree().then((res) => { - console.log(res, 'restree'); - console.log(this.importSetting, 'this.importSetting'); const content = res || []; // this.treeDataList.splice(0, this.treeDataList.length) this.treeDataList = content; @@ -264,7 +262,6 @@ this.editSetting.show = true; }, nodeClick(param) { - console.log(param, 'param'); param = param || {}; this.p = Object.assign( {}, -- Gitblit v1.9.1