去除多余视频墙

巷道列表查询修改
jiangxi-dianli
LAPTOP-S9HJSOEB\昊天 2 years ago
parent 5ff9fcadb3
commit 6be06cf32c

@ -47,15 +47,6 @@ const routes = [{
}, },
component: () => import('@/views/videoWall2/index'), component: () => import('@/views/videoWall2/index'),
}, },
{
path: 'videoWall3',
name: 'videoWall3',
meta: {
icon: 'desktop',
name: '视频墙3'
},
component: () => import('@/views/videoWall3/index'),
},
{ {
path: 'realTimeMonitoring', path: 'realTimeMonitoring',
name: 'realTimeMonitoring', name: 'realTimeMonitoring',

@ -10,9 +10,7 @@
> >
<span slot="tab" > <span slot="tab" >
{{ getRandom(latticeRow + 1 -index, latticeRow, nums.row, total.row) }} {{ getRandom(latticeRow + 1 -index, latticeRow, nums.row, total.row) }}
<a-icon type="info-circle" v-if="status.row[index] === 1" style="color: #FFD700"/> <a-icon type="info-circle" v-if="status.row[index] === 1" style="color: #d81e06"/>
<a-icon type="close-circle" v-else-if="status.row[index] === 2" style="color: #d81e06"/>
<a-icon type="check-circle" v-else-if="status.row[index] === 3" style="color: #1afa29" />
<a-icon type="exclamation-circle" v-else style="color: #909399" /> <a-icon type="exclamation-circle" v-else style="color: #909399" />
</span> </span>
</a-tab-pane> </a-tab-pane>
@ -50,9 +48,7 @@
{{ getRandom(index, latticeColumn, nums.column, total.column) }} {{ getRandom(index, latticeColumn, nums.column, total.column) }}
<!-- <a-icon :id="`${shelveId}-row-${getRandom(index,latticeRow,nums.row,total.row)}`"/> --> <!-- <a-icon :id="`${shelveId}-row-${getRandom(index,latticeRow,nums.row,total.row)}`"/> -->
<a-icon type="info-circle" v-if="status.column[index] === 1" style="color: #FFD700"/> <a-icon type="info-circle" v-if="status.column[index] === 1" style="color: #d81e06"/>
<a-icon type="close-circle" v-else-if="status.column[index] === 2" style="color: #d81e06"/>
<a-icon type="check-circle" v-else-if="status.column[index] === 3" style="color: #1afa29" />
<a-icon type="exclamation-circle" v-else style="color: #909399" /> <a-icon type="exclamation-circle" v-else style="color: #909399" />
</span> </span>
</a-tab-pane> </a-tab-pane>
@ -262,7 +258,7 @@ export default {
if(res.code == 200){ if(res.code == 200){
if(res.data.stocks){ if(res.data.stocks){
for(let a of res.data.stocks){ for(let a of res.data.stocks){
this.getStatusBg(a.row,a.column,a.viewStatus) this.getStatusBg(a.row,a.column,a.status)
} }
} }

@ -46,13 +46,6 @@
></a-tag> ></a-tag>
盘点正确 盘点正确
</span> </span>
<span class="info-text">
<a-tag
color="#f2ed48"
style="width: 30px; height: 20px; margin-right: 6px"
></a-tag>
需盘点
</span>
<span class="info-text"> <span class="info-text">
<a-tag <a-tag
color="#bfbfbf" color="#bfbfbf"
@ -193,7 +186,7 @@ export default {
// //
requestData() { requestData() {
this.$api.httpApi this.$api.httpApi
.getAllStreetStock({}) .getAllStreet({})
.then((res) => { .then((res) => {
console.log("update data"); console.log("update data");
console.log(res) console.log(res)

Loading…
Cancel
Save