From d39bb981ec96732b0ae92b2eae0e841562c714f8 Mon Sep 17 00:00:00 2001 From: juzi <819872918@qq.com> Date: Thu, 17 Nov 2022 08:55:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E5=8D=95&=E7=89=A9=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/icons/svg/orange_dot.svg | 27 +++ .../components/baseContainer/index.vue | 12 +- .../cockpit/components/baseTable.vue | 180 +++++++++++------- .../cockpit/components/bomList.vue | 11 +- src/views/material-manage/cockpit/index.vue | 89 +++++---- .../orderManagerCockpit/cockpit.vue | 100 ++++++---- .../components/baseContainer/index.vue | 12 +- .../components/baseTable.vue | 180 +++++++++++------- .../components/orderStatus.vue | 19 +- .../components/workOrder.vue | 4 +- 10 files changed, 400 insertions(+), 234 deletions(-) create mode 100644 src/icons/svg/orange_dot.svg diff --git a/src/icons/svg/orange_dot.svg b/src/icons/svg/orange_dot.svg new file mode 100644 index 0000000..2783674 --- /dev/null +++ b/src/icons/svg/orange_dot.svg @@ -0,0 +1,27 @@ + + + 矩形备份 25 + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/views/material-manage/cockpit/components/baseContainer/index.vue b/src/views/material-manage/cockpit/components/baseContainer/index.vue index a12eeaa..ba8a6cb 100644 --- a/src/views/material-manage/cockpit/components/baseContainer/index.vue +++ b/src/views/material-manage/cockpit/components/baseContainer/index.vue @@ -7,7 +7,7 @@ * @FilePath: \mt-bus-fe\src\views\OperationalOverview\components\baseContainer\index.vue -->