|
|
@@ -163,7 +163,7 @@
|
|
|
<el-col>
|
|
|
<el-input placeholder="请输入会员手机号" style="width:240px;" v-model="phone"/>
|
|
|
<el-button plain style="margin-left:10px;" @click="searchUser()">查询</el-button>
|
|
|
- <el-button plain style="margin-left:10px;" icon="el-icon-plus" type="primary" @click="handleAddUser()">添加外部订单用户</el-button>
|
|
|
+ <el-button plain style="margin-left:10px;" icon="el-icon-plus" type="primary" @click="handleAddUser()" v-hasPermi="['his:user:addExternalUser']">添加外部订单用户</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-table border style="margin-top:5px;" v-loading="userloading" :data="users">
|
|
|
@@ -188,7 +188,7 @@
|
|
|
<el-form-item label="收货信息" prop="addressId">
|
|
|
<el-row>
|
|
|
<el-col>
|
|
|
- <el-button plain type="primary" icon="el-icon-plus" @click="handleAddUserAddress()">添加收货地址</el-button>
|
|
|
+ <el-button plain type="primary" icon="el-icon-plus" @click="handleAddUserAddress()" v-hasPermi="['his:userAddress:add']">添加收货地址</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
<el-radio-group v-model="form.addressId" style="width:100%">
|