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; + } }