@ -174,7 +174,12 @@ function handleInfo(row: Required<LeaveForm>) {
撤销
</ghost-button>
</Popconfirm>
<ghost-button @click="handleInfo(row)">详情</ghost-button>
<ghost-button
v-if="['draft'].includes(row.status)"
@click="handleInfo(row)"
>
详情
<Popconfirm
:get-popup-container="getVxePopupContainer"
placement="left"