From a0d430b513dc3f220144ee1913091becae6f6c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LAPTOP-S9HJSOEB=5C=E6=98=8A=E5=A4=A9?= Date: Mon, 14 Apr 2025 16:01:05 +0800 Subject: [PATCH] no message --- public/antd_color.less | 4 ++-- src/views/historyMonitoring/index.vue | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/public/antd_color.less b/public/antd_color.less index b746b9c..08f0aa1 100644 --- a/public/antd_color.less +++ b/public/antd_color.less @@ -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;} diff --git a/src/views/historyMonitoring/index.vue b/src/views/historyMonitoring/index.vue index d06eb49..2f5e058 100644 --- a/src/views/historyMonitoring/index.vue +++ b/src/views/historyMonitoring/index.vue @@ -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",