@@ -254,7 +254,7 @@ export default {
// }
// })
// },
- // 下载二维
+ // 下载二维码
downloadCode () {
const link = document.createElement('a')
link.href = this.qrCode
@@ -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>
@@ -36,7 +36,6 @@
<a-button v-if="$hasPermissions('B_network_add')" class="add-btn" id="network-btn-add" type="primary" @click="handleEdit">新增网点</a-button>
@@ -27,9 +27,8 @@
- <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>
<s-table
@@ -39,9 +39,14 @@
- <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>
@@ -40,9 +40,8 @@
- <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>
ref="table"
@@ -42,7 +42,6 @@
<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>
@@ -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>
@@ -33,7 +33,6 @@
class="export-btn"