|
|
|
@ -19,18 +19,20 @@
|
|
|
|
storage
|
|
|
|
storage
|
|
|
|
:padding="false"
|
|
|
|
:padding="false"
|
|
|
|
:position="$store.getters.device === 'mobile' ? {} : pos">
|
|
|
|
:position="$store.getters.device === 'mobile' ? {} : pos">
|
|
|
|
<MobileForm
|
|
|
|
<div style="max-height: 60vh;overflow-y: scroll;">
|
|
|
|
device="mobile"
|
|
|
|
<MobileForm
|
|
|
|
ref="mobileForm"
|
|
|
|
device="mobile"
|
|
|
|
:config="config"
|
|
|
|
ref="mobileForm"
|
|
|
|
:is-first-node="false"
|
|
|
|
:config="config"
|
|
|
|
:sub-form="subConfig"
|
|
|
|
:is-first-node="false"
|
|
|
|
:fields="fields"
|
|
|
|
:sub-form="subConfig"
|
|
|
|
:original-form="form"
|
|
|
|
:fields="fields"
|
|
|
|
:readable="config.customModel ? config.customModel.fields.map(i => i.id) : []"
|
|
|
|
:original-form="form"
|
|
|
|
:writeable="[]"
|
|
|
|
:readable="config.customModel ? config.customModel.fields.map(i => i.id) : []"
|
|
|
|
:logs="config.logs"
|
|
|
|
:writeable="[]"
|
|
|
|
></MobileForm>
|
|
|
|
:logs="config.logs"
|
|
|
|
|
|
|
|
></MobileForm>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</vxe-modal>
|
|
|
|
</vxe-modal>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|