|
|
@@ -21,7 +21,7 @@ import { formatValue } from '@/common/methods';
|
|
|
import { getCardTypeEnumItemName } from '@/common/constants/enumsName';
|
|
|
import { Des, DescriptionsList, handleDesList } from '@/common/components/commonDes';
|
|
|
import { handlePreviewImg } from '@/common/setup/upload';
|
|
|
-import {QhjCustomer} from "@/services/go/ermcp/qhj/interface";
|
|
|
+import { QhjCustomer } from '@/services/go/ermcp/qhj/interface';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'custom-detail-desc',
|
|
|
@@ -64,7 +64,7 @@ export default defineComponent({
|
|
|
{ label: '身份证号码', value: formatValue(data.cardnum) },
|
|
|
{ label: '手机号码', value: formatValue(data.mobile) },
|
|
|
{ label: '身份证正面照', value: formatValue(getImgName(data.cardfrontphotourl)), className: 'blue' },
|
|
|
- { label: '身份证反面照', value: formatValue(getImgName(data.cardbackphotourl)), className: 'blue' },
|
|
|
+ { label: '身份证反面照', value: formatValue(getImgName(data.cardbackphotourl)), className: 'blue' },
|
|
|
{ label: '邮箱', value: formatValue(data.email) },
|
|
|
{ label: '联系电话', value: formatValue(data.telphone) },
|
|
|
{ label: '通讯地址', value: formatValue(data.address) },
|
|
|
@@ -81,7 +81,7 @@ export default defineComponent({
|
|
|
{ label: '法定代表人', value: formatValue(data.legalpersonname) },
|
|
|
{ label: '证件号码', value: formatValue(data.cardnum) },
|
|
|
{ label: '纳税人识别号', value: formatValue(data.taxpayernum) },
|
|
|
- { label: '营业执照', value: formatValue(getImgName(data.attachment1)), className: 'blue' },
|
|
|
+ { label: '营业执照', value: formatValue(getImgName(data.attachment1)), className: 'blue' },
|
|
|
{ label: '联系人', value: formatValue(data.contactname) },
|
|
|
{ label: '联系人手机号', value: formatValue(data.mobile) },
|
|
|
{ label: '联系电话', value: formatValue(data.telphone) },
|