From b14aa3f5539d358ec2db80a65c4c32c684d88c77 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期二, 10 六月 2025 14:42:30 +0800 Subject: [PATCH] 设备操作证-操作证管理 查询条件修改 所有设备- 查询条件名称修改 --- src/views/eam/OperationCertificateList.vue | 63 +++++-------------------------- 1 files changed, 10 insertions(+), 53 deletions(-) diff --git a/src/views/eam/OperationCertificateList.vue b/src/views/eam/OperationCertificateList.vue index 9cb2195..a25f2dd 100644 --- a/src/views/eam/OperationCertificateList.vue +++ b/src/views/eam/OperationCertificateList.vue @@ -1,6 +1,6 @@ <template> <a-card - title="鎿嶄綔璇佷功绠$悊" + title="" :bordered='false' > <!-- 鏌ヨ鍖哄煙 --> @@ -17,10 +17,10 @@ :sm='24' > <a-form-item label='鎿嶄綔璇佺紪鍙�'> - <a-input + <j-input placeholder='璇疯緭鍏ユ搷浣滆瘉缂栧彿' v-model='queryParam.num' - ></a-input> + ></j-input> </a-form-item> </a-col> <a-col @@ -108,12 +108,12 @@ type='primary' icon='plus' >鍙樻洿鎿嶄綔璇�</a-button> - <a-button - type='primary' - icon='download' - @click="handleExportXls('鎿嶄綔璇佷功绠$悊')" - >瀵煎嚭</a-button> - <a-upload +<!-- <a-button--> +<!-- type='primary'--> +<!-- icon='download'--> +<!-- @click="handleExportXls('鎿嶄綔璇佷功绠$悊')"--> +<!-- >瀵煎嚭</a-button>--> + <!-- <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