|
@@ -55,7 +55,7 @@
|
|
<el-table-column label="操作" width="170" v-col="'handle'" align="center">
|
|
<el-table-column label="操作" width="170" v-col="'handle'" align="center">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-button size="small" text type="warning" v-auth="'unbind'" @click="unbind(scope.row)">解绑</el-button>
|
|
<el-button size="small" text type="warning" v-auth="'unbind'" @click="unbind(scope.row)">解绑</el-button>
|
|
- <el-button size="small" text type="primary" v-auth="'set'" @click="set(scope.row)">设置筛选条件</el-button>
|
|
|
|
|
|
+ <!-- <el-button size="small" text type="primary" v-auth="'set'" @click="set(scope.row)">设置筛选条件</el-button> -->
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|