|
|
@@ -37,31 +37,7 @@
|
|
|
<el-form-item>
|
|
|
<el-button type="primary" @click="getBizStatusList" >发送</el-button>
|
|
|
</el-form-item>
|
|
|
- <!--
|
|
|
- <el-row :gutter="20">
|
|
|
- <el-col :span="4">
|
|
|
- <div>
|
|
|
- <el-form-item label="进行中:">
|
|
|
- 456/2
|
|
|
- </el-form-item>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
- <el-col :span="4">
|
|
|
- <div>
|
|
|
- <el-form-item label="暂停中:">
|
|
|
- 456/2
|
|
|
- </el-form-item>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
- <el-col :span="6">
|
|
|
- <div>
|
|
|
- <el-form-item label="线边库中:">
|
|
|
- 456/2
|
|
|
- </el-form-item>
|
|
|
- </div>
|
|
|
- </el-col>
|
|
|
- </el-row>
|
|
|
- -->
|
|
|
+
|
|
|
<el-row :gutter="10" v-for="(item, index) in bizStatuList" :key="item.id">
|
|
|
<el-col :span="4">
|
|
|
<el-form-item label="ID:">
|
|
|
@@ -110,7 +86,7 @@
|
|
|
</el-form>
|
|
|
</el-card>
|
|
|
|
|
|
- <el-card class="box-card">
|
|
|
+ <el-card class="box-card" v-show="false">
|
|
|
<div slot="header" class="clearfix">查询节点回调数据</div>
|
|
|
<el-form label-width="80px">
|
|
|
<el-row :gutter="10" v-for="cacheCallback in cacheCallbackList" :key="cacheCallback.Id">
|
|
|
@@ -635,7 +611,7 @@
|
|
|
this.getZoneRateList()
|
|
|
this.getBizStatusList()
|
|
|
this.getAgvLockList()
|
|
|
- this.getCacheCallbackList()
|
|
|
+ //this.getCacheCallbackList()
|
|
|
this.getStorgeLockList()
|
|
|
this.getCacheKeyList()
|
|
|
this.getOfflineList()
|