超级管理员对所有项目都可结项
parent
e6855bcc36
commit
5e8f65d470
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue