Browse Source

财务审核任务池审核通过列表加审核人名称

@dongkboy 1 month ago
parent
commit
da9c4d4790
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/finance/index.vue

+ 1 - 0
src/views/finance/index.vue

@@ -397,6 +397,7 @@
           <el-table-column prop="payTime" label="支付时间" width="120"></el-table-column>
           <el-table-column prop="quotationTime" label="报价时间" width="120"></el-table-column>
           <el-table-column prop="auditUser" label="审核人" width="120"></el-table-column>
+          <el-table-column prop="auditUserName" label="审核人名称" width="120"></el-table-column>
           <el-table-column prop="auditTime" label="审核时间" width="120"></el-table-column>
           <el-table-column prop="auditType" label="审核方式" width="120"></el-table-column>
           <el-table-column prop="equityAmount" label="权益金额" width="120"></el-table-column>