huangfuli 3 years ago
parent
commit
b6ea0d97e4
1 changed files with 21 additions and 5 deletions
  1. 21 5
      src/views/platformaudit/grainpulseenterprisereview.vue

+ 21 - 5
src/views/platformaudit/grainpulseenterprisereview.vue

@@ -158,7 +158,12 @@
             {{ companyList.detailedAddress }}
           </el-form-item>
           <el-form-item label="封面图片" :label-width="formLabelWidth">
-            <img width="50%" :src="companyList.attachmentAddress" alt />
+            <!-- <img width="50%" :src="companyList.attachmentAddress" alt /> -->
+            <el-image 
+              style="width: 50%"
+              :src="companyList.attachmentAddress" 
+              :preview-src-list="srcList">
+            </el-image>
           </el-form-item>
           <el-form-item label="营业执照" :label-width="formLabelWidth">
             <img width="50%" :src="companyList.licenseAddress" alt />
@@ -174,12 +179,16 @@
             <img width="50%" :src="companyList.sitePhotoAddress" alt />
           </el-form-item>
           <h3 style="margin-left: 30px">联系方式</h3>
+          <div
+          v-for="(item, index) in companyList.settledCompanyContacts"
+          :key="index">
           <el-form-item label="联系人" :label-width="formLabelWidth">
-            {{ companyList.contacts }}
+            {{ item.contacts }}
           </el-form-item>
           <el-form-item label="电话" :label-width="formLabelWidth">
-            {{ companyList.createPhone }}
+            {{ item.contactsPhone }}
           </el-form-item>
+          </div>
           <el-form-item label="邮箱" :label-width="formLabelWidth">
             {{ companyList.email }}
           </el-form-item>
@@ -294,13 +303,16 @@
           </el-dialog>
           </el-form-item>
           <h3 style="margin-left: 30px">联系方式</h3>
+          
           <div :key="index" v-for="(item, index) in freightspace">
+            <div v-for="(item, index) in companyList1.settledCompanyContacts" :key="index">
             <el-form-item label="联系人" :label-width="formLabelWidth" prop="contacts">
-              <el-input v-model="companyList1.contacts" placeholder="请输入联系人姓名"></el-input>
+              <el-input v-model="item.contacts" placeholder="请输入联系人姓名"></el-input>
             </el-form-item>
             <el-form-item label="电话" :label-width="formLabelWidth" prop="createPhone">
-              <el-input v-model="companyList1.createPhone" placeholder="请输入联系人电话"></el-input>
+              <el-input v-model="item.contactsPhone" placeholder="请输入联系人电话"></el-input>
             </el-form-item>
+            </div>
             <img
               width="22"
               height="22"
@@ -318,6 +330,7 @@
               alt=""
             />
           </div>
+          
           <el-form-item label="邮箱" :label-width="formLabelWidth" prop="email">
             <el-input v-model="companyList1.email" placeholder="请输入电子邮箱"></el-input>
           </el-form-item>
@@ -389,6 +402,9 @@ export default {
         textarea: '',
 
       },
+      srcList: [
+          
+        ],
       compId: sessionStorage.getItem('ws-pf_compId'),
       deptCircularPage: {},
       grainList: [],