数据延时上传功能

fengcang
anthonyywj2 3 years ago
parent 721aea904d
commit 0c34aa3761

@ -74,6 +74,14 @@
v-model="configQuery.syncTime" :disabled="configQuery.downstreamEnable" v-model="configQuery.syncTime" :disabled="configQuery.downstreamEnable"
splaceholder="请输入内容" splaceholder="请输入内容"
></el-input> ></el-input>
<span style="margin-left: 30px;">延时上传(单位:分钟):&nbsp;</span>
<el-input
style="width: 100px"
size="small"
type="number"
v-model="configQuery.delaySyncTime" :disabled="configQuery.downstreamEnable"
splaceholder="请输入内容"
></el-input>
<span style="margin-left: 30px;">数据下载时间间隔(单位:分钟):&nbsp;</span> <span style="margin-left: 30px;">数据下载时间间隔(单位:分钟):&nbsp;</span>
<el-input <el-input
@ -306,6 +314,7 @@ export default {
sysUser: null, sysUser: null,
orderSyncTime: null, orderSyncTime: null,
orderSyncDlTime: null, orderSyncDlTime: null,
delaySyncTime: null,
busTypes: [], busTypes: [],
}, },
checkedBusTypes: [], checkedBusTypes: [],

Loading…
Cancel
Save