From e69fbed18597bdfba83a7067a878812871ef01bd Mon Sep 17 00:00:00 2001 From: "hongrui.an" <297504645@qq.com> Date: Wed, 18 Jun 2025 17:28:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90EQI=E3=80=91=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=9A=82=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Web/src/api/system/customlog.js | 13 ++ Web/src/components/elTable/index.vue | 3 +- Web/src/components/tablePage/index.vue | 31 ++- Web/src/utils/common/apiTableColumns.js | 32 ++- Web/src/utils/common/index.js | 45 +++++ Web/src/views/task/logisticsPlanLog/index.vue | 191 ++++++++++++++++++ .../views/task/productionQualityLog/index.vue | 191 ++++++++++++++++++ Web/src/views/task/taskSub/index.vue | 16 +- 8 files changed, 485 insertions(+), 37 deletions(-) create mode 100644 Web/src/api/system/customlog.js create mode 100644 Web/src/views/task/logisticsPlanLog/index.vue create mode 100644 Web/src/views/task/productionQualityLog/index.vue diff --git a/Web/src/api/system/customlog.js b/Web/src/api/system/customlog.js new file mode 100644 index 0000000..c410c91 --- /dev/null +++ b/Web/src/api/system/customlog.js @@ -0,0 +1,13 @@ +import request from '@/utils/request' + +// 下载JSON +export function getLogJsonList(uid) { + return request({ + url: `/api/customlog/getlogrequestjsonlist`, + method: 'get', + // headers:{ + // 'accept':'*/*' + // }, + params:{uId:uid}, + }) + } \ No newline at end of file diff --git a/Web/src/components/elTable/index.vue b/Web/src/components/elTable/index.vue index 9789b91..84cf0ab 100644 --- a/Web/src/components/elTable/index.vue +++ b/Web/src/components/elTable/index.vue @@ -47,6 +47,7 @@ :fixed="item.fixed" :width="item.width || props.columnWidth" :align="item.align || props.columnAlign" + :show-overflow-tooltip="item.tooltip" :header-align="item.headerAlign || props.columnHeaderAlign">