From ac9a32b846b40fb4102740e4d944e57d935f0b09 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Thu, 13 Apr 2023 10:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=91=E6=8E=A7=E8=AE=BE=E5=A4=87=E5=8F=96?= =?UTF-8?q?=E6=B6=88=E8=8E=B7=E5=8F=96=E8=A1=A8=E6=A0=BC=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/cpts/base2/index.vue | 1851 ++++++++++++------------ 1 file changed, 902 insertions(+), 949 deletions(-) diff --git a/src/views/modules/cpts/base2/index.vue b/src/views/modules/cpts/base2/index.vue index 185e40b8d..2cc85b95b 100644 --- a/src/views/modules/cpts/base2/index.vue +++ b/src/views/modules/cpts/base2/index.vue @@ -1,383 +1,344 @@ - - - - - - - - - - - - - - - - - - handleChangeCascader(e, item) - " - > - - - - - - 至 - - - - - - - - - - - - - - - 查询 - 重置 - - - - - - - 新增 - - 下载模板 - - - 导入 - - - 导出 - - 导出员工登记码 - - 批量删除 - - - - - - - - - - - - - - - - - {{ - scope.row[item.keyName].join( - item.arrayDiv || "," - ) - }} - - - - - - - - 查看 - {{ editBtnName(scope.row) }} - - 删除 - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + handleChangeCascader(e, item)" + > + + + + + + 至 + + + + + + + + + + + + + 查询 + 重置 + + + + + + + 新增 + + 下载模板 + + + 导入 + + + 导出 + + 导出员工登记码 + + 批量删除 + + + + + + + + + + + + + + + + + {{ scope.row[item.keyName].join(item.arrayDiv || ",") }} + + + + + + + + 查看 + {{ editBtnName(scope.row) }} + + 删除 + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -947,24 +900,24 @@ export default { @import "@/assets/scss/modules/management/list-main.scss"; .m-dialog { - /deep/ .el-dialog__body { - position: relative; - max-height: 83vh; - box-sizing: border-box; - padding: 0 0 20px !important; - .dialog-h-content { - max-height: calc(83vh - 80px); - box-sizing: border-box; - padding: 50px 80px; - overflow: auto; - } - } - - .resi-btns { - margin-top: 20px; - text-align: center; - text-align: right; - margin-right: 16px; - } + /deep/ .el-dialog__body { + position: relative; + max-height: 83vh; + box-sizing: border-box; + padding: 0 0 20px !important; + .dialog-h-content { + max-height: calc(83vh - 80px); + box-sizing: border-box; + padding: 50px 80px; + overflow: auto; + } + } + + .resi-btns { + margin-top: 20px; + text-align: center; + text-align: right; + margin-right: 16px; + } }