|
|
@ -2,9 +2,9 @@
|
|
|
|
<a-modal title="新增配置" :width="800" :visible="visible" :confirmLoading="confirmLoading" @cancel="handleCancel">
|
|
|
|
<a-modal title="新增配置" :width="800" :visible="visible" :confirmLoading="confirmLoading" @cancel="handleCancel">
|
|
|
|
<template slot="footer"> <span></span> </template>
|
|
|
|
<template slot="footer"> <span></span> </template>
|
|
|
|
<div class="model-btn-list">
|
|
|
|
<div class="model-btn-list">
|
|
|
|
<a-button class="btn" @click="FnSave">保存</a-button>
|
|
|
|
<a-button type="primary" class="btn" @click="FnSave">保存</a-button>
|
|
|
|
<a-button class="btn" @click="FnSave('Close')">保存并关闭</a-button>
|
|
|
|
<a-button type="primary" class="btn" @click="FnSave('Close')">保存并关闭</a-button>
|
|
|
|
<a-button class="btn" @click="FnSave('New')">保存并新建</a-button>
|
|
|
|
<a-button type="primary" class="btn" @click="FnSave('New')">保存并新建</a-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
|
<a-spin :spinning="confirmLoading">
|
|
|
|
<a-form :form="form">
|
|
|
|
<a-form :form="form">
|
|
|
|