From d412057a3885cbe6e3245c00c07bc8f643c01600 Mon Sep 17 00:00:00 2001 From: lb Date: Fri, 17 Mar 2023 11:32:29 +0800 Subject: [PATCH] update table --- src/components/BaseListTable.vue | 5 +-- src/components/DialogWithMenu.vue | 4 ++- .../noTemplateComponents/detailComponent.js | 2 +- .../operationComponent.css | 6 ++-- .../operationComponent.js | 4 +-- src/views/modules/pms/blenderBatch/config.js | 6 ++-- .../modules/pms/blenderBatchDetails/config.js | 2 +- src/views/modules/pms/blenderOrder/config.js | 10 +++--- src/views/modules/pms/blenderStep/config.js | 6 ++-- src/views/modules/pms/bom/config.js | 6 ++-- src/views/modules/pms/brokeLog/config.js | 4 +-- src/views/modules/pms/car/config.js | 4 +-- src/views/modules/pms/customer/config.js | 4 +-- src/views/modules/pms/equipment/config.js | 8 ++--- src/views/modules/pms/equipmentType/config.js | 4 +-- src/views/modules/pms/factory/config.js | 2 +- src/views/modules/pms/firingStep/config.js | 6 ++-- src/views/modules/pms/kilnOrder/config.js | 6 ++-- .../pms/material/components/BaseListTable.vue | 1 + src/views/modules/pms/material/config.js | 6 ++-- .../modules/pms/materialStorage/config.js | 4 +-- src/views/modules/pms/materialType/config.js | 4 +-- .../modules/pms/materialUpload/config.js | 4 +-- src/views/modules/pms/order/config.js | 34 +++++++++---------- src/views/modules/pms/packingStep/config.js | 6 ++-- src/views/modules/pms/pressOrder/config.js | 6 ++-- src/views/modules/pms/product/config.js | 8 ++--- .../modules/pms/productionLine/config.js | 4 +-- .../modules/pms/qualityPackOrder/config.js | 6 ++-- .../modules/pms/reportSheet/config copy.js | 2 +- src/views/modules/pms/reportSheet/config.js | 12 +++---- .../modules/pms/reportSheetCategory/config.js | 4 +-- src/views/modules/pms/shape/config.js | 4 +-- src/views/modules/pms/shapeStep/config.js | 6 ++-- src/views/modules/pms/supplier/config.js | 4 +-- src/views/modules/pms/testingStep/config.js | 6 ++-- src/views/modules/pms/workSequence/config.js | 4 +-- 37 files changed, 109 insertions(+), 105 deletions(-) diff --git a/src/components/BaseListTable.vue b/src/components/BaseListTable.vue index d9ed37a..1fd8b11 100644 --- a/src/components/BaseListTable.vue +++ b/src/components/BaseListTable.vue @@ -44,12 +44,13 @@ :width="head.width || null" :min-width="head.minWidth || null" :fixed="head.fixed || null" - :show-overflow-tooltip="head.showOverflowTooltip || true" :tooltip-effect="head.tooltipEffect || 'light'" filter-placement="top" :align="head.align || null" v-bind="head.more" - > + :show-overflow-tooltip="head.showOverflowTooltip || !head.prop === 'operations'" + > +