Commit 0d18ab5f authored by 张伯涛's avatar 张伯涛

岗位,字典,字典类型,perms权限标识符对应更改

parent 6e3830f6
......@@ -49,7 +49,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:edit']"
v-hasPermi="['system:dict:update']"
type="success"
icon="el-icon-edit"
size="mini"
......@@ -60,7 +60,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:remove']"
v-hasPermi="['system:dict:delete']"
type="danger"
icon="el-icon-delete"
size="mini"
......@@ -71,6 +71,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-has-permi="['system:dict:export']"
type="warning"
icon="el-icon-download"
size="mini"
......
......@@ -67,7 +67,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:edit']"
v-hasPermi="['system:dict:update']"
type="success"
icon="el-icon-edit"
size="mini"
......@@ -78,7 +78,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:dict:remove']"
v-hasPermi="['system:dict:delete']"
type="danger"
icon="el-icon-delete"
size="mini"
......
......@@ -47,7 +47,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:post:edit']"
v-hasPermi="['system:post:update']"
type="success"
icon="el-icon-edit"
size="mini"
......@@ -58,7 +58,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-hasPermi="['system:post:remove']"
v-hasPermi="['system:post:delete']"
type="danger"
icon="el-icon-delete"
size="mini"
......@@ -69,6 +69,7 @@
</el-col>
<el-col :span="1.5">
<el-button
v-has-permi="['system:post:export']"
type="warning"
icon="el-icon-download"
size="mini"
......@@ -192,8 +193,8 @@
:key="dict.dictValue"
:label="dict.dictValue"
>{{ dict.dictLabel }}
<!-- <el-radio label="0">正常</el-radio>-->
<!-- <el-radio label="1">停用</el-radio>-->
<!-- <el-radio label="0">正常</el-radio>-->
<!-- <el-radio label="1">停用</el-radio>-->
</el-radio>
</el-radio-group>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment