|
|
@@ -309,7 +309,7 @@
|
|
|
>修改密码
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="!isAuth('shopsList:delete')"
|
|
|
+ :disabled="!isAuth('shopsList:update')"
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
@click="shopsListOrder(scope.row)"
|
|
|
@@ -326,7 +326,7 @@
|
|
|
>修改信息
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="!isAuth('shopsList:delete')"
|
|
|
+ :disabled="!isAuth('shopsList:update')"
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
@click="shopsListSr(scope.row)"
|
|
|
@@ -334,7 +334,7 @@
|
|
|
>收入统计
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="!isAuth('shopsList:delete')"
|
|
|
+ :disabled="!isAuth('shopsList:update')"
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
@click="shopsListQb(scope.row)"
|
|
|
@@ -342,7 +342,7 @@
|
|
|
>商铺钱包
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="!isAuth('shopsList:delete')"
|
|
|
+ :disabled="!isAuth('shopsList:update')"
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
@click="shopsListBzj(scope.row)"
|
|
|
@@ -358,7 +358,7 @@
|
|
|
>评价明细
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
- :disabled="!isAuth('shopsList:delete')"
|
|
|
+ :disabled="!isAuth('shopsList:update')"
|
|
|
size="mini"
|
|
|
type="primary"
|
|
|
@click="shopsListYhq(scope.row)"
|