问题优化
This commit is contained in:
parent
6d9a612bb0
commit
af8402e979
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue