zhangdan před 4 roky
rodič
revize
f4f73185c7

+ 1 - 1
src/views/businessManage/partnerManage/partnerManage.vue

@@ -254,7 +254,7 @@ export default {
 	  //   }
 	  // })
     //  },
-    //  下载二维
+    //  下载二维
     downloadCode () {
 	  const link = document.createElement('a')
 	  link.href = this.qrCode

+ 0 - 1
src/views/businessManage/userManage/userManage.vue

@@ -58,7 +58,6 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
       <a-button type="primary" icon="plus" @click="openModal" id="userList-openModal" v-hasPermission="'B_userManage_add'">新增</a-button>
     </div>

+ 0 - 1
src/views/equipmentManage/network/network.vue

@@ -36,7 +36,6 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
       <a-button v-if="$hasPermissions('B_network_add')" class="add-btn" id="network-btn-add" type="primary" @click="handleEdit">新增网点</a-button>
     </div>

+ 1 - 2
src/views/power/role/roleList.vue

@@ -27,9 +27,8 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
-      <a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal" v-hasPermission="'B_power_role_add'">新增</a-button>
+      <a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal" v-hasPermission="'B_power_role_add'" style="margin-top:18px ;">新增</a-button>
     </div>
 
     <s-table

+ 7 - 2
src/views/power/user/userList.vue

@@ -39,9 +39,14 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
-      <a-button type="primary" icon="plus" @click="openModal" id="userList-openModal" v-hasPermission="'B_power_user_add'">新增</a-button>
+      <a-button
+        type="primary"
+        icon="plus"
+        @click="openModal"
+        id="userList-openModal"
+        v-hasPermission="'B_power_user_add'"
+        style="margin-top:18px ;">新增</a-button>
     </div>
 
     <s-table

+ 1 - 2
src/views/shop/goodsList.vue

@@ -40,9 +40,8 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
-      <a-button v-if="$hasPermissions('B_goodsManage_add')" id="goodsList-btn-add" type="primary" icon="plus" @click="handleGoods('add')">新增</a-button>
+      <a-button v-if="$hasPermissions('B_goodsManage_add')" id="goodsList-btn-add" type="primary" icon="plus" @click="handleGoods('add')" style="margin-top: 18px;">新增</a-button>
     </div>
     <s-table
       ref="table"

+ 1 - 2
src/views/shop/shopOrder.vue

@@ -42,7 +42,6 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
       <a-button
         v-if="$hasPermissions('B_orderManage_export')"
@@ -50,7 +49,7 @@
         id="shopOrder-btn-export"
         type=""
         :loading="loading"
-        @click="handleExport">导出</a-button>
+        @click="handleExport" style="margin-top: 18px;">导出</a-button>
     </div>
     <s-table
       ref="table"

+ 1 - 1
src/views/shopSetting/supplier.vue

@@ -3,7 +3,7 @@
     <!-- 搜索框 -->
     <div class="table-page-search-wrapper" style="margin-bottom: 15px;">
       <a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
-        <a-row :gutter="48">
+        <a-row :gutter="48" >
           <a-col :md="6" :sm="24">
             <a-form-item label="供应商名称" :label-col="{ span: 3 }" :wrapper-col="{ span: 12 }"><a-input allowClear v-model.trim="searchData.name" :maxLength="30" placeholder="请输入" id="supplier-name"/></a-form-item>
           </a-col>

+ 0 - 1
src/views/userInfo/userManageList.vue

@@ -33,7 +33,6 @@
         </a-row>
       </a-form>
     </div>
-    <a-divider />
     <div class="table-operator">
       <a-button
         class="export-btn"