修复bug
This commit is contained in:
parent
cec528418a
commit
2174cae23e
@ -111,12 +111,13 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item
|
<el-form-item
|
||||||
v-if="compenyimg.other_qualifications?.length > 0"
|
v-if="compenyimg.other_qualifications?.length > 0"
|
||||||
|
class="other"
|
||||||
label="其他资质"
|
label="其他资质"
|
||||||
prop="contract_no"
|
prop="contract_no"
|
||||||
required
|
required
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="company other"
|
class="company"
|
||||||
v-for="(v, i) in compenyimg.other_qualifications"
|
v-for="(v, i) in compenyimg.other_qualifications"
|
||||||
:key="i"
|
:key="i"
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user