新增数据延时同步功能

fencang
anthonywj 3 years ago
parent 5bb747aa12
commit 9f5e8f934b

@ -50,16 +50,17 @@
></el-input> ></el-input>
</div> </div>
</el-col> </el-col>
<!-- <el-col :span="8" class="el-col">--> <el-col :span="10" class="el-col">
<!-- <div>--> <div>
<!-- <span>开始时间:&nbsp;</span>--> <span>延迟执行(单位:分钟):&nbsp;</span>
<!-- <el-time-picker--> <el-input
<!-- :disabled="configQuery.downstreamEnable"--> :disabled="configQuery.downstreamEnable"
<!-- v-model="configQuery.basicSyncStart"--> style="width: 40%;"
<!-- placeholder="开始时间">--> v-model="configQuery.delaySyncTime"
<!-- </el-time-picker>--> >
<!-- </div>--> </el-input>
<!-- </el-col>--> </div>
</el-col>
</el-row> </el-row>
</el-descriptions-item> </el-descriptions-item>
@ -274,6 +275,7 @@ export default {
dbDiProducts: null, dbDiProducts: null,
downstreamEnable: null, downstreamEnable: null,
syncTime: null, syncTime: null,
delaySyncTime: null,
orderUnCheck: null, orderUnCheck: null,
orderUnReceive: null, orderUnReceive: null,
busTypes: [], busTypes: [],

Loading…
Cancel
Save