Kaynağa Gözat

疑问订单时间字段

@dongkboy 3 ay önce
ebeveyn
işleme
25c51e71a6
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/views/finance/audit.vue

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

@@ -505,6 +505,7 @@
           <el-table-column prop="licenseNo" label="车牌号" width="120"></el-table-column>
           <el-table-column prop="insurName" label="被保人" width="120"></el-table-column>
           <el-table-column prop="problemReason" label="疑问原因" width="120"></el-table-column>
+          <el-table-column prop="problemTime" label="疑问订单时间" width="120"></el-table-column>
           <el-table-column prop="orderType" label="订单类型" width="120">
             <template #default="scope">
               {{ scope.row.orderType == '1' ? '车险录入' : scope.row.orderType == '2' ? '代客录单' : scope.row.orderType ==