店铺入驻bug修改,订单详情添加修改金额展示

This commit is contained in:
mabo
2021-08-11 21:18:22 +08:00
parent 4557b1d5c1
commit c7ce4e72c6
9 changed files with 67 additions and 20 deletions

View File

@@ -77,12 +77,13 @@ export default {
this.dataReview = false;
let data = res.result;
let first = [
'storeAddressIdPath',
'storeAddressPath',
'storeAddressDetail',
'companyAddressPath',
'companyAddress',
'companyAddressIdPath',
'companyEmail',
'companyName',
'employeeNum',
'companyPhone',
'legalId',
'legalName',
'licencePhoto',
@@ -104,7 +105,10 @@ export default {
'storeCenter',
'storeDesc',
'storeLogo',
'storeName'
'storeName',
'storeAddressIdPath',
'storeAddressPath',
'storeAddressDetail'
];
this.storeDisable = data.storeDisable;