fix: 草稿不允许查看
This commit is contained in:
parent
9e4f886197
commit
614d998daf
@ -174,10 +174,7 @@ function handleInfo(row: Required<LeaveForm>) {
|
||||
撤销
|
||||
</ghost-button>
|
||||
</Popconfirm>
|
||||
<ghost-button
|
||||
v-if="['draft'].includes(row.status)"
|
||||
@click="handleInfo(row)"
|
||||
>
|
||||
<ghost-button v-if="row.status !== 'draft'" @click="handleInfo(row)">
|
||||
详情
|
||||
</ghost-button>
|
||||
<Popconfirm
|
||||
|
Loading…
Reference in New Issue
Block a user