超级管理员对所有项目都可结项

main
wuyize 2022-07-14 10:56:36 +08:00
parent e6855bcc36
commit 5e8f65d470
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ export default {
methods: {
showCloseProjectButton(row) {
return this.$store.state.staff === null ? false : (this.$store.state.staff.staffId === row.projectCreator)
return this.$store.state.staff === null ? false : (this.$store.state.staff.staffGlobalLevel===1||this.$store.state.staff.staffId === row.projectCreator)
},
onRowClick(row, column, event) {
if (column.property === "operation")