页面按钮权限配置
This commit is contained in:
@@ -96,7 +96,7 @@
|
||||
type="text"
|
||||
icon="el-icon-zoom-in"
|
||||
@click="paymentconfirmationRow(scope.row)"
|
||||
v-hasPermi="['monitor:online:forceLogout']"
|
||||
v-hasPermi="['paymentManagement:list:payconfirm']"
|
||||
>缴费确认</el-button
|
||||
>
|
||||
<el-button
|
||||
@@ -104,7 +104,7 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="viewpaymentformRow(scope.row)"
|
||||
v-hasPermi="['monitor:online:forceLogout']"
|
||||
v-hasPermi="['paymentManagement:list:detail']"
|
||||
>查看缴费单</el-button
|
||||
>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user