护理站项目 权限
This commit is contained in:
parent
0b0c2f4d70
commit
e9015b0d3e
@ -1023,7 +1023,7 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
@ -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