mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
复制受众样式修改
This commit is contained in:
@@ -167,6 +167,30 @@
|
|||||||
</a-modal>
|
</a-modal>
|
||||||
<a-modal
|
<a-modal
|
||||||
v-model:visible="visibleCopyAudience"
|
v-model:visible="visibleCopyAudience"
|
||||||
|
title="复制受众"
|
||||||
|
width="680px"
|
||||||
|
@ok="handleCopy"
|
||||||
|
@cancel="handleCopyCancel"
|
||||||
|
okText="确认">
|
||||||
|
<div style="margin: 20px 20px">
|
||||||
|
<a-form
|
||||||
|
name="basic"
|
||||||
|
:label-col="{ span: 8 }"
|
||||||
|
:wrapper-col="{ span: 16 }"
|
||||||
|
autocomplete="off"
|
||||||
|
|
||||||
|
>
|
||||||
|
<a-form-item
|
||||||
|
label="受众名称"
|
||||||
|
name="audienceName"
|
||||||
|
>
|
||||||
|
<a-input style="width:300px" show-count :maxlength="30" v-model:value="audienceName" placeholder="请填写受众名称" />
|
||||||
|
</a-form-item>
|
||||||
|
</a-form>
|
||||||
|
</div>
|
||||||
|
</a-modal>
|
||||||
|
<a-modal
|
||||||
|
v-model:visible="visibleCopyAudience1"
|
||||||
:footer="null"
|
:footer="null"
|
||||||
:closable="false"
|
:closable="false"
|
||||||
style="margin-top: 250px"
|
style="margin-top: 250px"
|
||||||
|
|||||||
Reference in New Issue
Block a user