Selaa lähdekoodia

fix: 隐藏设置筛选条件按钮

yanglzh 8 kuukautta sitten
vanhempi
sitoutus
257e01ed7f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/iot/property/relationship/index.vue

+ 1 - 1
src/views/iot/property/relationship/index.vue

@@ -55,7 +55,7 @@
 						<el-table-column label="操作" width="170" v-col="'handle'" align="center">
 							<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="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>
 						</el-table-column>
 					</el-table>