问题优化

This commit is contained in:
jiangzhe 2024-07-18 14:57:50 +08:00
parent 6d9a612bb0
commit af8402e979
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@
</el-tooltip>
<el-tooltip content="定稿" placement="top">
<el-button v-hasPermi="['file:textbook:finalize']" link type="primary" icon="CircleCheck"
<el-button v-if="scope.row.finalizeStatus == 0" v-hasPermi="['file:textbook:finalize']" link type="primary" icon="CircleCheck"
@click="handleFinalize(scope.row)">定稿</el-button>
</el-tooltip>