no message

湖北-大华摄像头
LAPTOP-S9HJSOEB\昊天 11 months ago
parent 5919cdd5b0
commit a0d430b513

@ -1373,9 +1373,9 @@ tr.ant-table-expanded-row:hover {background: #fbfbfb;}
.ant-tag-checkable:active, .ant-tag-checkable-checked {color: #fff;}
.ant-tag-checkable-checked {background-color: @primary-color;}
.ant-tag-checkable:active {background-color: color(~`colorPalette("@{primary-color}", 7)`);}
.ant-tag-pink {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-pink {color: #eb2f96;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #ffadd2;}
.ant-tag-pink-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-magenta {color: #eb2f96;background: #fff0f6;border-color: #ffadd2;}
.ant-tag-magenta {color: #eb2f96;background: color(~`colorPalette("@{text-color-secondary}", 1)`);border-color: #ffadd2;}
.ant-tag-magenta-inverse {color: #fff;background: #eb2f96;border-color: #eb2f96;}
.ant-tag-red {color: #f5222d;background: #fff1f0;border-color: #ffa39e;}
.ant-tag-red-inverse {color: #fff;background: #f5222d;border-color: #f5222d;}

@ -137,11 +137,6 @@ export default {
dataIndex: "streetName",
width: 90
},
{
title: "货架类型",
dataIndex: "streetType",
scopedSlots: {customRender: 'streetType'}
},
{
title: "货位",
dataIndex: "goodsLocation",
@ -150,12 +145,6 @@ export default {
title: "时间",
dataIndex: "startTime",
},
{
title: "照片",
// dataIndex: "pic",
scopedSlots: {customRender: 'pics'},
width:320,
},
{
title: "工单时长",
dataIndex: "timeLength",

Loading…
Cancel
Save