瀏覽代碼

任务池加审核时间

@dongkboy 3 月之前
父節點
當前提交
ef1152bfbc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/finance/index.vue

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

@@ -288,6 +288,7 @@
           <el-table-column prop="createTime" label="录单时间" width="120"></el-table-column>
           <el-table-column prop="createBy" label="录单人" width="120"></el-table-column>
           <el-table-column prop="payTime" label="支付时间" width="120"></el-table-column>
+          <el-table-column prop="auditTime" label="审核时间" width="120"></el-table-column>
           <el-table-column prop="jqPremium" label="交强险" width="120"></el-table-column>
           <el-table-column prop="syPremium" label="商业险" width="120"></el-table-column>
           <el-table-column prop="jyPremium" label="驾意险" width="120"></el-table-column>