From d8ac6057eaad648687699e25a575f3b7b8c1b102 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期五, 17 十一月 2023 18:52:19 +0800
Subject: [PATCH] 	modified:   src/views/plan/customerorder/schedule-table.vue

---
 src/views/basic/division/index.vue |   41 +++++++++++++++--------------------------
 1 files changed, 15 insertions(+), 26 deletions(-)

diff --git a/src/views/basic/division/index.vue b/src/views/basic/division/index.vue
index 5fe0c36..6cded44 100644
--- a/src/views/basic/division/index.vue
+++ b/src/views/basic/division/index.vue
@@ -1,24 +1,12 @@
 <template>
   <div class="mod-config">
     <basic-container>
-      <ttable
-        :table="table"
-        @handleSelectionChange="handleSelectionChange"
-        :uploadInfo="uploadInfo"
-        :isShowHide="true"
-        :prelang="prelang"
-        :options="options"
-        :ajaxFun="ajaxFun"
-        ref="divisionTable"
-      >
+      <ttable :table="table" @handleSelectionChange="handleSelectionChange" :uploadInfo="uploadInfo" :isShowHide="true"
+        :prelang="prelang" :options="options" :ajaxFun="ajaxFun" ref="divisionTable">
         <template #toolbar></template>
       </ttable>
       <!-- 寮圭獥, 鏂板 / 淇敼 -->
-      <table-form
-        v-if="addOrUpdateVisible"
-        ref="addOrUpdate"
-        @refreshDataList="getData"
-      ></table-form>
+      <table-form v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getData"></table-form>
     </basic-container>
   </div>
 </template>
@@ -52,6 +40,7 @@
         seqNo: true,
         isShowHide: true, // 鏄惁鏄剧ず鏄惧奖鎸夐挳
         isSearch: false, // 楂樼骇鏌ヨ鎸夐挳
+        isRefresh: true,
         defaultOrderBy: { column: 'createTime', direction: 'desc' }
       },
       table: {
@@ -82,21 +71,21 @@
             isSearch: true,
             searchInfoType: 'text'
           },
-          // 绠$悊浜哄憳
-          {
-            minWidth: '140',
-            prop: 'staffName',
-            label: '绠$悊浜哄憳',
-            sort: true,
-            isTrue: true,
-            isSearch: true,
-            searchInfoType: 'text'
-          },
           // 鍏徃
           {
             minWidth: '120',
             prop: 'companyName',
             label: '鍏徃',
+            sort: true,
+            isTrue: true,
+            isSearch: true,
+            searchInfoType: 'text'
+          },
+          // 绠$悊浜哄憳
+          {
+            minWidth: '140',
+            prop: 'factoryName',
+            label: '宸ュ巶',
             sort: true,
             isTrue: true,
             isSearch: true,
@@ -204,7 +193,7 @@
         closeOnClickModal: false,
         type: 'warning'
       })
-        .then(function() {
+        .then(function () {
           return delObj(row.id)
         })
         .then((data) => {

--
Gitblit v1.9.3