|
@@ -25,12 +25,10 @@
|
|
|
<a-button @click="cancel" style="margin-right: 15px" id="chooseCustom-btn-back">取消</a-button>
|
|
|
<a-button
|
|
|
type="primary"
|
|
|
- style="margin-right: 10px"
|
|
|
- class="button-info"
|
|
|
:loading="confirmLoading"
|
|
|
@click="handleSubmit(0)"
|
|
|
- id="chooseCustom-btn-submit1">仅添加</a-button>
|
|
|
- <a-button type="primary" :loading="confirmLoading" @click="handleSubmit(1)" id="chooseCustom-btn-submit2">添加并适配</a-button>
|
|
|
+ id="chooseCustom-btn-submit1">确定</a-button>
|
|
|
+ <!-- <a-button type="primary" :loading="confirmLoading" @click="handleSubmit(1)" id="chooseCustom-btn-submit2">添加并适配</a-button> -->
|
|
|
</div>
|
|
|
</a-spin>
|
|
|
</a-modal>
|