From 30b96c334bf080ece9bdeac1a1b65f0e62bf9f87 Mon Sep 17 00:00:00 2001 From: liding <756868258@qq.com> Date: 星期一, 24 三月 2025 09:49:58 +0800 Subject: [PATCH] 下载,预览 --- src/views/CNAS/resourceDemand/device/component/record.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/CNAS/resourceDemand/device/component/record.vue b/src/views/CNAS/resourceDemand/device/component/record.vue index 7b61015..4998f25 100644 --- a/src/views/CNAS/resourceDemand/device/component/record.vue +++ b/src/views/CNAS/resourceDemand/device/component/record.vue @@ -11,8 +11,8 @@ @keyup.enter.native="getTableList(clickNodeVal.value)"></el-input> </div> <div class="search_thing" style="padding-left: 30px;"> - <el-button size="small" @click="resetSearch">閲� 缃�</el-button> - <el-button size="small" type="primary" @click="getTableList(clickNodeVal.value)">鏌� 璇�</el-button> + <el-button size="mini" type="primary" @click="getTableList(clickNodeVal.value)">鏌ヨ</el-button> + <el-button size="mini" @click="resetSearch">閲嶇疆</el-button> </div> <div class="btns" v-if="isMenuList != 1"> <el-button size="small" type="primary" @click="dialogVisible = true, openAdd()">鏂� 寤�</el-button> @@ -20,7 +20,8 @@ </div> </div> <div class="tables" style="margin-top: 10px;"> - <el-table ref="Recordtable" :data="formParamList" height="calc(100vh - 20em)"> + <el-table ref="Recordtable" :data="formParamList" height="calc(100vh - 20em)" + :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border> <!-- 琛ㄦ牸鍒� --> <el-table-column label="搴忓彿" type="index" width="120"> <template v-slot="scope"> -- Gitblit v1.9.3