From 7c5c3b8a1b2d571c66efd85b5dbbd37aa57c9ff8 Mon Sep 17 00:00:00 2001 From: zuozhengqing <a13193816592@163.com> Date: 星期三, 15 十一月 2023 14:08:03 +0800 Subject: [PATCH] 采购管理修改 --- src/views/purchaseManage/quality/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/purchaseManage/quality/index.vue b/src/views/purchaseManage/quality/index.vue index 66c70c9..8b2521d 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 }, @@ -154,6 +154,7 @@ }, onFilterSearch(searchText){ this.search = searchText ?? '' + this.pagerOptions.currPage = 1 this.getData() }, -- Gitblit v1.8.0