解决不是负责人可结项的问题
parent
da6513a0c9
commit
6a6a6d6f3a
|
@ -28,7 +28,7 @@
|
|||
</el-table-column>
|
||||
<el-table-column min-width="10%" align="right">
|
||||
<template #default="scope">
|
||||
<el-button :v-show=" this.$store.state.staff.staffId===scope.row.projectCreator" type="primary" plain
|
||||
<el-button v-show="this.$store.state.staff.staffId===scope.row.projectCreator" type="primary" plain
|
||||
@click="onCloseProject(scope.row)">结项
|
||||
</el-button>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue