Browse Source

修改列设置

xiaodai2017 1 year ago
parent
commit
491e0adc7a

+ 3 - 3
src/views/operate/account/index.vue

@@ -22,7 +22,7 @@
       >
         <template #table-header="{}">
           <div style="width: 100%">
-            <el-row style="padding: 0 0 0 80px">
+            <el-row style="padding: 0 0 0 0">
               <el-col :span="24">
                 <el-col :span="4" style="width: 120px">
                   <el-select
@@ -30,7 +30,7 @@
                     v-model="parmValue.status"
                     filterable
                     clearable
-                    placeholder="账号状态"
+                    placeholder="状态"
                     style="width: 100%"
                     @change="
                       pageInfo.curr = 1;
@@ -258,7 +258,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 11 - 10
src/views/operate/invoicing/index.vue

@@ -23,8 +23,8 @@
       >
         <template #table-header="{}">
           <div style="width: 100%">
-            <el-row style="padding: 0 0 10px 80px">
-              <el-col :span="6" style="width: 303px">
+            <el-row style="padding: 0 0 10px 0">
+              <!-- <el-col :span="6" style="width: 303px">
                 <period-date-picker
                   :type="1"
                   :width="'135px'"
@@ -33,7 +33,7 @@
                   :end="parmValue.end"
                   @timeReturned="handleTime"
                 />
-              </el-col>
+              </el-col> -->
               <el-col :span="4" style="width: 160px">
                 <el-select
                   v-model="parmValue.status"
@@ -56,6 +56,11 @@
                   />
                 </el-select>
               </el-col>
+              <el-col :span="3" style="padding:0 0 0 10px;width: 300px">
+                <search-customer prop="companyNo" style="width:100%" size="mini" :value.sync="parmValue.code" placeholder="客户公司名称"
+                  @change="searchList()"
+                />
+              </el-col>
 
               <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
                 <el-button type="primary" :size="searchSize" @click="searchList">
@@ -69,7 +74,7 @@
               </el-col>
             </el-row>
             <el-row>
-              <el-col :span="4" style="width: 343px">
+              <el-col :span="4" style="width: 460px">
                 <el-input
                   :size="searchSize"
                   v-model="sinput"
@@ -100,11 +105,7 @@
                 </el-input>
               </el-col>
 
-              <el-col :span="3" style="margin-left:10px;width: 203px">
-                <search-customer prop="companyNo" size="mini" :value.sync="parmValue.code" placeholder="业务公司"
-                  @change="searchList()"
-                />
-              </el-col>
+              
 
               <el-col
                 :span="3"
@@ -255,7 +256,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 3 - 3
src/views/operate/organize/index.vue

@@ -38,7 +38,7 @@
             filterable
             clearable
             :size="searchSize"
-            placeholder="分类状态"
+            placeholder="状态"
             style="width: 100%"
             @change="searchList()"
           >
@@ -50,7 +50,7 @@
             />
           </el-select>
         </el-col>
-        <el-col :span="6" style="width: 303px; padding: 0 0 0 10px">
+        <!-- <el-col :span="6" style="width: 303px; padding: 0 0 0 10px">
           <period-date-picker
             :type="1"
             :width="'135px'"
@@ -59,7 +59,7 @@
             :end="parmValue.end"
             @timeReturned="handleTime"
           />
-        </el-col>
+        </el-col> -->
         <el-col :span="3" style="width: 400px; padding: 0 0 0 10px">
           <el-input
             v-model="sinput"

+ 20 - 4
src/views/operate/shop/columns.js

@@ -77,19 +77,35 @@ const columns = [
   {
     prop: "storeType",
     label: "店铺类型",
-    width: "100",
+    width: "80",
     _slot_: "storeType",
   },
+  {
+    prop: "store_name",
+    label: "店铺名称",
+    minWidth: "200",
+  },
   {
     prop: "status",
     label: "状态",
     width: "60",
     _slot_: "status",
   },
+  
   {
-    prop: "store_name",
-    label: "店铺名称",
-    minWidth: "200",
+    prop: "store_city_text",
+    label: "所在城市",
+    width: "135",
+  },
+  {
+    prop: "max_area",
+    label: "会场面积(㎡)",
+    width: "100",
+  },
+  {
+    prop: "meet_num",
+    label: "容纳人数(人)",
+    width: "100",
   },
   {
     prop: "supplier",

+ 31 - 29
src/views/operate/shop/index.vue

@@ -22,37 +22,16 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 10px 80px">
-            <el-col :span="4" style="width: 100px">
-              <el-select
-                v-model="parmValue.status"
-                filterable
-                clearable
-                :size="searchSize"
-                placeholder="状态"
-                style="width: 100%"
-                @change="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-              >
-                <el-option
-                  v-for="item in statusList"
-                  :key="'status' + item.code"
-                  :label="item.name"
-                  :value="item.code"
-                />
-              </el-select>
-            </el-col>
-            <el-col :span="4" style="width: 160px;padding:0 0 0 10px">
+          <el-row style="padding: 0 0 10px 0">
+           
+            <el-col :span="4" style="width: 160px;">
               <search-city
                 :value="parmValue.store_city"
                 :size="'mini'"
                 :isDetail="false"
                 :names="''"
                 :disabled="false"
-                :placeholder="'店铺所在城市'"
+                :placeholder="'所在城市'"
                 @searchChange="searchChange($event,'store_city')"
               />
             </el-col>
@@ -102,7 +81,29 @@
             </el-col>
           </el-row>
           <el-row>
-            <el-col :span="4" style="width: 160px;">
+            <el-col :span="4" style="width: 160px">
+              <el-select
+                v-model="parmValue.status"
+                filterable
+                clearable
+                :size="searchSize"
+                placeholder="状态"
+                style="width: 100%"
+                @change="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+              >
+                <el-option
+                  v-for="item in statusList"
+                  :key="'status' + item.code"
+                  :label="item.name"
+                  :value="item.code"
+                />
+              </el-select>
+            </el-col>
+            <!-- <el-col :span="4" style="width: 160px;">
               <search-store-spec
                 :value="parmValue.store_spec_id"
                 :size="'mini'"
@@ -112,8 +113,9 @@
                 :placeholder="'场地特色'"
                 @searchChange="searchChange($event,'store_spec_id')"
               />
-            </el-col>
-            <el-col :span="4" style="width: 333px">
+              
+            </el-col> -->
+            <el-col :span="4" style="width: 480px;padding:0 0 0 10px">
               <el-input
                 :size="searchSize"
                 v-model="parmValue.store_name"
@@ -327,7 +329,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 3 - 3
src/views/operate/shopTrim/index.vue

@@ -27,18 +27,18 @@
       
         <div class="shopTrim-add-main">
           <el-row class="shopTrim-add">
-            <el-col :span="8" class="shopTrim-add-el-col">
+            <el-col :span="12" class="shopTrim-add-el-col">
               <div class="label">店铺名称:</div>
               <div class="name">{{ sitem.store_name }}</div>
             </el-col>
-            <el-col :span="8" class="shopTrim-add-el-col">
+            <el-col :span="12" class="shopTrim-add-el-col">
               <div class="label">供应商名称:</div>
               <div class="name">{{ sitem.supplier?sitem.supplier.name:''}}</div>
             </el-col>
           </el-row>
         </div>
         <!-- :tab-position="'left'" -->
-        <el-tabs  v-model="activeName" size="medium">
+        <el-tabs  v-model="activeName" size="medium" style="margin: 0 0 0 10px;">
           <el-tab-pane label="基础信息" name="1">
             <baseData :store_id="roleActiveId" :sitem="sitem"  v-if="activeName==='1'"/>
           </el-tab-pane>

+ 20 - 15
src/views/operate/supplier/index.vue

@@ -23,8 +23,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 10px 80px">
-            <el-col :span="6" style="width: 303px">
+          <el-row style="padding: 0 0 0 0">
+            <!-- <el-col :span="6" style="width: 303px">
               <period-date-picker
                 :type="1"
                 :width="'135px'"
@@ -33,7 +33,7 @@
                 :end="parmValue.end"
                 @timeReturned="handleTime"
               />
-            </el-col>
+            </el-col> -->
             <el-col :span="4" style="width: 160px">
               <el-select
                 v-model="parmValue.status"
@@ -56,15 +56,7 @@
                 />
               </el-select>
             </el-col>
-            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
-              <el-button type="primary" :size="searchSize" @click="searchList">刷新</el-button>
-            </el-col>
-            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
-              <el-button type="warning" :size="searchSize" @click="restSearch">重置</el-button>
-            </el-col>
-          </el-row>
-          <el-row>
-            <el-col :span="4" style="width: 333px">
+            <el-col :span="4" style="width: 400px;padding:0 0 0 10px">
               <el-input
                 :size="searchSize"
                 v-model="parmValue.name"
@@ -83,6 +75,12 @@
                 placeholder="供应商名称"
               ></el-input>
             </el-col>
+            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
+              <el-button type="primary" :size="searchSize" @click="searchList">刷新</el-button>
+            </el-col>
+            <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
+              <el-button type="warning" :size="searchSize" @click="restSearch">重置</el-button>
+            </el-col>
             <el-col
               :span="6"
               class="fr"
@@ -99,6 +97,7 @@
               </el-button>
             </el-col>
           </el-row>
+      
         </div></template
       >
 
@@ -325,7 +324,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {
@@ -342,7 +341,7 @@ export default {
         {
           prop: "code",
           label: "供应商编号",
-          minWidth: "160",
+          width: "160",
         },
         {
           prop: "name",
@@ -355,6 +354,12 @@ export default {
           minWidth: "200",
           _slot_: "supplier_type",
         },
+        {
+          prop: "status",
+          label: "状态",
+          minWidth: "200",
+          _slot_: "status",
+        },
         {
           prop: "ocr_status",
           label: "营业执照识别状态",
@@ -380,7 +385,7 @@ export default {
           prop: "",
           label: "操作",
           fixed: "right",
-          width: "200",
+          width: "150",
           _noset_: true,
           _slot_: "operation",
         },

+ 11 - 10
src/views/operate/supplierInvoice/index.vue

@@ -23,8 +23,8 @@
       >
         <template #table-header="{}">
           <div style="width: 100%">
-            <el-row style="padding: 0 0 10px 80px">
-              <el-col :span="6" style="width: 303px">
+            <el-row style="padding: 0 0 10px 0">
+              <!-- <el-col :span="6" style="width: 303px">
                 <period-date-picker
                   :type="1"
                   :width="'135px'"
@@ -33,7 +33,7 @@
                   :end="parmValue.end"
                   @timeReturned="handleTime"
                 />
-              </el-col>
+              </el-col> -->
               <el-col :span="4" style="width: 160px">
                 <el-select
                   v-model="parmValue.status"
@@ -56,6 +56,11 @@
                   />
                 </el-select>
               </el-col>
+              <el-col :span="3" style="padding:0 0 0 10px;width: 300px">
+                <search-supplier prop="code" style="width:100%" size="mini" :value.sync="parmValue.code" placeholder="供应商公司"
+                  @change="searchList()"
+                />
+              </el-col>
 
               <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
                 <el-button 
@@ -76,7 +81,7 @@
               </el-col>
             </el-row>
             <el-row>
-              <el-col :span="4" style="width: 343px">
+              <el-col :span="4" style="width: 460px">
                 <el-input
                   :size="searchSize"
                   v-model="sinput"
@@ -107,11 +112,7 @@
                 </el-input>
               </el-col>
 
-              <el-col :span="3" style="margin-left:10px;width: 203px">
-                <search-supplier prop="code" size="mini" :value.sync="parmValue.code" placeholder="供应商公司"
-                  @change="searchList()"
-                />
-              </el-col>
+             
 
               <el-col
                 :span="3"
@@ -274,7 +275,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 21 - 20
src/views/serviceParam/actBudget/index.vue

@@ -22,26 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right:10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue.name"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="活动预算"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+        
 
             <el-col :span="4" style="width: 160px">
               <el-select
@@ -65,6 +47,25 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:200px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue.name"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="活动预算"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">

+ 2 - 2
src/views/serviceParam/actNum/index.vue

@@ -22,7 +22,7 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
+          <el-row style="padding: 0 0 0 0">
             <!-- <el-col :span="4" style="margin-right: 10px">
               <el-input
                 :size="searchSize"
@@ -214,7 +214,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 22 - 21
src/views/serviceParam/actProject/index.vue

@@ -22,26 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right: 10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue.name"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="需求项目"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+           
 
             <el-col :span="4" style="width: 160px">
               <el-select
@@ -65,6 +47,25 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue.name"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="需求项目"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -218,7 +219,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 23 - 22
src/views/serviceParam/actType/index.vue

@@ -22,28 +22,10 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right:10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue.name"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="活动类型"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+            
 
-            <el-col :span="4" style="width: 160px">
+            <el-col :span="4" style="width: 160px;">
               <el-select
                 v-model="parmValue.status"
                 filterable
@@ -65,6 +47,25 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue.name"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="活动类型"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -219,7 +220,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 26 - 30
src/views/serviceParam/advRatio/index.vue

@@ -22,14 +22,14 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="width: 160px; margin-right: 10px">
+          <el-row style="padding: 0 0 0 0">
+            <el-col :span="4" style="width: 160px">
               <el-select
-                v-model="parmValue['name']"
+                v-model="parmValue.status"
                 filterable
                 clearable
                 :size="searchSize"
-                placeholder="预付类型"
+                placeholder="状态"
                 style="width: 100%"
                 @change="
                   pageInfo.curr = 1;
@@ -38,21 +38,20 @@
                 "
               >
                 <el-option
-                  v-for="item in prepaidList"
-                  :key="'status' + item.value"
-                  :label="item.label"
-                  :value="item.value"
+                  v-for="item in statusList"
+                  :key="'status' + item.code"
+                  :label="item.name"
+                  :value="item.code"
                 />
               </el-select>
             </el-col>
-
-            <el-col :span="4" style="width: 160px">
+            <el-col :span="4" style="width: 200px; padding: 0 0 0 10px">
               <el-select
-                v-model="parmValue.status"
+                v-model="parmValue['name']"
                 filterable
                 clearable
                 :size="searchSize"
-                placeholder="状态"
+                placeholder="预付类型"
                 style="width: 100%"
                 @change="
                   pageInfo.curr = 1;
@@ -61,14 +60,13 @@
                 "
               >
                 <el-option
-                  v-for="item in statusList"
-                  :key="'status' + item.code"
-                  :label="item.name"
-                  :value="item.code"
+                  v-for="item in prepaidList"
+                  :key="'status' + item.value"
+                  :label="item.label"
+                  :value="item.value"
                 />
               </el-select>
             </el-col>
-
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
                 刷新
@@ -102,8 +100,10 @@
           :size="tablebtnSize"
           :type="scope.row.status == '0' ? 'warning' : ''"
           v-text="
-          (statusList.find((item) => Number(item.code) == Number(scope.row.status)) || {}).name ||
-            '--'
+            (
+              statusList.find((item) => Number(item.code) == Number(scope.row.status)) ||
+              {}
+            ).name || '--'
           "
         ></el-tag>
       </template>
@@ -113,18 +113,14 @@
           :size="tablebtnSize"
           :type="scope.row['name'] == '2' ? 'warning' : ''"
           v-text="
-            (prepaidList.find((item) => item.value == scope.row['name']) || {})
-              .label || '--'
+            (prepaidList.find((item) => item.value == scope.row['name']) || {}).label ||
+            '--'
           "
         ></el-tag>
       </template>
 
       <template #operation="{ scope }">
-        <el-tooltip
-          effect="dark"
-          content="详情"
-          placement="top"
-        >
+        <el-tooltip effect="dark" content="详情" placement="top">
           <i
             class="el-icon-view tb-icon"
             @click="openModal(scope.row, '007', scope.row.status)"
@@ -231,14 +227,14 @@ export default {
         prepaidPercentage: "",
         name: "",
       },
-     
+
       // 表格 - 数据
       tableData: [],
       // 表格 - 参数
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {
@@ -344,7 +340,7 @@ export default {
               message: "",
             });
             await this.searchList();
-          } 
+          }
         })
         .catch(() => {
           console.log("取消");
@@ -391,7 +387,7 @@ export default {
       if (res && res.code === 1 && res.data) {
         this.tableData = res.data.list;
         this.pageInfo.total = Number(res.data.total);
-      }else {
+      } else {
         this.tableData = [];
         this.pageInfo.total = 0;
       }

+ 2 - 2
src/views/serviceParam/area/index.vue

@@ -22,7 +22,7 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
+          <el-row style="padding: 0 0 0 0">
             <!-- <el-col :span="4" style="margin-right: 10px">
               <el-input
                 :size="searchSize"
@@ -214,7 +214,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 17 - 16
src/views/serviceParam/industry/index.vue

@@ -22,21 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right:10px">
-              <el-input v-model="parmValue.name" placeholder="行业" size="mini" clearable  
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                 />
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+         
             <el-col :span="4" style="width: 160px">
               <el-select
                 v-model="parmValue.status"
@@ -59,6 +46,20 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input v-model="parmValue.name" placeholder="行业" size="mini" clearable  
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                 />
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -211,7 +212,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 21 - 20
src/views/serviceParam/industryTag/index.vue

@@ -22,25 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right:10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue['name']"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                " @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="行业标签"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+          
 
             <el-col :span="4" style="width: 160px">
               <el-select
@@ -64,6 +47,24 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue['name']"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                " @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="行业标签"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -215,7 +216,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 2 - 2
src/views/serviceParam/sort/index.vue

@@ -22,7 +22,7 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 10px 80px">
+          <el-row style="padding: 0 0 10px 0">
             <el-col :span="3" style="width: 748px">
               <div class="my-breadcrumb clear">
                 <div
@@ -243,7 +243,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 22 - 21
src/views/serviceParam/storeStyle/index.vue

@@ -22,26 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right: 10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue.name"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="场地特色"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+           
 
             <el-col :span="4" style="width: 160px">
               <el-select
@@ -65,6 +47,25 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue.name"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="场地特色"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -221,7 +222,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 22 - 21
src/views/serviceParam/storeType/index.vue

@@ -22,26 +22,8 @@
     >
       <template #table-header="{}">
         <div style="width: 100%">
-          <el-row style="padding: 0 0 0 80px">
-            <el-col :span="4" style="margin-right: 10px">
-              <el-input
-                :size="searchSize"
-                v-model="parmValue.name"
-                :maxlength="40"
-                clearable
-                @blur="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                @clear="
-                  pageInfo.curr = 1;
-                  parmValue.page = 1;
-                  searchList();
-                "
-                placeholder="店铺类型"
-              ></el-input>
-            </el-col>
+          <el-row style="padding: 0 0 0 0">
+           
 
             <el-col :span="4" style="width: 160px">
               <el-select
@@ -65,6 +47,25 @@
                 />
               </el-select>
             </el-col>
+            <el-col :span="4" style="width:280px;padding:0 0 0 10px">
+              <el-input
+                :size="searchSize"
+                v-model="parmValue.name"
+                :maxlength="40"
+                clearable
+                @blur="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                @clear="
+                  pageInfo.curr = 1;
+                  parmValue.page = 1;
+                  searchList();
+                "
+                placeholder="店铺类型"
+              ></el-input>
+            </el-col>
 
             <el-col :span="3" class="fr" style="width: 66px; padding: 0 0 0 10px">
               <el-button type="primary" :size="searchSize" @click="searchList">
@@ -218,7 +219,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 2 - 2
src/views/system/button/index.vue

@@ -23,7 +23,7 @@
       >
         <template #table-header="{}">
           <div style="width: 100%">
-            <el-row style="padding: 0 0 0 80px">
+            <el-row style="padding: 0 0 0 0">
               <el-col :span="24">
                 <el-col :span="4" style="width: 120px">
                   <el-select
@@ -226,7 +226,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 3 - 3
src/views/system/role/index.vue

@@ -21,14 +21,14 @@
       <template #table-header="{}">
         <div style="width: 100%">
           <el-row>
-            <el-col :span="24" style="padding: 0 0 0 80px">
+            <el-col :span="24" style="padding: 0 0 0 0">
               <el-col :span="3" style="width: 120px">
                 <el-select
                   v-model="parmValue.status"
                   filterable
                   clearable
                   :size="searchSize"
-                  placeholder="角色状态"
+                  placeholder="状态"
                   style="width: 100%"
                   @change="
                     pageInfo.curr = 1;
@@ -215,7 +215,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       // 表格 - 分页
       pageInfo: {

+ 1 - 1
src/views/system/setBtn/index.vue

@@ -205,7 +205,7 @@ export default {
       table: {
         stripe: true,
         border: true,
-        _defaultHeader_: ["setcol"],
+        // _defaultHeader_: ["setcol"],
       },
       pageInfo: {
         size: 15,