|
@@ -83,7 +83,7 @@ export default defineComponent({
|
|
|
{ label: '法定代表人', value: formatValue(data.legalpersonname) },
|
|
{ label: '法定代表人', value: formatValue(data.legalpersonname) },
|
|
|
{ label: '证件号码', value: formatValue(data.cardnum) },
|
|
{ label: '证件号码', value: formatValue(data.cardnum) },
|
|
|
{ label: '纳税人识别号', value: formatValue(data.taxpayernum) },
|
|
{ label: '纳税人识别号', value: formatValue(data.taxpayernum) },
|
|
|
- { label: '营业执照', value: formatValue(getImgName(data.attachment1)), className: 'blue' },
|
|
|
|
|
|
|
+ { label: '营业执照', value: formatValue(getImgName(data.proxystatementurl)), className: 'blue' },
|
|
|
{ label: '联系人', value: formatValue(data.contactname) },
|
|
{ label: '联系人', value: formatValue(data.contactname) },
|
|
|
{ label: '联系人手机号', value: formatValue(data.mobile) },
|
|
{ label: '联系人手机号', value: formatValue(data.mobile) },
|
|
|
{ label: '联系电话', value: formatValue(data.telphone) },
|
|
{ label: '联系电话', value: formatValue(data.telphone) },
|