|
@@ -39,7 +39,7 @@
|
|
|
type="primary"
|
|
type="primary"
|
|
|
plain
|
|
plain
|
|
|
@click="openForm('create')"
|
|
@click="openForm('create')"
|
|
|
- v-hasPermi="['iot:product-classify:create']"
|
|
|
|
|
|
|
+ v-hasPermi="['rq:iot-soc-source:create']"
|
|
|
>
|
|
>
|
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
|
<Icon icon="ep:plus" class="mr-5px" /> 新增
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -82,7 +82,7 @@
|
|
|
link
|
|
link
|
|
|
type="primary"
|
|
type="primary"
|
|
|
@click="openForm('update', scope.row.id)"
|
|
@click="openForm('update', scope.row.id)"
|
|
|
- v-hasPermi="['iot:product-classify:update']"
|
|
|
|
|
|
|
+ v-hasPermi="['rq:iot-soc-source:update']"
|
|
|
>
|
|
>
|
|
|
修改
|
|
修改
|
|
|
</el-button>
|
|
</el-button>
|
|
@@ -90,7 +90,7 @@
|
|
|
link
|
|
link
|
|
|
type="danger"
|
|
type="danger"
|
|
|
@click="handleDelete(scope.row.id)"
|
|
@click="handleDelete(scope.row.id)"
|
|
|
- v-hasPermi="['iot:product-classify:delete']"
|
|
|
|
|
|
|
+ v-hasPermi="['rq:iot-soc-source:delete']"
|
|
|
>
|
|
>
|
|
|
删除
|
|
删除
|
|
|
</el-button>
|
|
</el-button>
|