hurx 1 неделя назад
Родитель
Сommit
39ca46a375
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      src/views/order/saleOrder/index.vue

+ 5 - 0
src/views/order/saleOrder/index.vue

@@ -106,6 +106,11 @@
             <dict-tag :options="order_source" :value="scope.row.orderSource" />
             <dict-tag :options="order_source" :value="scope.row.orderSource" />
           </template>
           </template>
         </el-table-column>
         </el-table-column>
+        <el-table-column label="所属项目" align="center" prop="dataSource">
+          <template #default="scope">
+            {{ scope.row.dataSource == 'zhongche' ? '中车' : '--' }}
+          </template>
+        </el-table-column>
         <!-- <el-table-column label="审核状态" align="center" prop="checkStatus">
         <!-- <el-table-column label="审核状态" align="center" prop="checkStatus">
           <template #default="scope">
           <template #default="scope">
             <dict-tag :options="order_check_status" :value="scope.row.checkStatus" />
             <dict-tag :options="order_check_status" :value="scope.row.checkStatus" />