Explorar el Código

任务池加审核时间

@dongkboy hace 3 meses
padre
commit
ef1152bfbc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>