|
|
@@ -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" />
|