前端修改视频为1个缺箱检测

hubei-jinshennong
LAPTOP-S9HJSOEB\昊天 1 year ago
parent 749e60c720
commit 20c31af20d

@ -1395,7 +1395,7 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
.ant-tag-green-inverse {color: #fff;background: #52c41a;border-color: #52c41a;}
.ant-tag-blue {color: #1890ff;background: #e6f7ff;border-color: #91d5ff;}
.ant-tag-blue-inverse {color: #fff;background: #1890ff;border-color: #1890ff;}
.ant-tag-geekblue {color: #2f54eb;background: #f0f5ff;border-color: #adc6ff;}
.ant-tag-geekblue {color: #2f54eb;background: color(~`colorPalette("@{heading-color}", 4)`);border-color: #adc6ff;}
.ant-tag-geekblue-inverse {color: #fff;background: #2f54eb;border-color: #2f54eb;}
.ant-tag-purple {color: #722ed1;background: #f9f0ff;border-color: #d3adf7;}
.ant-tag-purple-inverse {color: #fff;background: #722ed1;border-color: #722ed1;}

@ -59,9 +59,10 @@
</span>
<span slot="status" slot-scope="text">
<span :style="text.status == 1 ?' color:red': ''">
<!-- <span :style="text.status == 1 ?' color:red': ''">
{{ text.status == null ? ' ' : text.status == 0 ? '正常' : '告警' }}
</span>
</span> -->
</span>
<span slot="videoPath1" slot-scope="text">
<a-button type="link" @click="showModel(text)">
@ -133,7 +134,7 @@ export default {
width:320,
},
{
title: "状态",
title: "是否缺箱",
// dataIndex: "status",
scopedSlots: {customRender: 'status'},
width: 90

@ -25,7 +25,7 @@
type="video/mp4"
>
</video>
<video
<!-- <video
class="video-js"
:autoplay="true"
@ -35,7 +35,7 @@
:src="video2"
type="video/mp4"
>
</video>
</video> -->
</div>
</a-modal>
</div>

Loading…
Cancel
Save