|
@@ -41,10 +41,10 @@ export default defineComponent({
|
|
|
const { previewVisible, previewImage, cancelImg, previewImg, getImgName } = handlePreviewImg();
|
|
const { previewVisible, previewImage, cancelImg, previewImg, getImgName } = handlePreviewImg();
|
|
|
//
|
|
//
|
|
|
function imgClick({ label }: DescriptionsList) {
|
|
function imgClick({ label }: DescriptionsList) {
|
|
|
- const { attachment1, cardfrontphotourl, cardbackphotourl } = props.selectedRow;
|
|
|
|
|
|
|
+ const { proxystatementurl, cardfrontphotourl, cardbackphotourl } = props.selectedRow;
|
|
|
switch (label) {
|
|
switch (label) {
|
|
|
case '营业执照':
|
|
case '营业执照':
|
|
|
- previewImg(attachment1);
|
|
|
|
|
|
|
+ previewImg(proxystatementurl);
|
|
|
break;
|
|
break;
|
|
|
case '身份证正面照':
|
|
case '身份证正面照':
|
|
|
previewImg(cardfrontphotourl);
|
|
previewImg(cardfrontphotourl);
|