新增数据延时同步功能

fencang
anthonywj 3 years ago
parent 5bb747aa12
commit 9f5e8f934b

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

Loading…
Cancel
Save