From 8a4d90d80c6ae8472bf11a1c1f148ca49c90f0a7 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期四, 29 五月 2025 15:42:59 +0800 Subject: [PATCH] 1、设备TEEP、设备开动率以及班次利用率页面时间选择器新增用户选择时对时间范围的限制功能并测试大数据导出功能 2、生产设备自主维护点检表设备编号的输入方式由手动输入调整为弹窗选择输入 3、生产设备自主维护点检表页面调整周保执行记录渲染逻辑(日期对应到周) --- src/views/eam/OperationCertificateList.vue | 49 +++---------------------------------------------- 1 files changed, 3 insertions(+), 46 deletions(-) diff --git a/src/views/eam/OperationCertificateList.vue b/src/views/eam/OperationCertificateList.vue index 9cb2195..fcd027b 100644 --- a/src/views/eam/OperationCertificateList.vue +++ b/src/views/eam/OperationCertificateList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="鎿嶄綔璇佷功绠$悊" + title="" :bordered='false' > <!-- 鏌ヨ鍖哄煙 --> @@ -113,7 +113,7 @@ icon='download' @click="handleExportXls('鎿嶄綔璇佷功绠$悊')" >瀵煎嚭</a-button> - <a-upload + <!-- <a-upload name='file' :showUploadList='false' :multiple='false' @@ -125,7 +125,7 @@ type='primary' icon='import' >瀵煎叆</a-button> - </a-upload> + </a-upload> --> <!-- 楂樼骇鏌ヨ鍖哄煙 --> <!-- <j-super-query :fieldList="superFieldList" ref="superQueryModal" @handleSuperQuery="handleSuperQuery"></j-super-query>--> <!-- <a-dropdown v-if="selectedRowKeys.length > 0">--> @@ -165,49 +165,6 @@ @change='handleTableChange' :rowClassName="tableRowClass" > - - <template - slot='htmlSlot' - slot-scope='text' - > - <div v-html='text'></div> - </template> - <template - slot='imgSlot' - slot-scope='text,record' - > - <span - v-if='!text' - style='font-size: 12px;font-style: italic;' - >鏃犲浘鐗�</span> - <img - v-else - :src='getImgView(text)' - :preview='record.id' - height='25px' - alt='' - style='max-width:80px;font-size: 12px;font-style: italic;' - /> - </template> - <template - slot='fileSlot' - slot-scope='text' - > - <span - v-if='!text' - style='font-size: 12px;font-style: italic;' - >鏃犳枃浠�</span> - <a-button - v-else - :ghost='true' - type='primary' - icon='download' - size='small' - @click='downloadFile(text)' - > - 涓嬭浇 - </a-button> - </template> </a-table> </div> -- Gitblit v1.9.3