|
@@ -184,7 +184,7 @@
|
|
|
</template>
|
|
|
<!-- 收款icon -->
|
|
|
<template slot="financial" slot-scope="text, record">
|
|
|
- <stateIcon :title="record.financialStatusDictValue" :state="record.financialStatus == 'REFUNDING'?'3':record.financialStatus == 'FINISH'?'1':'4'"></stateIcon>
|
|
|
+ <stateIcon :title="record.financialStatusDictValue" :state="record.financialStatus == 'REFUNDED'?'3':record.financialStatus == 'FINISH'?'1':'4'"></stateIcon>
|
|
|
</template>
|
|
|
<!-- 操作按钮 -->
|
|
|
<!-- billStatus WAIT_SUBMIT待提交 WAIT_AUDIT待审核 AUDIT_REJECT审核不通过 WAIT_OUT_WAREHOUSE待出库 FINISH已完结 SUPERIOR_CHANGE上级改单 CANCEL已取消 -->
|