|
@@ -32,7 +32,9 @@
|
|
|
}}</t-form-item>
|
|
|
</t-col>
|
|
|
<t-col :span="4">
|
|
|
- <t-form-item label="客户类型">教务处</t-form-item>
|
|
|
+ <t-form-item label="客户类型">
|
|
|
+ {{ customerTypeFilter(dispatchInfo.customType) }}
|
|
|
+ </t-form-item>
|
|
|
</t-col>
|
|
|
<t-col :span="4">
|
|
|
<t-form-item label="客户名称">{{
|
|
@@ -214,6 +216,8 @@ import { dateFormat } from '@/utils/tool';
|
|
|
import DynamicFormItem from '../../../sop/components/dynamic-form-item/index.vue';
|
|
|
import { DialogPlugin, MessagePlugin } from 'tdesign-vue-next';
|
|
|
import { cloneDeep } from 'lodash-es';
|
|
|
+import { customerTypeFilter } from '@/utils/filter';
|
|
|
+
|
|
|
|
|
|
const uploadFailRule = (res) => {
|
|
|
return res.error !== '无';
|