diff --git a/package-lock.json b/package-lock.json
index 364a1d8..c7de788 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -10,7 +10,7 @@
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@antv/g2": "^4.1.20",
- "@hwork/ant-design-vue": "^4.1.24",
+ "@hwork/ant-design-vue": "4.1.24",
"@hwork/icon": "^1.0.0",
"@tinymce/tinymce-vue": "^4.0.4",
"axios": "^0.21.1",
@@ -915,9 +915,9 @@
"license": "BSD-3-Clause"
},
"node_modules/@hwork/ant-design-vue": {
- "version": "4.1.25",
- "resolved": "http://x-repo.haier.net/repository/npm-public/@hwork/ant-design-vue/-/ant-design-vue-4.1.25.tgz",
- "integrity": "sha512-fgpwWpxVuAlCtpYspVVKS2JLily7Mq90Q9aQj8dr5gIlz56DHW8Tq2j+dIFN2wS5jcRugP5hbC7Wo9LNf23ElA==",
+ "version": "4.1.24",
+ "resolved": "http://x-repo.haier.net/repository/npm-public/@hwork/ant-design-vue/-/ant-design-vue-4.1.24.tgz",
+ "integrity": "sha512-A2jil/lqCdcsDY49XR0GMKRX5MQcnqDsjCEkOAbKBK1V96dLi7M4PJ6Xx8BrREQtmGjpfSy3/hRMhsjyk904iQ==",
"license": "MIT",
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
diff --git a/package.json b/package.json
index a091b69..eea8591 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@antv/g2": "^4.1.20",
- "@hwork/ant-design-vue": "^4.1.24",
+ "@hwork/ant-design-vue": "4.1.24",
"@hwork/icon": "^1.0.0",
"@tinymce/tinymce-vue": "^4.0.4",
"axios": "^0.21.1",
diff --git a/src/assets/css/layout.less b/src/assets/css/layout.less
index 57f831f..681ecb7 100644
--- a/src/assets/css/layout.less
+++ b/src/assets/css/layout.less
@@ -423,6 +423,9 @@ html {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
line-height: 30px;
}
+.ant-list-layout {
+ height: 100% !important;
+}
.ant-list-layout-content {
height: 100%;
display: flex;
diff --git a/src/layout/module/content/index.vue b/src/layout/module/content/index.vue
index 5bd61b9..214b518 100644
--- a/src/layout/module/content/index.vue
+++ b/src/layout/module/content/index.vue
@@ -40,4 +40,4 @@ export default {
background-color: transparent;
height: 100%;
}
-
\ No newline at end of file
+
diff --git a/src/view/announce/index.vue b/src/view/announce/index.vue
index 71eeea3..a179e7c 100644
--- a/src/view/announce/index.vue
+++ b/src/view/announce/index.vue
@@ -1,43 +1,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/view/config/index.vue b/src/view/config/index.vue
index 237f334..ce64fd7 100644
--- a/src/view/config/index.vue
+++ b/src/view/config/index.vue
@@ -151,7 +151,7 @@
/// 删除配置
const removeMethod = (record) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除此配置?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
@@ -185,7 +185,7 @@
}
const removeBatchMethod = (ids) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除选择配置?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
diff --git a/src/view/dataSource/index.vue b/src/view/dataSource/index.vue
index 36b218d..d4f8b11 100644
--- a/src/view/dataSource/index.vue
+++ b/src/view/dataSource/index.vue
@@ -1,43 +1,24 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/view/dept/index.vue b/src/view/dept/index.vue
index 196b065..0962e10 100644
--- a/src/view/dept/index.vue
+++ b/src/view/dept/index.vue
@@ -1,45 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/view/dict/index.vue b/src/view/dict/index.vue
index 6ad0387..4ddaac1 100644
--- a/src/view/dict/index.vue
+++ b/src/view/dict/index.vue
@@ -107,7 +107,7 @@
/// 删除角色
const removeMethod = (record) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除此字典?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
@@ -142,7 +142,7 @@
/// 批量删除
const removeBatchMethod = (ids) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除选择字典?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
diff --git a/src/view/dict/modal/data.vue b/src/view/dict/modal/data.vue
index ccced2a..4dc4496 100644
--- a/src/view/dict/modal/data.vue
+++ b/src/view/dict/modal/data.vue
@@ -109,7 +109,7 @@
/// 删除角色
const removeMethod = (record) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除此字典?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
@@ -144,7 +144,7 @@
/// 批量删除
const removeBatchMethod = (ids) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除选择字典?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
diff --git a/src/view/inbox/index.vue b/src/view/inbox/index.vue
index c230fe5..4ab9534 100644
--- a/src/view/inbox/index.vue
+++ b/src/view/inbox/index.vue
@@ -1,26 +1,19 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
+
\ No newline at end of file
+
diff --git a/src/view/log/auth.vue b/src/view/log/auth.vue
index b5388a9..9114b9e 100644
--- a/src/view/log/auth.vue
+++ b/src/view/log/auth.vue
@@ -1,19 +1,14 @@
-
-
-
-
-
+
+
-
-
-
-
-
+
-
-
-
-
+
\ No newline at end of file
+
diff --git a/src/view/role/index.vue b/src/view/role/index.vue
index daec4c8..d3d315d 100644
--- a/src/view/role/index.vue
+++ b/src/view/role/index.vue
@@ -119,7 +119,7 @@
/// 删除角色
const removeMethod = (record) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除此角色?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
@@ -154,7 +154,7 @@
/// 批量删除
const removeBatchMethod = (ids) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除选择角色?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
diff --git a/src/view/tenant/index.vue b/src/view/tenant/index.vue
index d0e3597..fd8077d 100644
--- a/src/view/tenant/index.vue
+++ b/src/view/tenant/index.vue
@@ -1,40 +1,20 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/view/user/index.vue b/src/view/user/index.vue
index cdd7d52..e4270ff 100644
--- a/src/view/user/index.vue
+++ b/src/view/user/index.vue
@@ -1,45 +1,25 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
+
diff --git a/src/view/wms/baseInfo/customer/index.vue b/src/view/wms/baseInfo/customer/index.vue
index b2a982b..b9b7d7a 100644
--- a/src/view/wms/baseInfo/customer/index.vue
+++ b/src/view/wms/baseInfo/customer/index.vue
@@ -1,26 +1,19 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
+
diff --git a/src/view/wms/baseInfo/skuCategory/index.vue b/src/view/wms/baseInfo/skuCategory/index.vue
index 713cd8c..9f94ada 100644
--- a/src/view/wms/baseInfo/skuCategory/index.vue
+++ b/src/view/wms/baseInfo/skuCategory/index.vue
@@ -1,324 +1,316 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
+
diff --git a/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue b/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue
index 1af6888..583f16b 100644
--- a/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue
+++ b/src/view/wms/billsInfo/check/addCheckDetail/addCheckDetail.vue
@@ -62,7 +62,7 @@
import save from './model/save.vue';
import {
message,
- Modal,
+ Modal as modal,
} from '@hwork/ant-design-vue';
import {
CheckOutlined,
@@ -312,7 +312,7 @@
//删除
const removeMethod = (id) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除此条数据?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
@@ -349,7 +349,7 @@
//批量删除
const removeactQtyMethod = (ids) => {
- Modal.confirm({
+ modal.confirm({
title: '您是否确定要删除选择数据?',
icon: createVNode(ExclamationCircleOutlined),
okText: '确定',
diff --git a/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue b/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue
index 4585834..e9377e5 100644
--- a/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue
+++ b/src/view/wms/billsInfo/check/addCheckDetail/model/save.vue
@@ -20,7 +20,7 @@
diff --git a/src/view/wms/warehouse/channel/index.vue b/src/view/wms/warehouse/channel/index.vue
index 3822a9b..183abf5 100644
--- a/src/view/wms/warehouse/channel/index.vue
+++ b/src/view/wms/warehouse/channel/index.vue
@@ -1,25 +1,18 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
-
+
+
-
+