From 1ea1ad2c56e95e71e1756cfca73e7183f9795ac9 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期三, 16 四月 2025 15:23:39 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev' into dev_test --- src/views/CNAS/process/reportResults/index.vue | 72 +++++++++-------------------------- 1 files changed, 19 insertions(+), 53 deletions(-) diff --git a/src/views/CNAS/process/reportResults/index.vue b/src/views/CNAS/process/reportResults/index.vue index 9cf49ca..81566bd 100644 --- a/src/views/CNAS/process/reportResults/index.vue +++ b/src/views/CNAS/process/reportResults/index.vue @@ -1,16 +1,18 @@ <template> - <div class="report-results"> - <div class="search"> - <div class="search_thing"> - <div class="search_label">妫�楠屾姤鍛婄紪鍙凤細</div> - <div class="search_input"><el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.insReportCode" - @keyup.enter.native="refreshTable()"></el-input></div> + <div class="capacity-scope"> + <div style="display: flex;justify-content: space-between"> + <div style="display: flex;"> + <div style="margin-bottom: 18px;margin-right: 10px;display: flex;align-items: center;line-height: 32px;"> + <span style="width: 128px;font-size: 14px;font-weight: 700;color: #606266;">妫�楠屾姤鍛婄紪鍙�</span> + <el-input size="small" placeholder="璇疯緭鍏�" clearable v-model="queryParams.insReportCode" + @keyup.enter.native="refreshTable()"></el-input> + </div> + <div style="line-height: 30px;"> + <el-button type="primary" size="mini" @click="refreshTable">鏌ヨ</el-button> + <el-button size="mini" @click="refresh">閲嶇疆</el-button> + </div> </div> - <div class="search_thing" style="padding-left: 30px;"> - <el-button size="small" @click="refresh()">閲� 缃�</el-button> - <el-button size="small" type="primary" @click="refreshTable()">鏌� 璇�</el-button> - </div> - <div class="btn"> + <div style="line-height: 30px;"> <el-button size="small" type="primary" @click="handleDown" :loading="outLoading" v-if="outPower">瀵煎嚭</el-button> <el-button size="small" type="primary" @click="openAdd" v-if="addPower">鏂板</el-button> </div> @@ -135,7 +137,9 @@ }, addLoading: false, mutilSelect: [], - queryParams: {}, + queryParams: { + insReportCode: '' + }, tableData: [], column: [ { label: "妫�楠屾姤鍛婄紪鍙�", prop: "insReportCode" }, @@ -174,7 +178,7 @@ ], page: { total: 0, - size: 10, + size: 20, current: 0, }, tableLoading: false, @@ -311,11 +315,9 @@ <style scoped> .search { - background-color: #fff; - height: 80px; + height: 46px; display: flex; - align-items: center; - position: relative; + justify-content: space-between; } .search_thing { @@ -332,41 +334,5 @@ .search_input { width: calc(100% - 110px); -} - -.table { - background-color: #fff; - height: calc(100% - 60px - 80px - 10px - 40px); - padding: 20px; -} - -.tables { - table-layout: fixed; - width: 100%; -} - -.tables td { - height: 40px; - width: 100px; - text-align: center; - font-size: 14px; - word-wrap: break-word; - white-space: normal; -} - -.en { - font-size: 12px; - word-break: break-word; - /* 鑷姩鏂 */ - overflow-wrap: break-word; - /* 闃叉婧㈠嚭 */ - white-space: normal; - /* 榛樿鎹㈣ */ -} - -.btn { - position: absolute; - top: 16px; - right: 20px; } </style> -- Gitblit v1.9.3