fix: bug#11242
This commit is contained in:
parent
f878cffe82
commit
74abf49b1e
|
@ -76,7 +76,18 @@
|
||||||
</j-form-item>
|
</j-form-item>
|
||||||
</j-col>
|
</j-col>
|
||||||
</j-row>
|
</j-row>
|
||||||
|
<div
|
||||||
|
v-if="
|
||||||
|
!shareCluster &&
|
||||||
|
dynamicValidateForm.cluster.length === 0
|
||||||
|
"
|
||||||
|
style="
|
||||||
|
border: 1px #d9d9d9 solid;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
"
|
||||||
|
>
|
||||||
|
<j-empty style="margin-top: 12px" />
|
||||||
|
</div>
|
||||||
<j-form
|
<j-form
|
||||||
ref="formRef2"
|
ref="formRef2"
|
||||||
layout="vertical"
|
layout="vertical"
|
||||||
|
|
Loading…
Reference in New Issue