From 4d8ba785800a8c478f55d93ae274fcf7ac76a3aa Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期六, 23 九月 2023 14:24:23 +0800 Subject: [PATCH] feat: 调整各个表格列默认显隐/可配置情况 --- src/views/purchaseManage/quality/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/purchaseManage/quality/index.vue b/src/views/purchaseManage/quality/index.vue index 66c70c9..e38a6d2 100644 --- a/src/views/purchaseManage/quality/index.vue +++ b/src/views/purchaseManage/quality/index.vue @@ -74,8 +74,8 @@ search: {}, qualityStatusList:getDataByType('qualityStatus'), tableColumn: [ - { label: "璐ㄦ鍗曠紪鍙�", prop: "number", min: 190, isCommonClick: true }, - { label: "閲囪喘鍗曠紪鍙�", prop: "name", min: 130, isCommonClick: true}, + { label: "璐ㄦ鍗曠紪鍙�", prop: "number", min: 190, isCommonClick: true,default:true }, + { label: "閲囪喘鍗曠紪鍙�", prop: "name", min: 130, isCommonClick: true }, { label: "鍗曟嵁绫诲瀷", prop: "contact_name", min: 130 }, { label: "渚涘簲鍟嗗悕绉�", prop: "contact_phone", min: 130 }, { label: "鍒拌揣浠撳簱", prop: "sales_resources", min: 130 }, -- Gitblit v1.8.0