From 302858f921bed077ab54dd31102f086bfe1add3c Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期三, 07 二月 2024 11:59:47 +0800
Subject: [PATCH] srm项目 系统参数设置的前端页面开发+增加相关路由+公共列表组件增加是否可以配置表头的逻辑

---
 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