|
@@ -23,9 +23,7 @@
|
|
|
<a-descriptions-item :span="3" label="官网网址">{{ companyInfo.website }}</a-descriptions-item>
|
|
|
<a-descriptions-item :span="3" label="企业福利">{{ companyInfo.bonus }}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
- <a-divider orientation="left">附件照片</a-divider>
|
|
|
- <b-upload-file :fileRefId="companyInfo.companyID" :readonly="true" :multiple="true" style="width: 100%;"
|
|
|
- :setFileList="setFileList" :accept="'.pdf,.png,.jpg'"></b-upload-file>
|
|
|
+
|
|
|
<a-divider orientation="left">其他信息</a-divider>
|
|
|
<a-descriptions bordered>
|
|
|
<a-descriptions-item label="法定代表人(负责人)">{{ companyInfo.frName }}</a-descriptions-item>
|
|
@@ -42,6 +40,9 @@
|
|
|
<a-descriptions-item :span="3" label="经营范围">{{ companyInfo.businScope }}</a-descriptions-item>
|
|
|
<a-descriptions-item :span="3" label="企业简介">{{ companyInfo.companyDesc }}</a-descriptions-item>
|
|
|
</a-descriptions>
|
|
|
+ <a-divider orientation="left">附件照片</a-divider>
|
|
|
+ <b-upload-file :fileRefId="companyInfo.companyID" :readonly="true" :multiple="true" style="width: 100%;"
|
|
|
+ :setFileList="setFileList" :accept="'.pdf,.png,.jpg'"></b-upload-file>
|
|
|
</div>
|
|
|
</template>
|
|
|
|