hurx 1 tuần trước cách đây
mục cha
commit
39ca46a375
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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" />
           </template>
         </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">
           <template #default="scope">
             <dict-tag :options="order_check_status" :value="scope.row.checkStatus" />