|
@@ -51,7 +51,7 @@
|
|
|
<vxe-column field="handleTime" title="审批时间" width="160">
|
|
|
<template #default="{ row }">{{ formatDate(row.handleTime, 'YYYY-mm-dd HH:MM:SS') }}</template>
|
|
|
</vxe-column>
|
|
|
- <vxe-column field="traceTypeText" title="状态"></vxe-column>
|
|
|
+ <vxe-column field="reviewResultText" title="状态"></vxe-column>
|
|
|
</vxe-table>
|
|
|
<p class="border-title mt20 mb10">审核意见</p>
|
|
|
<el-form :model="state.ruleForm" label-width="110px" ref="ruleFormRef" v-loading="state.loading">
|