护理站项目 权限

This commit is contained in:
shidongli 2022-11-14 11:49:47 +08:00
parent 0b0c2f4d70
commit e9015b0d3e
2 changed files with 3 additions and 3 deletions

View File

@ -1023,7 +1023,7 @@ export default {
}
}
},
},
};
</script>

View File

@ -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>