护理站项目 权限
This commit is contained in:
parent
3abc857523
commit
98c4c774a2
@ -210,7 +210,7 @@
|
||||
type="text"
|
||||
icon="el-icon-edit"
|
||||
@click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['system:nurseItem:edit']"
|
||||
v-hasPermi="['system:stationItem:edit']"
|
||||
>修改</el-button
|
||||
>
|
||||
<el-button
|
||||
@ -218,7 +218,7 @@
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleDelete(scope.row)"
|
||||
v-hasPermi="['system:nurseItem:remove']"
|
||||
v-hasPermi="['system:stationItem:remove']"
|
||||
>删除</el-button
|
||||
>
|
||||
</template>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user