From e021467d2a07b37b4b3a8eb5252198a5a371426a Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期三, 14 十二月 2022 17:21:43 +0800 Subject: [PATCH] 趋势分析页面修改 --- src/views/intelligentPatrol/illegalSearch/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/intelligentPatrol/illegalSearch/index.vue b/src/views/intelligentPatrol/illegalSearch/index.vue index 59fec7b..9274a8b 100644 --- a/src/views/intelligentPatrol/illegalSearch/index.vue +++ b/src/views/intelligentPatrol/illegalSearch/index.vue @@ -23,7 +23,7 @@ <!-- 鎸夐挳鍖哄煙 --> <div class="main-btns"> <div class="main-btns-left"> -<!-- <el-button icon="el-icon-download">涓嬭浇鍥剧墖</el-button>--> + <el-button icon="el-icon-download">涓嬭浇鍥剧墖</el-button> <el-button icon="el-icon-folder" @click="exportTableData">瀵煎嚭</el-button> </div> <div class="main-btns-right"> @@ -33,8 +33,8 @@ </div> <!-- 鏁版嵁灞曠ず --> <el-table ref="multipleTable" - :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" - :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> + :header-cell-style="{ background: '#06122c', 'font-size': '12px', color: '#4b9bb7', 'font-weight': '650', 'line-height': '45px' }" + :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"> <el-table-column type="selection" min-width="5"> </el-table-column> <el-table-column prop="code" label="浜嬩欢缂栧彿" min-width="10"> -- Gitblit v1.8.0