@@ -137,6 +137,27 @@
>
</template>
</el-table-column>
+ <el-table-column
+ prop="checkType"
+ label="审核方式"
+ align="center"
+ width="100"
+ >
+ <template slot-scope="scope">
+ <el-tag
+ v-if="scope.row.checkType == '2'"
+ type="success"
+ size="small"
+ >自动审核</el-tag
+ v-if="scope.row.checkType == '1'"
+ type="warning"
+ >人工审核</el-tag
+ </template>
+ </el-table-column>
<el-table-column
prop="auditUser"
label="审核人"
@@ -483,6 +504,29 @@ export default {
type: 'input',
Retained: true,
},
+ {
+ name: 'checkType',
+ label: '审核方式',
+ type: "select",
+ optionsIabel: "label",
+ optionsValue: "value",
+ options: [
+ label: "人工审核",
+ value: "1",
+ },
+ label: "自动审核",
+ value: "2",
+ ],
+ name: 'checkUser',
+ label: '审核人',
+ type: 'input',
+ Retained: true,
],
orderInfo: {
//选中的订单