Compare commits

...

2 Commits

@ -81,7 +81,7 @@
<a-button type="primary" @click="onSubmit()"></a-button>
</template>
<!-- 对话框 -->
<a-modal v-model:visible="importVisible" title="提示" @ok="handleOk">
<a-modal v-model:visible="importVisible" title="提示" :mask-closable="false" @ok="handleOk">
<template #footer>
<a-button key="Return" @click="handleCancel('删除')"></a-button>
<a-button key="Submit" type="primary" :loading="loading" @click="handleOk"></a-button>

@ -9,8 +9,6 @@
:label-col="labelCol"
:wrapper-col="wrapperCol"
>
<!-- <a-row>
<a-col :xs="16" :sm="16" :md="16" :lg="16" :xl="16"> -->
<a-form-item
ref="channelName"
label="渠道名:"
@ -50,24 +48,6 @@
<span type="primary" style="margin: 0 20px" @click.stop="downloadTemplate"
>接口文档下载</span
>
<!-- </a-col> -->
<!-- <a-col :xs="13" :sm="13" :md="13" :lg="13" :xl="13">
<a-button type="primary">一键生成</a-button></a-col
> -->
<!-- <a-col :xs="13" :sm="13" :md="13" :lg="13" :xl="13">
<a-form-item :wrapper-col="{ span: 24 }" style="text-align: end">
<a-button @click="adPlatformResetForm()"></a-button>
<a-button type="primary" style="margin-left: 10px" @click="adPlatformSubmit()"
>一键生成</a-button
>
</a-form-item>
</a-col>
<a-col :xs="13" :sm="13" :md="13" :lg="13" :xl="13">
<span type="primary" style="margin: 0 20px" @click.stop="downloadTemplate"
>接口文档下载</span
>
</a-col> -->
<!-- </a-row> -->
</a-form>
<!-- 对话框 -->
<a-modal v-model:visible="visible" title="提示" @ok="handleOk">

Loading…
Cancel
Save