|
@@ -103,13 +103,9 @@ c<template>
|
|
|
<a-col :md="6" :sm="8">
|
|
|
<a-input placeholder="请输入" v-model="dingDan"></a-input>
|
|
|
</a-col>
|
|
|
-
|
|
|
- <a-col :md="2" :sm="8">
|
|
|
+ <a-button type="primary" @click="synchronizationOne" icon="reload" style="margin-right:3%">单条同步</a-button>
|
|
|
<a-button type="primary" @click="synchronization" icon="reload">全量同步</a-button>
|
|
|
- </a-col>
|
|
|
- <a-col :md="2" :sm="8">
|
|
|
- <a-button type="primary" @click="synchronizationOne" icon="reload">单条同步</a-button>
|
|
|
- </a-col>
|
|
|
+
|
|
|
</a-row>
|
|
|
|
|
|
|