|
|
@@ -30,6 +30,7 @@
|
|
|
type="primary"
|
|
|
icon="el-icon-search"
|
|
|
size="mini"
|
|
|
+
|
|
|
@click="handleQuery"
|
|
|
>搜索</el-button
|
|
|
>
|
|
|
@@ -51,7 +52,7 @@
|
|
|
icon="el-icon-plus"
|
|
|
size="mini"
|
|
|
@click="handleAdd"
|
|
|
- v-hasPermi="['system:dept:add']"
|
|
|
+ v-hasPermi="['mes:md:locksettype:add']"
|
|
|
>新增
|
|
|
</el-button>
|
|
|
</el-col>
|
|
|
@@ -137,7 +138,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleUpdate(scope.row)"
|
|
|
- v-hasPermi="['mes:md:waa:edit']"
|
|
|
+ v-hasPermi="['mes:md:locksettype:edit']"
|
|
|
>修改
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
@@ -146,7 +147,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-plus"
|
|
|
@click="handleAdd(scope.row)"
|
|
|
- v-hasPermi="['mes:md:waa:add']"
|
|
|
+ v-hasPermi="['mes:md:locksettype:add']"
|
|
|
>新增
|
|
|
</el-button>
|
|
|
|
|
|
@@ -157,7 +158,7 @@
|
|
|
type="text"
|
|
|
icon="el-icon-delete"
|
|
|
@click="handleDelete(scope.row)"
|
|
|
- v-hasPermi="['mes:md:waa:remove']"
|
|
|
+ v-hasPermi="['mes:md:locksettype:remove']"
|
|
|
>删除
|
|
|
</el-button>
|
|
|
</template>
|