From 9c8a4032ca5a931e21936f8f68645d8b5811a6e8 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Tue, 10 Oct 2023 16:32:19 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/.editorconfig | 2 +- jsowell-ui/src/views/pile/basic/index.vue | 1227 +++++++++-------- .../src/views/pile/station/pileList.vue | 309 ++++- 3 files changed, 864 insertions(+), 674 deletions(-) diff --git a/jsowell-ui/.editorconfig b/jsowell-ui/.editorconfig index 7034f9bf3..412d608c3 100644 --- a/jsowell-ui/.editorconfig +++ b/jsowell-ui/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 # 缩进风格,可选space、tab indent_style = space # 缩进的空格数 -indent_size = 2 +indent_size = 4 # 结尾换行符,可选lf、cr、crlf end_of_line = lf # 在文件结尾插入新行 diff --git a/jsowell-ui/src/views/pile/basic/index.vue b/jsowell-ui/src/views/pile/basic/index.vue index f31dc1dc6..2fd0169b3 100644 --- a/jsowell-ui/src/views/pile/basic/index.vue +++ b/jsowell-ui/src/views/pile/basic/index.vue @@ -1,636 +1,639 @@ diff --git a/jsowell-ui/src/views/pile/station/pileList.vue b/jsowell-ui/src/views/pile/station/pileList.vue index 2d1898743..df6d395d9 100644 --- a/jsowell-ui/src/views/pile/station/pileList.vue +++ b/jsowell-ui/src/views/pile/station/pileList.vue @@ -23,35 +23,38 @@ icon="el-icon-search" size="mini" @click="handleQuery" - >搜索搜索 + 重置重置 + - + 批量修改站点--> - 批量新增 + @click="handleAdd" + v-hasPermi="['pile:basic:batchAdd']" + >批量新增 + @@ -60,7 +63,7 @@ :data="pileList" @selection-change="handleSelectionChange" > - + - - + +