mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
style:增加滚动条样式
This commit is contained in:
81
package-lock.json
generated
81
package-lock.json
generated
@@ -13,6 +13,7 @@
|
|||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"element-plus": "^2.2.17",
|
"element-plus": "^2.2.17",
|
||||||
"jquery": "^3.6.1",
|
"jquery": "^3.6.1",
|
||||||
|
"qs": "^6.11.0",
|
||||||
"vue": "^3.2.13",
|
"vue": "^3.2.13",
|
||||||
"vue-router": "^4.0.3",
|
"vue-router": "^4.0.3",
|
||||||
"vuex": "^4.0.0"
|
"vuex": "^4.0.0"
|
||||||
@@ -3779,6 +3780,18 @@
|
|||||||
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/body-parser/node_modules/qs": {
|
||||||
|
"version": "6.10.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
||||||
|
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"side-channel": "^1.0.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/bonjour-service": {
|
"node_modules/bonjour-service": {
|
||||||
"version": "1.0.14",
|
"version": "1.0.14",
|
||||||
"resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.0.14.tgz",
|
"resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.0.14.tgz",
|
||||||
@@ -3866,7 +3879,6 @@
|
|||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
|
"resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
|
||||||
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"function-bind": "^1.1.1",
|
"function-bind": "^1.1.1",
|
||||||
"get-intrinsic": "^1.0.2"
|
"get-intrinsic": "^1.0.2"
|
||||||
@@ -5879,6 +5891,18 @@
|
|||||||
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"node_modules/express/node_modules/qs": {
|
||||||
|
"version": "6.10.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
||||||
|
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
||||||
|
"dev": true,
|
||||||
|
"dependencies": {
|
||||||
|
"side-channel": "^1.0.4"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=0.6"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/express/node_modules/safe-buffer": {
|
"node_modules/express/node_modules/safe-buffer": {
|
||||||
"version": "5.2.1",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||||
@@ -6164,8 +6188,7 @@
|
|||||||
"node_modules/function-bind": {
|
"node_modules/function-bind": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
||||||
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"node_modules/functional-red-black-tree": {
|
"node_modules/functional-red-black-tree": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@@ -6195,7 +6218,6 @@
|
|||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
|
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
|
||||||
"integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
|
"integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"function-bind": "^1.1.1",
|
"function-bind": "^1.1.1",
|
||||||
"has": "^1.0.3",
|
"has": "^1.0.3",
|
||||||
@@ -6303,7 +6325,6 @@
|
|||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
||||||
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"function-bind": "^1.1.1"
|
"function-bind": "^1.1.1"
|
||||||
},
|
},
|
||||||
@@ -6333,7 +6354,6 @@
|
|||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
|
||||||
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
||||||
"dev": true,
|
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 0.4"
|
"node": ">= 0.4"
|
||||||
}
|
}
|
||||||
@@ -7840,8 +7860,7 @@
|
|||||||
"node_modules/object-inspect": {
|
"node_modules/object-inspect": {
|
||||||
"version": "1.12.2",
|
"version": "1.12.2",
|
||||||
"resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz",
|
"resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz",
|
||||||
"integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
|
"integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"node_modules/object-keys": {
|
"node_modules/object-keys": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
@@ -8914,10 +8933,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/qs": {
|
"node_modules/qs": {
|
||||||
"version": "6.10.3",
|
"version": "6.11.0",
|
||||||
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
|
||||||
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"side-channel": "^1.0.4"
|
"side-channel": "^1.0.4"
|
||||||
},
|
},
|
||||||
@@ -9562,7 +9580,6 @@
|
|||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
|
"resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
|
||||||
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
|
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
|
||||||
"dev": true,
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"call-bind": "^1.0.0",
|
"call-bind": "^1.0.0",
|
||||||
"get-intrinsic": "^1.0.2",
|
"get-intrinsic": "^1.0.2",
|
||||||
@@ -14198,6 +14215,15 @@
|
|||||||
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
|
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.0.0.tgz",
|
||||||
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
|
},
|
||||||
|
"qs": {
|
||||||
|
"version": "6.10.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
||||||
|
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"side-channel": "^1.0.4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -14276,7 +14302,6 @@
|
|||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
|
"resolved": "https://registry.npmmirror.com/call-bind/-/call-bind-1.0.2.tgz",
|
||||||
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
"integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"function-bind": "^1.1.1",
|
"function-bind": "^1.1.1",
|
||||||
"get-intrinsic": "^1.0.2"
|
"get-intrinsic": "^1.0.2"
|
||||||
@@ -15874,6 +15899,15 @@
|
|||||||
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
"integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"qs": {
|
||||||
|
"version": "6.10.3",
|
||||||
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
||||||
|
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
||||||
|
"dev": true,
|
||||||
|
"requires": {
|
||||||
|
"side-channel": "^1.0.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
"safe-buffer": {
|
"safe-buffer": {
|
||||||
"version": "5.2.1",
|
"version": "5.2.1",
|
||||||
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
"resolved": "https://registry.npmmirror.com/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
||||||
@@ -16105,8 +16139,7 @@
|
|||||||
"function-bind": {
|
"function-bind": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
"resolved": "https://registry.npmmirror.com/function-bind/-/function-bind-1.1.1.tgz",
|
||||||
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
|
"integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"functional-red-black-tree": {
|
"functional-red-black-tree": {
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
@@ -16130,7 +16163,6 @@
|
|||||||
"version": "1.1.3",
|
"version": "1.1.3",
|
||||||
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
|
"resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
|
||||||
"integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
|
"integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"function-bind": "^1.1.1",
|
"function-bind": "^1.1.1",
|
||||||
"has": "^1.0.3",
|
"has": "^1.0.3",
|
||||||
@@ -16220,7 +16252,6 @@
|
|||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/has/-/has-1.0.3.tgz",
|
||||||
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
"integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"function-bind": "^1.1.1"
|
"function-bind": "^1.1.1"
|
||||||
}
|
}
|
||||||
@@ -16243,8 +16274,7 @@
|
|||||||
"has-symbols": {
|
"has-symbols": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.3",
|
||||||
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
|
"resolved": "https://registry.npmmirror.com/has-symbols/-/has-symbols-1.0.3.tgz",
|
||||||
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==",
|
"integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"hash-sum": {
|
"hash-sum": {
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
@@ -17444,8 +17474,7 @@
|
|||||||
"object-inspect": {
|
"object-inspect": {
|
||||||
"version": "1.12.2",
|
"version": "1.12.2",
|
||||||
"resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz",
|
"resolved": "https://registry.npmmirror.com/object-inspect/-/object-inspect-1.12.2.tgz",
|
||||||
"integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==",
|
"integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ=="
|
||||||
"dev": true
|
|
||||||
},
|
},
|
||||||
"object-keys": {
|
"object-keys": {
|
||||||
"version": "1.1.1",
|
"version": "1.1.1",
|
||||||
@@ -18218,10 +18247,9 @@
|
|||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"qs": {
|
"qs": {
|
||||||
"version": "6.10.3",
|
"version": "6.11.0",
|
||||||
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.10.3.tgz",
|
"resolved": "https://registry.npmmirror.com/qs/-/qs-6.11.0.tgz",
|
||||||
"integrity": "sha512-wr7M2E0OFRfIfJZjKGieI8lBKb7fRCH4Fv5KNPEs7gJ8jadvotdsS08PzOKR7opXhZ/Xkjtt3WF9g38drmyRqQ==",
|
"integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"side-channel": "^1.0.4"
|
"side-channel": "^1.0.4"
|
||||||
}
|
}
|
||||||
@@ -18742,7 +18770,6 @@
|
|||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
|
"resolved": "https://registry.npmmirror.com/side-channel/-/side-channel-1.0.4.tgz",
|
||||||
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
|
"integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==",
|
||||||
"dev": true,
|
|
||||||
"requires": {
|
"requires": {
|
||||||
"call-bind": "^1.0.0",
|
"call-bind": "^1.0.0",
|
||||||
"get-intrinsic": "^1.0.2",
|
"get-intrinsic": "^1.0.2",
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
"core-js": "^3.8.3",
|
"core-js": "^3.8.3",
|
||||||
"element-plus": "^2.2.17",
|
"element-plus": "^2.2.17",
|
||||||
"jquery": "^3.6.1",
|
"jquery": "^3.6.1",
|
||||||
|
"qs": "^6.11.0",
|
||||||
"vue": "^3.2.13",
|
"vue": "^3.2.13",
|
||||||
"vue-router": "^4.0.3",
|
"vue-router": "^4.0.3",
|
||||||
"vuex": "^4.0.0"
|
"vuex": "^4.0.0"
|
||||||
@@ -54,4 +55,4 @@
|
|||||||
"not dead",
|
"not dead",
|
||||||
"not ie 11"
|
"not ie 11"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,45 @@
|
|||||||
import axios from "axios";
|
import axios from "axios";
|
||||||
|
|
||||||
|
axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded';
|
||||||
|
|
||||||
|
axios.defaults.withCredentials = true;
|
||||||
|
|
||||||
const http = axios.create({
|
const http = axios.create({
|
||||||
baseURL: 'http://localhost:8082/api',
|
baseURL: '/api',
|
||||||
timeout: 1000 * 100
|
timeout: 1000 * 5
|
||||||
});
|
});
|
||||||
|
|
||||||
|
http.interceptors.request.use(
|
||||||
|
(config) => {
|
||||||
|
const token = localStorage.getItem('token');
|
||||||
|
if (token) {
|
||||||
|
config.headers.token = token;
|
||||||
|
} else {
|
||||||
|
console.log("当前请求页面无token,请执行操作!!!")
|
||||||
|
}
|
||||||
|
return config;
|
||||||
|
},
|
||||||
|
(err) => {
|
||||||
|
console.log('登陆前拦截', err)
|
||||||
|
return Promise.reject(err);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
|
|
||||||
|
http.interceptors.response.use(
|
||||||
|
(response) => {
|
||||||
|
const { data: { code, msg } } = response;
|
||||||
|
if (code === 0 || code === 200) {
|
||||||
|
return response;
|
||||||
|
} else {
|
||||||
|
console.log('api %o', msg);
|
||||||
|
}
|
||||||
|
return response;
|
||||||
|
},
|
||||||
|
function (error) {
|
||||||
|
console.log('api error %o', error);
|
||||||
|
return Promise.reject(error);
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
export default http;
|
export default http;
|
||||||
@@ -1,19 +1,74 @@
|
|||||||
import http from "./config";
|
import http from "./config";
|
||||||
|
import qs from 'qs';
|
||||||
// 接口
|
|
||||||
export const getUserInfo = () => http.get('/');
|
|
||||||
export const getUserById = (x, y, z) => http.post('/getuserbyid', { x, y, z });
|
|
||||||
|
|
||||||
|
|
||||||
// 使用方法
|
/**
|
||||||
|
* 接口传参数方式(get)
|
||||||
|
* axios.get('/user', {
|
||||||
|
* params: {
|
||||||
|
* id: 12345,
|
||||||
|
* name: user
|
||||||
|
* }
|
||||||
|
* }).then(res => console.log(res))
|
||||||
|
*
|
||||||
|
* 接口传参三种方式(post/put/patch)
|
||||||
|
*
|
||||||
|
* 1.'Content-Type'= 'multipart/form-data',传参格式为 formData。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'multipart/form-data')
|
||||||
|
* var formData=new FormData();
|
||||||
|
* formData.append('user',123456);formData.append('pass',12345678);
|
||||||
|
* axios.post("/notice",formData).then()
|
||||||
|
*
|
||||||
|
* 2.'Content-Type'= 'application/x-www-form-urlencoded',传参格式为 query 形式,使用$qs.stringify。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* let data = {"code":"1234","name":"yyyy"};
|
||||||
|
* axios.post(`${this.$url}/test/testRequest`,qs.stringify({data})).then()
|
||||||
|
*
|
||||||
|
* 3.'Content-Type'= 'application/json,传参格式为 raw (JSON格式)。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'application/json;charset=UTF-8')
|
||||||
|
* let data = {"code":"1234","name":"yyyy"}
|
||||||
|
* axios.post(`${this.$url}/test/testRequest`,data).then()
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// 接口-请求
|
||||||
|
|
||||||
|
// 根据投票ID获取题干信息
|
||||||
|
export const getStemInfo = (stemId) => http.post('/vote/queryStemByStemId', qs.stringify({ stemId: stemId }));
|
||||||
|
|
||||||
|
// 测试方法
|
||||||
// import * as api from '../../api/index'
|
// import * as api from '../../api/index'
|
||||||
// api.getUserById(6, 7, 8).then(res => {
|
// api.getStemInfo(4).then(res => {
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
// }).catch(err => {
|
// }).catch(err => {
|
||||||
// console.log(err)
|
// console.log(err)
|
||||||
// })
|
// })
|
||||||
|
|
||||||
// api.getUserInfo().then(res => {
|
// 获取字典列表
|
||||||
|
export const getList = (pageno, pagesize) => http.post('/dict/getList', {
|
||||||
|
"dictCode": "",
|
||||||
|
"pageNo": pageno,
|
||||||
|
"pageSize": pagesize
|
||||||
|
})
|
||||||
|
|
||||||
|
// 测试方法
|
||||||
|
// import * as api from '../../api/index'
|
||||||
|
// api.getList(0,0).then(res => {
|
||||||
|
// console.log(res)
|
||||||
|
// }).catch(err => {
|
||||||
|
// console.log(err)
|
||||||
|
// })
|
||||||
|
|
||||||
|
// 根据活动ID获取活动信息接口
|
||||||
|
export const getActivityList = (activityId) => http.get('/activity', { params: { "activityId": activityId } })
|
||||||
|
|
||||||
|
// 测试方法
|
||||||
|
// import * as api from '../../api/index'
|
||||||
|
// api.getActivityList(4).then(res => {
|
||||||
// console.log(res)
|
// console.log(res)
|
||||||
// }).catch(err => {
|
// }).catch(err => {
|
||||||
// console.log(err)
|
// console.log(err)
|
||||||
|
|||||||
55
src/api/index1.js
Normal file
55
src/api/index1.js
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
import http from "./config";
|
||||||
|
// import qs from 'qs';
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 接口传参数方式(get)
|
||||||
|
* axios.get('/user', {
|
||||||
|
* params: {
|
||||||
|
* id: 12345,
|
||||||
|
* name: user
|
||||||
|
* }
|
||||||
|
* }).then(res => console.log(res))
|
||||||
|
*
|
||||||
|
* 接口传参三种方式(post/put/patch)
|
||||||
|
*
|
||||||
|
* 1.'Content-Type'= 'multipart/form-data',传参格式为 formData。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'multipart/form-data')
|
||||||
|
* var formData=new FormData();
|
||||||
|
* formData.append('user',123456);formData.append('pass',12345678);
|
||||||
|
* axios.post("/notice",formData).then()
|
||||||
|
*
|
||||||
|
* 2.'Content-Type'= 'application/x-www-form-urlencoded',传参格式为 query 形式,使用$qs.stringify。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* let data = {"code":"1234","name":"yyyy"};
|
||||||
|
* axios.post(`${this.$url}/test/testRequest`,qs.stringify({data})).then()
|
||||||
|
*
|
||||||
|
* 3.'Content-Type'= 'application/json,传参格式为 raw (JSON格式)。
|
||||||
|
* (全局请求头:'Content-Type'= 'application/x-www-form-urlencoded')
|
||||||
|
* (request的Header:'Content-Type'= 'application/json;charset=UTF-8')
|
||||||
|
* let data = {"code":"1234","name":"yyyy"}
|
||||||
|
* axios.post(`${this.$url}/test/testRequest`,data).then()
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
// 接口-请求
|
||||||
|
|
||||||
|
// 获取学习路径图列表
|
||||||
|
export const getLearnPath = (obj) => http.post('/admin/router/list', obj);
|
||||||
|
|
||||||
|
//获取关卡
|
||||||
|
export const getChapter = (obj) => http.post('/admin/router/detail', { params: obj });
|
||||||
|
|
||||||
|
//新建或编辑关卡
|
||||||
|
export const editChapter = (obj) => http.post('/admin/router/editChapter', obj);
|
||||||
|
|
||||||
|
// 测试方法
|
||||||
|
// import * as api from '../../api/index'
|
||||||
|
// api.getLearnPath({}).then(res => {
|
||||||
|
// console.log(res)
|
||||||
|
// }).catch(err => {
|
||||||
|
// console.log(err)
|
||||||
|
// })
|
||||||
@@ -45,31 +45,94 @@ body {
|
|||||||
/*对水平流动条有效*/
|
/*对水平流动条有效*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::-moz-scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
/*对垂直流动条有效*/
|
||||||
|
height: 6px;
|
||||||
|
/*对水平流动条有效*/
|
||||||
|
}
|
||||||
|
::-o-scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
/*对垂直流动条有效*/
|
||||||
|
height: 6px;
|
||||||
|
/*对水平流动条有效*/
|
||||||
|
}
|
||||||
|
.scrollbar {
|
||||||
|
width: 6px;
|
||||||
|
/*对垂直流动条有效*/
|
||||||
|
height: 6px;
|
||||||
|
/*对水平流动条有效*/
|
||||||
|
}
|
||||||
/*定义滚动条的轨道颜色、内阴影及圆角*/
|
/*定义滚动条的轨道颜色、内阴影及圆角*/
|
||||||
::-webkit-scrollbar-track {
|
::-webkit-scrollbar-track {
|
||||||
background-color: rgba(239, 244, 252, 1);
|
background-color: rgba(239, 244, 252, 1);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
::-moz-scrollbar-track {
|
||||||
|
background-color: rgba(239, 244, 252, 1);
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
::-o-scrollbar-track {
|
||||||
|
background-color: rgba(239, 244, 252, 1);
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
.scrollbar-track {
|
||||||
|
background-color: rgba(239, 244, 252, 1);
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
/*定义滑块颜色、内阴影及圆角*/
|
/*定义滑块颜色、内阴影及圆角*/
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background-color: rgba(78, 166, 255, 1);
|
background-color: rgba(78, 166, 255, 1);
|
||||||
}
|
}
|
||||||
|
::-moz-scrollbar-thumb {
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: rgba(78, 166, 255, 1);
|
||||||
|
}
|
||||||
|
::-o-scrollbar-thumb {
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: rgba(78, 166, 255, 1);
|
||||||
|
}
|
||||||
|
.scrollbar-thumb {
|
||||||
|
border-radius: 3px;
|
||||||
|
background-color: rgba(78, 166, 255, 1);
|
||||||
|
}
|
||||||
|
|
||||||
/*定义两端按钮的样式*/
|
/*定义两端按钮的样式*/
|
||||||
::-webkit-scrollbar-button {
|
::-webkit-scrollbar-button {
|
||||||
background-color: cyan;
|
background-color: cyan;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
::-moz-scrollbar-button {
|
||||||
|
background-color: cyan;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
::-o-scrollbar-button {
|
||||||
|
background-color: cyan;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
.scrollbar-button {
|
||||||
|
background-color: cyan;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
/*定义右下角汇合处的样式*/
|
/*定义右下角汇合处的样式*/
|
||||||
::-webkit-scrollbar-corner {
|
::-webkit-scrollbar-corner {
|
||||||
background: rgba(239, 244, 252, 1);
|
background: rgba(239, 244, 252, 1);
|
||||||
;
|
;
|
||||||
}
|
}
|
||||||
|
::-moz-scrollbar-corner {
|
||||||
|
background: rgba(239, 244, 252, 1);
|
||||||
|
;
|
||||||
|
}
|
||||||
|
::-o-scrollbar-corner {
|
||||||
|
background: rgba(239, 244, 252, 1);
|
||||||
|
;
|
||||||
|
}
|
||||||
|
.scrollbar-corner {
|
||||||
|
background: rgba(239, 244, 252, 1);
|
||||||
|
;
|
||||||
|
}
|
||||||
//隐藏滚动条----------------------------------------------------------------
|
//隐藏滚动条----------------------------------------------------------------
|
||||||
|
|
||||||
//禁止选中----------------------------------------------------------
|
//禁止选中----------------------------------------------------------
|
||||||
|
|||||||
@@ -533,13 +533,15 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// background-color: #bfa;
|
// background-color: #bfa;
|
||||||
// overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
.titl {
|
.titl {
|
||||||
display: flex;
|
display: flex;
|
||||||
.endtime {
|
.endtime {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.search {
|
.search {
|
||||||
@@ -551,6 +553,7 @@ export default {
|
|||||||
.leftchoose {
|
.leftchoose {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
|
flex-wrap: wrap;
|
||||||
.namecon {
|
.namecon {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
@@ -754,16 +757,17 @@ export default {
|
|||||||
// }
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// .botm {
|
.botm {
|
||||||
// width: 100%;
|
width: 100%;
|
||||||
// height: 100%;
|
height: 90px;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
// // flex-shrink: 1;
|
// flex-shrink: 1;
|
||||||
// }
|
}
|
||||||
.btnn {
|
.btnn {
|
||||||
height: 72px;
|
height: 72px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
background-color: #fff;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -1076,7 +1076,6 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
// height: 80%;
|
// height: 80%;
|
||||||
margin-bottom: 72px;
|
margin-bottom: 72px;
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
width: 65%;
|
width: 65%;
|
||||||
@@ -1275,7 +1274,8 @@ export default {
|
|||||||
// bottom: 20px;
|
// bottom: 20px;
|
||||||
.ant-pagination-item,
|
.ant-pagination-item,
|
||||||
.ant-pagination-prev,
|
.ant-pagination-prev,
|
||||||
.ant-pagination-next {
|
.ant-pagination-next,
|
||||||
|
.ant-pagination-options {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style lang="scss">
|
||||||
.changegroup {
|
.changegroup {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
|
|||||||
406
src/components/drawers/CheckStu.vue
Normal file
406
src/components/drawers/CheckStu.vue
Normal file
@@ -0,0 +1,406 @@
|
|||||||
|
<template>
|
||||||
|
<a-drawer
|
||||||
|
:visible="CheckStuvisible"
|
||||||
|
class="drawerStyle CheckStu"
|
||||||
|
placement="right"
|
||||||
|
width="70%"
|
||||||
|
@after-visible-change="afterVisibleChange"
|
||||||
|
>
|
||||||
|
<div class="drawerMain">
|
||||||
|
<div class="header">
|
||||||
|
<div class="headerTitle">查看</div>
|
||||||
|
<img
|
||||||
|
style="width: 29px; height: 29px; cursor: pointer"
|
||||||
|
src="../../assets/images/basicinfo/close.png"
|
||||||
|
@click="closeDrawer"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="main">
|
||||||
|
<div class="stuinfor">
|
||||||
|
<div class="portrait">
|
||||||
|
<img src="../../assets/images/studentimg/character.png" />
|
||||||
|
</div>
|
||||||
|
<div class="stumation">
|
||||||
|
<div class="stuname">王明</div>
|
||||||
|
<div class="stugangw">产研部门 - 产品经理</div>
|
||||||
|
</div>
|
||||||
|
<div class="sortbox">
|
||||||
|
<div class="sortname">进度排名</div>
|
||||||
|
<div class="sortnub">
|
||||||
|
<span class="nub1">2</span>
|
||||||
|
<span class="total">/10</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a-divider
|
||||||
|
type="vertical"
|
||||||
|
style="
|
||||||
|
height: 49px;
|
||||||
|
margin-left: 34px;
|
||||||
|
background-color: rgba(170, 166, 166, 0.3);
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<div class="sortbox" style="margin-left: 34px">
|
||||||
|
<div class="sortname">完成必修</div>
|
||||||
|
<div class="sortnub">
|
||||||
|
<span class="nub1">3</span>
|
||||||
|
<span class="total">/10</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<a-divider
|
||||||
|
type="vertical"
|
||||||
|
style="
|
||||||
|
height: 49px;
|
||||||
|
margin-left: 34px;
|
||||||
|
background-color: rgba(170, 166, 166, 0.3);
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
<div class="sortbox" style="margin-left: 34px">
|
||||||
|
<div class="sortname">已修证书</div>
|
||||||
|
<div class="sortnub">
|
||||||
|
<span class="nub1">1</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="secondrow">
|
||||||
|
<div class="rowleft">产品经理管理 - 腾飞班1</div>
|
||||||
|
<div class="rowbox" @click="showProMess">
|
||||||
|
<div class="shuom">说明</div>
|
||||||
|
<div><img src="../../assets/images/studentimg/chak.png" /></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mainbox">
|
||||||
|
<div class="rowtitle" @click="changeDown">
|
||||||
|
<div class="titleimg">
|
||||||
|
<img
|
||||||
|
:src="
|
||||||
|
showDown
|
||||||
|
? require('../../assets/images/studentimg/open.png')
|
||||||
|
: require('../../assets/images/studentimg/close.png')
|
||||||
|
"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="titletext">阶段1 腾飞班阶段1</div>
|
||||||
|
</div>
|
||||||
|
<div :style="{ display: showDown ? 'block' : 'none' }">
|
||||||
|
<div class="rowclass">
|
||||||
|
<div class="leftclass">
|
||||||
|
<div><img src="../../assets/images/leveladd/zai.png" /></div>
|
||||||
|
<div class="text1">在线</div>
|
||||||
|
<div class="text2">如何成为一个产品经理</div>
|
||||||
|
</div>
|
||||||
|
<div class="alreadyclass">
|
||||||
|
<div class="alimg">
|
||||||
|
<img src="../../assets/images/studentimg/complete.png" />
|
||||||
|
</div>
|
||||||
|
<div class="altext">已完成</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rowclass">
|
||||||
|
<div class="leftclass">
|
||||||
|
<div><img src="../../assets/images/leveladd/zhi.png" /></div>
|
||||||
|
<div class="text1">直播</div>
|
||||||
|
<div class="text2">管理者播课</div>
|
||||||
|
</div>
|
||||||
|
<div class="alreadyclass">
|
||||||
|
<div class="alimg">
|
||||||
|
<img src="../../assets/images/studentimg/complete.png" />
|
||||||
|
</div>
|
||||||
|
<div class="altext">已完成</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rowclass">
|
||||||
|
<div class="leftclass">
|
||||||
|
<div><img src="../../assets/images/leveladd/mian.png" /></div>
|
||||||
|
<div class="text1">面授</div>
|
||||||
|
<div class="text2">管理面授课</div>
|
||||||
|
</div>
|
||||||
|
<div class="alreadyclass">
|
||||||
|
<div class="alimg">
|
||||||
|
<img src="../../assets/images/studentimg/notice.png" />
|
||||||
|
</div>
|
||||||
|
<div class="altext">未完成</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rowclass">
|
||||||
|
<div class="leftclass">
|
||||||
|
<div><img src="../../assets/images/leveladd/huo.png" /></div>
|
||||||
|
<div class="text1">活动</div>
|
||||||
|
<div class="text2">管理者活动</div>
|
||||||
|
</div>
|
||||||
|
<div class="alreadyclass">
|
||||||
|
<div class="alimg">
|
||||||
|
<img src="../../assets/images/studentimg/notice.png" />
|
||||||
|
</div>
|
||||||
|
<div class="altext">未完成</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="rowclass">
|
||||||
|
<div class="leftclass">
|
||||||
|
<div><img src="../../assets/images/leveladd/zuo.png" /></div>
|
||||||
|
<div class="text1">作业</div>
|
||||||
|
<div class="text2">管理者作业</div>
|
||||||
|
</div>
|
||||||
|
<div class="alreadyclass">
|
||||||
|
<div class="alimg">
|
||||||
|
<img src="../../assets/images/studentimg/notice.png" />
|
||||||
|
</div>
|
||||||
|
<div class="altext">未完成</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mainbox" style="margin-top: 15px; height: 56px">
|
||||||
|
<div class="rowtitle">
|
||||||
|
<div class="titleimg">
|
||||||
|
<img src="../../assets/images/studentimg/close.png" />
|
||||||
|
</div>
|
||||||
|
<div class="titletext">阶段2 腾飞班阶段2</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btnn">
|
||||||
|
<button class="btn2">关闭</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a-drawer>
|
||||||
|
<check-stu-mess v-model:StuMessvisible="StuMessvisible" />
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { reactive, toRefs } from "vue";
|
||||||
|
import CheckStuMess from "./CheckStuMess.vue";
|
||||||
|
export default {
|
||||||
|
name: "CheckStu",
|
||||||
|
components: { CheckStuMess },
|
||||||
|
props: {
|
||||||
|
CheckStuvisible: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
setup(props, ctx) {
|
||||||
|
const state = reactive({
|
||||||
|
StuMessvisible: false,
|
||||||
|
showDown: false,
|
||||||
|
});
|
||||||
|
const closeDrawer = () => {
|
||||||
|
ctx.emit("update:CheckStuvisible", false);
|
||||||
|
};
|
||||||
|
|
||||||
|
const showProMess = () => {
|
||||||
|
state.StuMessvisible = true;
|
||||||
|
};
|
||||||
|
const afterVisibleChange = (bool) => {
|
||||||
|
console.log("state", bool);
|
||||||
|
};
|
||||||
|
const changeDown = () => {
|
||||||
|
state.showDown = !state.showDown;
|
||||||
|
};
|
||||||
|
|
||||||
|
return {
|
||||||
|
...toRefs(state),
|
||||||
|
afterVisibleChange,
|
||||||
|
closeDrawer,
|
||||||
|
showProMess,
|
||||||
|
changeDown,
|
||||||
|
// change,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" >
|
||||||
|
.CheckStu {
|
||||||
|
.ant-drawer-content-wrapper {
|
||||||
|
// max-width: 1000px;
|
||||||
|
.ant-drawer-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.ant-drawer-body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.drawerMain {
|
||||||
|
min-width: 600px;
|
||||||
|
margin: 0px 32px 0px 32px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
.header {
|
||||||
|
height: 73px;
|
||||||
|
border-bottom: 1px solid #e8e8e8;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
// background-color: red;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
.headerTitle {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 25px;
|
||||||
|
// margin-left: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow-y: auto;
|
||||||
|
padding-bottom: 80px;
|
||||||
|
.stuinfor {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 133px;
|
||||||
|
margin-top: 20px;
|
||||||
|
margin-right: 37px;
|
||||||
|
background-image: url("../../assets/images/studentimg/bgimg.png");
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: right;
|
||||||
|
.stumation {
|
||||||
|
margin-left: 24px;
|
||||||
|
.stuname {
|
||||||
|
color: #333333;
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
.stugangw {
|
||||||
|
color: #999999;
|
||||||
|
font-size: 16px;
|
||||||
|
margin-top: 7px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.sortbox {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
margin-left: 114px;
|
||||||
|
.sortname {
|
||||||
|
color: #666660;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.sortnub {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
margin-top: 7px;
|
||||||
|
.nub1 {
|
||||||
|
color: #0060ff;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
.total {
|
||||||
|
color: #999999;
|
||||||
|
font-size: 22px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.secondrow {
|
||||||
|
margin-top: 32px;
|
||||||
|
display: flex;
|
||||||
|
.rowleft {
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
.rowbox {
|
||||||
|
width: 64px;
|
||||||
|
height: 24px;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: 24px;
|
||||||
|
border: 1px solid rgba(64, 158, 255, 1);
|
||||||
|
background: rgba(64, 158, 255, 0.1);
|
||||||
|
cursor: pointer;
|
||||||
|
.shuom {
|
||||||
|
color: rgba(64, 158, 255, 1);
|
||||||
|
font-size: 14px;
|
||||||
|
line-height: 20px;
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.mainbox {
|
||||||
|
// height: 463px;
|
||||||
|
margin-right: 37px;
|
||||||
|
margin-top: 32px;
|
||||||
|
border: 1px solid rgba(221, 238, 255, 1);
|
||||||
|
border-radius: 6px;
|
||||||
|
.rowtitle {
|
||||||
|
height: 56px;
|
||||||
|
background: rgba(240, 246, 252, 1);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
.titleimg {
|
||||||
|
width: 20px;
|
||||||
|
height: 20px;
|
||||||
|
margin-left: 23px;
|
||||||
|
}
|
||||||
|
.titletext {
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.rowclass {
|
||||||
|
height: 81px;
|
||||||
|
border-bottom: 1px solid rgba(221, 238, 255, 1);
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
.leftclass {
|
||||||
|
display: flex;
|
||||||
|
margin-left: 25px;
|
||||||
|
align-items: center;
|
||||||
|
.text1 {
|
||||||
|
color: #000000;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-left: 25px;
|
||||||
|
}
|
||||||
|
.text2 {
|
||||||
|
color: rgba(51, 51, 51, 0.8);
|
||||||
|
font-size: 14px;
|
||||||
|
margin-left: 65px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.alreadyclass {
|
||||||
|
display: flex;
|
||||||
|
margin-right: 57px;
|
||||||
|
.alimg {
|
||||||
|
height: 16px;
|
||||||
|
width: 16px;
|
||||||
|
}
|
||||||
|
.altext {
|
||||||
|
color: rgba(56, 125, 247, 1);
|
||||||
|
font-size: 14px;
|
||||||
|
margin-left: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btnn {
|
||||||
|
height: 72px;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
background-color: #fff;
|
||||||
|
left: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
|
||||||
|
.btn2 {
|
||||||
|
cursor: pointer;
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
background: #4ea6ff;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 0;
|
||||||
|
margin-left: 15px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
141
src/components/drawers/CheckStuMess.vue
Normal file
141
src/components/drawers/CheckStuMess.vue
Normal file
@@ -0,0 +1,141 @@
|
|||||||
|
<template>
|
||||||
|
<a-drawer
|
||||||
|
:visible="StuMessvisible"
|
||||||
|
class="drawerStyle StuMess"
|
||||||
|
placement="right"
|
||||||
|
width="50%"
|
||||||
|
@after-visible-change="afterVisibleChange"
|
||||||
|
>
|
||||||
|
<div class="drawerMain">
|
||||||
|
<div class="header">
|
||||||
|
<div class="headerTitle">任务信息</div>
|
||||||
|
<img
|
||||||
|
style="width: 29px; height: 29px; cursor: pointer"
|
||||||
|
src="../../assets/images/basicinfo/close.png"
|
||||||
|
@click="closeDrawer"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="main">
|
||||||
|
<div class="one">
|
||||||
|
<span class="left">班级名称:</span>
|
||||||
|
<span class="right">产品经理管理-腾飞班1</span>
|
||||||
|
</div>
|
||||||
|
<div class="one second">
|
||||||
|
<span class="left">说明:</span>
|
||||||
|
<span class="right"
|
||||||
|
>班级说明,此班级为产品经理班级,其他岗位不要进入请大家按照规定时间进行任务学习</span
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btnn">
|
||||||
|
<button class="btn2">关闭</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</a-drawer>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { reactive, toRefs } from "vue";
|
||||||
|
export default {
|
||||||
|
name: "CheckStuMess",
|
||||||
|
props: {
|
||||||
|
StuMessvisible: {
|
||||||
|
type: Boolean,
|
||||||
|
default: false,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
setup(props, ctx) {
|
||||||
|
const state = reactive({});
|
||||||
|
const closeDrawer = () => {
|
||||||
|
ctx.emit("update:StuMessvisible", false);
|
||||||
|
};
|
||||||
|
|
||||||
|
const afterVisibleChange = (bool) => {
|
||||||
|
console.log("state", bool);
|
||||||
|
};
|
||||||
|
|
||||||
|
return {
|
||||||
|
...toRefs(state),
|
||||||
|
afterVisibleChange,
|
||||||
|
closeDrawer,
|
||||||
|
// change,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
};
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped lang="scss" >
|
||||||
|
.StuMess {
|
||||||
|
.ant-drawer-content-wrapper {
|
||||||
|
// max-width: 1000px;
|
||||||
|
.ant-drawer-header {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
.ant-drawer-body {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.drawerMain {
|
||||||
|
min-width: 600px;
|
||||||
|
margin: 0px 32px 0px 32px;
|
||||||
|
overflow-x: scroll;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
.header {
|
||||||
|
height: 73px;
|
||||||
|
border-bottom: 1px solid #e8e8e8;
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
// background-color: red;
|
||||||
|
margin-bottom: 20px;
|
||||||
|
.headerTitle {
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
|
line-height: 25px;
|
||||||
|
// margin-left: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.main {
|
||||||
|
.one {
|
||||||
|
margin-top: 38px;
|
||||||
|
margin-left: 53px;
|
||||||
|
.left {
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
.right {
|
||||||
|
color: rgba(102, 102, 102, 1);
|
||||||
|
font-size: 14px;
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.second {
|
||||||
|
margin-left: 81px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btnn {
|
||||||
|
height: 72px;
|
||||||
|
width: 100%;
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
box-shadow: 0px 1px 35px 0px rgba(118, 136, 166, 0.16);
|
||||||
|
.btn2 {
|
||||||
|
cursor: pointer;
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
background: #4ea6ff;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 0;
|
||||||
|
margin-left: 15px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@@ -482,8 +482,9 @@ export default {
|
|||||||
|
|
||||||
//面授管理弹窗
|
//面授管理弹窗
|
||||||
.FaceManage {
|
.FaceManage {
|
||||||
|
// overflow: auto;
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 550px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -512,7 +513,7 @@ export default {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
// background-color: #bfa;
|
// background-color: #bfa;
|
||||||
// overflow-y: auto;
|
overflow: auto;
|
||||||
.endtime {
|
.endtime {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -694,7 +695,15 @@ export default {
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
// padding-left: 45px !important;
|
// padding-left: 45px !important;
|
||||||
}
|
}
|
||||||
|
// .ant-pagination-prev {
|
||||||
|
// margin-bottom: 5px;
|
||||||
|
// }
|
||||||
|
.ant-pagination-item,
|
||||||
|
.ant-pagination-prev,
|
||||||
|
.ant-pagination-next,
|
||||||
|
.ant-pagination-options {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
.ant-table-thead > tr > th {
|
.ant-table-thead > tr > th {
|
||||||
background-color: rgba(239, 244, 252, 1) !important;
|
background-color: rgba(239, 244, 252, 1) !important;
|
||||||
}
|
}
|
||||||
@@ -735,6 +744,7 @@ export default {
|
|||||||
height: 72px;
|
height: 72px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
background-color: #fff;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
1271
src/components/drawers/ManageRight.vue
Normal file
1271
src/components/drawers/ManageRight.vue
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,4 @@
|
|||||||
|
<!-- 学习路径图的归属权 -->
|
||||||
<template>
|
<template>
|
||||||
<a-drawer
|
<a-drawer
|
||||||
:visible="Ownervisible"
|
:visible="Ownervisible"
|
||||||
@@ -48,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="line">
|
<!-- <div class="line">
|
||||||
<div class="inline">
|
<div class="inline">
|
||||||
<div class="left1">
|
<div class="left1">
|
||||||
<div class="img"></div>
|
<div class="img"></div>
|
||||||
@@ -60,7 +61,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right1">清空</div>
|
<div class="right1">清空</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<div class="tabb" style="margin-top: 16px">
|
<div class="tabb" style="margin-top: 16px">
|
||||||
<a-table
|
<a-table
|
||||||
style="border: 1px solid #f2f6fe"
|
style="border: 1px solid #f2f6fe"
|
||||||
@@ -68,7 +69,7 @@
|
|||||||
:data-source="tabledata"
|
:data-source="tabledata"
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
expandRowByClick="true"
|
expandRowByClick="true"
|
||||||
:scroll="{ x: 100, y: 560 }"
|
:scroll="{ x: 500, y: 560 }"
|
||||||
@expand="expandTable"
|
@expand="expandTable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:row-selection="{
|
:row-selection="{
|
||||||
@@ -92,29 +93,36 @@
|
|||||||
</a-tab-pane>
|
</a-tab-pane>
|
||||||
<a-tab-pane key="2" tab="添加组织" force-render>
|
<a-tab-pane key="2" tab="添加组织" force-render>
|
||||||
<div class="tab2">
|
<div class="tab2">
|
||||||
<div class="organize">组织:</div>
|
<div class="t1">
|
||||||
<div class="select">
|
<div class="organize">选择组织:</div>
|
||||||
<a-cascader
|
<div class="select">
|
||||||
v-model:value="value"
|
<a-tree-select
|
||||||
placeholder="请输入组织名称"
|
v-model:value="valueSelect"
|
||||||
:options="organizeList"
|
style="width: 200px"
|
||||||
|
dropdownClassName="changetreedropdown"
|
||||||
|
:dropdown-style="{
|
||||||
|
maxHeight: '400px',
|
||||||
|
overflow: 'auto',
|
||||||
|
}"
|
||||||
|
placeholder="请输入组织名称"
|
||||||
|
allow-clear
|
||||||
|
tree-default-expand-all
|
||||||
|
:tree-data="treeData"
|
||||||
|
>
|
||||||
|
</a-tree-select>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="t1">
|
||||||
|
<div class="organize">姓名:</div>
|
||||||
|
<a-input
|
||||||
|
v-model:value="nameadd"
|
||||||
|
style="width: 200px; height: 40px; border-radius: 8px"
|
||||||
|
placeholder="请输入姓名"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a-tab-pane>
|
<!-- 选完后出现下面 -->
|
||||||
<a-tab-pane key="3" tab="受众关联">
|
<div class="searchdown">
|
||||||
<div class="tab1">
|
|
||||||
<div class="nameinp">
|
|
||||||
<div class="namee">受众名称:</div>
|
|
||||||
<div class="select">
|
|
||||||
<a-select
|
|
||||||
v-model:value="choosevalue"
|
|
||||||
style="width: 264px; border-radius: 8px"
|
|
||||||
placeholder="请输入组织名称"
|
|
||||||
:options="organizeList1"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div class="btns">
|
<div class="btns">
|
||||||
<div class="btn1">
|
<div class="btn1">
|
||||||
<div class="img1">
|
<div class="img1">
|
||||||
@@ -133,8 +141,75 @@
|
|||||||
<div class="wz">重置</div>
|
<div class="wz">重置</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="tabb" style="margin-top: 16px">
|
||||||
|
<a-table
|
||||||
|
style="border: 1px solid #f2f6fe"
|
||||||
|
:columns="tablecolumns1"
|
||||||
|
:data-source="tabledata1"
|
||||||
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
|
expandRowByClick="true"
|
||||||
|
:scroll="{ x: 500, y: 560 }"
|
||||||
|
@expand="expandTable"
|
||||||
|
:pagination="false"
|
||||||
|
:row-selection="{
|
||||||
|
columnWidth: 30,
|
||||||
|
selectedRowKeys: selectedRowKeys1,
|
||||||
|
onChange: onSelectChange1,
|
||||||
|
}"
|
||||||
|
/>
|
||||||
|
<div class="pa">
|
||||||
|
<a-pagination
|
||||||
|
showSizeChanger="true"
|
||||||
|
showQuickJumper="true"
|
||||||
|
hideOnSinglePage="true"
|
||||||
|
:pageSize="pageSize1"
|
||||||
|
:current="currentPage1"
|
||||||
|
:total="tableDataTotal1"
|
||||||
|
class="pagination"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="line">
|
</a-tab-pane>
|
||||||
|
<a-tab-pane key="3" tab="受众关联">
|
||||||
|
<div class="tab1">
|
||||||
|
<div class="t1">
|
||||||
|
<div class="nameinp">
|
||||||
|
<div class="namee">选择受众:</div>
|
||||||
|
<div class="select">
|
||||||
|
<a-select
|
||||||
|
v-model:value="choosevalue"
|
||||||
|
style="width: 200px; border-radius: 8px"
|
||||||
|
placeholder="请输入组织名称"
|
||||||
|
:options="organizeList1"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="t1" style="margin-top: 10px">
|
||||||
|
<div class="organize">姓名:</div>
|
||||||
|
<a-input
|
||||||
|
v-model:value="nameaddd"
|
||||||
|
style="width: 200px; height: 40px; border-radius: 8px"
|
||||||
|
placeholder="请输入姓名"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btns">
|
||||||
|
<div class="btn1">
|
||||||
|
<div class="img1">
|
||||||
|
<img src="../../assets/images/courseManage/search0.png" />
|
||||||
|
</div>
|
||||||
|
<div class="wz">搜索</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn2">
|
||||||
|
<div class="img2">
|
||||||
|
<img src="../../assets/images/courseManage/reset1.png" />
|
||||||
|
</div>
|
||||||
|
<div class="wz">重置</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- <div class="line">
|
||||||
<div class="inline">
|
<div class="inline">
|
||||||
<div class="left1">
|
<div class="left1">
|
||||||
<div class="img"></div>
|
<div class="img"></div>
|
||||||
@@ -146,21 +221,21 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right1">清空</div>
|
<div class="right1">清空</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
<div class="tabb" style="margin-top: 16px">
|
<div class="tabb" style="margin-top: 16px">
|
||||||
<a-table
|
<a-table
|
||||||
style="border: 1px solid #f2f6fe"
|
style="border: 1px solid #f2f6fe"
|
||||||
:columns="tablecolumns1"
|
:columns="tablecolumns2"
|
||||||
:data-source="tabledata1"
|
:data-source="tabledata2"
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
expandRowByClick="true"
|
expandRowByClick="true"
|
||||||
:scroll="{ x: 700, y: 400 }"
|
:scroll="{ x: 500, y: 560 }"
|
||||||
@expand="expandTable"
|
@expand="expandTable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:row-selection="{
|
:row-selection="{
|
||||||
columnWidth: 30,
|
columnWidth: 30,
|
||||||
selectedRowKeys: selectedRowKeys,
|
selectedRowKeys: selectedRowKeys2,
|
||||||
onChange: onSelectChange,
|
onChange: onSelectChange2,
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
<div class="pa">
|
<div class="pa">
|
||||||
@@ -168,9 +243,9 @@
|
|||||||
showSizeChanger="true"
|
showSizeChanger="true"
|
||||||
showQuickJumper="true"
|
showQuickJumper="true"
|
||||||
hideOnSinglePage="true"
|
hideOnSinglePage="true"
|
||||||
:pageSize="pageSize"
|
:pageSize="pageSize2"
|
||||||
:current="currentPage"
|
:current="currentPage2"
|
||||||
:total="tableDataTotal"
|
:total="tableDataTotal2"
|
||||||
class="pagination"
|
class="pagination"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -181,7 +256,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="onerow">
|
<div class="onerow">
|
||||||
<div class="already">已选</div>
|
<div class="onleft">
|
||||||
|
<div class="already">已选</div>
|
||||||
|
<div class="count">6</div>
|
||||||
|
<div class="peo">人</div>
|
||||||
|
</div>
|
||||||
<div class="clbox">
|
<div class="clbox">
|
||||||
<div class="colose"></div>
|
<div class="colose"></div>
|
||||||
<span class="allclear">全部清除</span>
|
<span class="allclear">全部清除</span>
|
||||||
@@ -238,47 +317,116 @@ export default {
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
tableDataTotal: 50,
|
tableDataTotal: 50,
|
||||||
|
pageSize1: 10,
|
||||||
|
currentPage1: 1,
|
||||||
|
tableDataTotal1: 50,
|
||||||
|
pageSize2: 10,
|
||||||
|
currentPage2: 1,
|
||||||
|
tableDataTotal2: 50,
|
||||||
|
selectedRowKeys: [],
|
||||||
|
selectedRowKeys1: [],
|
||||||
|
selectedRowKeys2: [],
|
||||||
activeKey: "1",
|
activeKey: "1",
|
||||||
name: "", //输入名字搜索
|
|
||||||
value: [], //级联选择框
|
value: [], //级联选择框
|
||||||
choosevalue: null, //受众选择
|
choosevalue: null, //受众选择
|
||||||
organizeList: [
|
valueSelect: null, //树形选择
|
||||||
|
name: "",
|
||||||
|
nameadd: "",
|
||||||
|
nameaddd: "",
|
||||||
|
treeData: [
|
||||||
{
|
{
|
||||||
id: 1,
|
title: "京东方",
|
||||||
value: "京东方",
|
value: "京东方",
|
||||||
label: "京东方",
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 2,
|
title: "产研部",
|
||||||
value: "产研部",
|
value: "产研部",
|
||||||
label: "产研部",
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 4,
|
title: "产品部",
|
||||||
value: "产品部门",
|
value: "产品部",
|
||||||
label: "产品部门",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 5,
|
title: "研究部",
|
||||||
value: "研发部门",
|
value: "研究部",
|
||||||
label: "研发部门",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
title: "二级标题",
|
||||||
value: "人力资源部",
|
value: "二级标题",
|
||||||
label: "人力资源部",
|
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
id: 6,
|
title: "三级标题",
|
||||||
|
value: "三级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "四级标题",
|
||||||
|
value: "四级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "五级标题",
|
||||||
|
value: "五级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "六级标题",
|
||||||
|
value: "六级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "七级标题",
|
||||||
|
value: "七级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "八级标题",
|
||||||
|
value: "八级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "九级标题",
|
||||||
|
value: "九级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "十级标题",
|
||||||
|
value: "十级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "十一级标题",
|
||||||
|
value: "十一级标题",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "十二级标题",
|
||||||
|
value: "十二级标题",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "人力资源部",
|
||||||
|
value: "人力资源部",
|
||||||
|
children: [
|
||||||
|
{
|
||||||
|
title: "人事部",
|
||||||
value: "人事部",
|
value: "人事部",
|
||||||
label: "人事部",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 7,
|
title: "行政部",
|
||||||
value: "行政部",
|
value: "行政部",
|
||||||
label: "行政部",
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@@ -290,55 +438,64 @@ export default {
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: "小刘",
|
name: "小刘",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 7,
|
key: 7,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 8,
|
key: 8,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 9,
|
key: 9,
|
||||||
name: "小李",
|
name: "小李",
|
||||||
bum: "产研部",
|
bum: "产研部",
|
||||||
gangw: "产品经理",
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tablecolumns: [
|
tablecolumns: [
|
||||||
@@ -351,18 +508,26 @@ export default {
|
|||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "部门",
|
title: "工号",
|
||||||
dataIndex: "bum",
|
dataIndex: "numb",
|
||||||
key: "bum",
|
key: "numb",
|
||||||
width: 45,
|
width: 35,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "岗位",
|
title: "归属组织",
|
||||||
dataIndex: "gangw",
|
dataIndex: "guishu",
|
||||||
key: "gangw",
|
key: "guishu",
|
||||||
width: 45,
|
width: 30,
|
||||||
|
align: "center",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "部门",
|
||||||
|
dataIndex: "bum",
|
||||||
|
key: "bum",
|
||||||
|
width: 40,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
@@ -370,56 +535,71 @@ export default {
|
|||||||
tabledata1: [
|
tabledata1: [
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: "学习受众",
|
name: "小李",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "1",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 2,
|
key: 2,
|
||||||
name: "2",
|
name: "小刘",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "2",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 3,
|
key: 3,
|
||||||
name: "mask",
|
name: "小李",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "1",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 4,
|
key: 4,
|
||||||
name: "学习受众",
|
name: "小李",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "1",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 5,
|
key: 5,
|
||||||
name: "学业受众",
|
name: "小李",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "2",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
name: "案例受众",
|
name: "小李",
|
||||||
time: "2022-10-31 23:12:00",
|
bum: "产研部",
|
||||||
total: "3",
|
numb: "000000",
|
||||||
state: "已发布",
|
guishu: "",
|
||||||
type: "普通受众",
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 8,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 9,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
tablecolumns1: [
|
tablecolumns1: [
|
||||||
{
|
{
|
||||||
title: "受众名称",
|
title: "姓名",
|
||||||
dataIndex: "name",
|
dataIndex: "name",
|
||||||
key: "name",
|
key: "name",
|
||||||
width: 30,
|
width: 30,
|
||||||
@@ -427,84 +607,188 @@ export default {
|
|||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "创建时间",
|
title: "工号",
|
||||||
dataIndex: "time",
|
dataIndex: "numb",
|
||||||
key: "time",
|
key: "numb",
|
||||||
|
width: 35,
|
||||||
|
align: "center",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "归属组织",
|
||||||
|
dataIndex: "guishu",
|
||||||
|
key: "guishu",
|
||||||
|
width: 30,
|
||||||
|
align: "center",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "部门",
|
||||||
|
dataIndex: "bum",
|
||||||
|
key: "bum",
|
||||||
width: 40,
|
width: 40,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
|
],
|
||||||
|
tabledata2: [
|
||||||
{
|
{
|
||||||
title: "人数",
|
key: 1,
|
||||||
dataIndex: "total",
|
name: "小李",
|
||||||
key: "total",
|
bum: "产研部",
|
||||||
width: 20,
|
numb: "000000",
|
||||||
align: "center",
|
guishu: "",
|
||||||
className: "h",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "状态",
|
key: 2,
|
||||||
dataIndex: "state",
|
name: "小刘",
|
||||||
key: "state",
|
bum: "产研部",
|
||||||
width: 20,
|
numb: "000000",
|
||||||
align: "center",
|
guishu: "",
|
||||||
className: "h",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "类型",
|
key: 3,
|
||||||
dataIndex: "type",
|
name: "小李",
|
||||||
key: "type",
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 5,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 6,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 7,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 8,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 9,
|
||||||
|
name: "小李",
|
||||||
|
bum: "产研部",
|
||||||
|
numb: "000000",
|
||||||
|
guishu: "",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
tablecolumns2: [
|
||||||
|
{
|
||||||
|
title: "姓名",
|
||||||
|
dataIndex: "name",
|
||||||
|
key: "name",
|
||||||
width: 30,
|
width: 30,
|
||||||
|
align: "left",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "工号",
|
||||||
|
dataIndex: "numb",
|
||||||
|
key: "numb",
|
||||||
|
width: 35,
|
||||||
|
align: "center",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "归属组织",
|
||||||
|
dataIndex: "guishu",
|
||||||
|
key: "guishu",
|
||||||
|
width: 30,
|
||||||
|
align: "center",
|
||||||
|
className: "h",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "部门",
|
||||||
|
dataIndex: "bum",
|
||||||
|
key: "bum",
|
||||||
|
width: 40,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
organizeList1: [
|
organizeList1: [
|
||||||
{
|
{
|
||||||
value: "项目一",
|
value: "产品受众群体",
|
||||||
label: "项目一",
|
label: "产品受众群体",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: "人力资源hrbp",
|
||||||
|
label: "人力资源hrbp",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
const closeDrawer = () => {
|
const closeDrawer = () => {
|
||||||
|
state.activeKey = "1";
|
||||||
ctx.emit("update:Ownervisible", false);
|
ctx.emit("update:Ownervisible", false);
|
||||||
};
|
};
|
||||||
|
|
||||||
const afterVisibleChange = (bool) => {
|
const afterVisibleChange = (bool) => {
|
||||||
console.log("state", bool);
|
console.log("state", bool);
|
||||||
};
|
};
|
||||||
|
const onSelectChange = (selectedRowKeys) => {
|
||||||
|
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||||
|
state.selectedRowKeys = selectedRowKeys;
|
||||||
|
};
|
||||||
|
const onSelectChange1 = (selectedRowKeys) => {
|
||||||
|
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||||
|
state.selectedRowKeys = selectedRowKeys;
|
||||||
|
};
|
||||||
|
const onSelectChange2 = (selectedRowKeys) => {
|
||||||
|
console.log("selectedRowKeys changed: ", selectedRowKeys);
|
||||||
|
state.selectedRowKeys = selectedRowKeys;
|
||||||
|
};
|
||||||
|
|
||||||
return {
|
return {
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
afterVisibleChange,
|
afterVisibleChange,
|
||||||
closeDrawer,
|
closeDrawer,
|
||||||
|
onSelectChange,
|
||||||
|
onSelectChange1,
|
||||||
|
onSelectChange2,
|
||||||
// change,
|
// change,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" >
|
<style lang="scss">
|
||||||
.Ownership {
|
.Ownership {
|
||||||
// .ant-drawer-content-wrapper {
|
|
||||||
// // max-width: 1000px;
|
|
||||||
// .ant-drawer-header {
|
|
||||||
// display: none !important;
|
|
||||||
// }
|
|
||||||
// .ant-drawer-body {
|
|
||||||
// padding: 0;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
overflow-x: scroll;
|
// overflow-y: scroll;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
height: 73px;
|
height: 73px;
|
||||||
border-bottom: 1px solid #e8e8e8;
|
border-bottom: 1px solid #e8e8e8;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
@@ -519,11 +803,12 @@ export default {
|
|||||||
}
|
}
|
||||||
.main {
|
.main {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 80%;
|
// height: 80%;
|
||||||
|
margin-bottom: 72px;
|
||||||
|
overflow-y: auto;
|
||||||
.left {
|
.left {
|
||||||
// overflow-y: auto;
|
|
||||||
width: 65%;
|
width: 65%;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
border-right: 1px solid rgba(233, 233, 233, 1);
|
border-right: 1px solid rgba(233, 233, 233, 1);
|
||||||
.tabs {
|
.tabs {
|
||||||
margin-right: 33px;
|
margin-right: 33px;
|
||||||
@@ -531,6 +816,12 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
.t1 {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
.nameinp {
|
.nameinp {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -578,6 +869,43 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btns {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 10px;
|
||||||
|
.btn1 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
margin-right: 16px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 14px;
|
||||||
|
background: #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
cursor: pointer;
|
||||||
|
.wz {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn2 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: #409eff;
|
||||||
|
font-size: 14px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
.wz {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.line {
|
.line {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@@ -672,18 +1000,39 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
// bottom: 20px;
|
// bottom: 20px;
|
||||||
|
.ant-pagination-item,
|
||||||
|
.ant-pagination-prev,
|
||||||
|
.ant-pagination-next,
|
||||||
|
.ant-pagination-options {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab2 {
|
.tab2 {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
|
.t1 {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 5px;
|
||||||
|
}
|
||||||
.organize {
|
.organize {
|
||||||
color: rgba(0, 0, 0, 0.85);
|
color: rgba(0, 0, 0, 0.85);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-dropdown {
|
||||||
|
min-width: 800px !important;
|
||||||
}
|
}
|
||||||
.ant-select {
|
.ant-select {
|
||||||
border-radius: 8px !important;
|
border-radius: 8px !important;
|
||||||
|
// background-color: red;
|
||||||
}
|
}
|
||||||
.ant-cascader {
|
.ant-cascader {
|
||||||
width: 264px;
|
width: 264px;
|
||||||
@@ -697,6 +1046,46 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.searchdown {
|
||||||
|
.btns {
|
||||||
|
display: flex;
|
||||||
|
margin-top: 10px;
|
||||||
|
.btn1 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
margin-right: 16px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: #ffffff;
|
||||||
|
font-size: 14px;
|
||||||
|
background: #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
cursor: pointer;
|
||||||
|
.wz {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn2 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
color: #409eff;
|
||||||
|
font-size: 14px;
|
||||||
|
background: #ffffff;
|
||||||
|
border-radius: 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
.wz {
|
||||||
|
margin-left: 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.right {
|
.right {
|
||||||
@@ -707,13 +1096,27 @@ export default {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right: 40px;
|
margin-right: 40px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.already {
|
.onleft {
|
||||||
color: rgba(51, 51, 51, 1);
|
display: flex;
|
||||||
font-size: 16px;
|
text-align: center;
|
||||||
font-weight: 500;
|
.already {
|
||||||
margin-left: 32px;
|
color: rgba(51, 51, 51, 1);
|
||||||
white-space: nowrap;
|
font-size: 16px;
|
||||||
// margin-bottom: 20px;
|
font-weight: 500;
|
||||||
|
margin-left: 32px;
|
||||||
|
white-space: nowrap;
|
||||||
|
// margin-bottom: 20px;
|
||||||
|
}
|
||||||
|
.count {
|
||||||
|
color: #388be1;
|
||||||
|
font-size: 16px;
|
||||||
|
margin: 0 6px;
|
||||||
|
}
|
||||||
|
.peo {
|
||||||
|
color: rgba(51, 51, 51, 1);
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.clbox {
|
.clbox {
|
||||||
margin-left: 30px;
|
margin-left: 30px;
|
||||||
@@ -765,7 +1168,6 @@ export default {
|
|||||||
background-image: url(../../assets/images/basicinfo/ch.png);
|
background-image: url(../../assets/images/basicinfo/ch.png);
|
||||||
right: -8px;
|
right: -8px;
|
||||||
top: -8px;
|
top: -8px;
|
||||||
cursor: pointer;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -775,6 +1177,7 @@ export default {
|
|||||||
height: 72px;
|
height: 72px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
background-color: #fff;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -803,4 +1206,14 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
.changetreedropdown {
|
||||||
|
width: 550px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-select-tree-list-scrollbar {
|
||||||
|
width: 5px !important;
|
||||||
|
.ant-select-tree-list-scrollbar-thumb {
|
||||||
|
background-color: #4ea6ff !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -345,7 +345,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
// overflow: auto;
|
||||||
|
min-width: 550px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -368,7 +369,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
// height: 100%;
|
||||||
// background-color: #bfa;
|
// background-color: #bfa;
|
||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
.search {
|
.search {
|
||||||
@@ -479,7 +480,7 @@ export default {
|
|||||||
.pa {
|
.pa {
|
||||||
// left: 0;
|
// left: 0;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
margin-bottom: 70px;
|
// margin-bottom: 70px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
// height: 20px;
|
// height: 20px;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
@@ -487,6 +488,7 @@ export default {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
// position: absolute;
|
// position: absolute;
|
||||||
// bottom: 20px;
|
// bottom: 20px;
|
||||||
|
// margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
// .tab {
|
// .tab {
|
||||||
// .ant-table-thead > tr > th {
|
// .ant-table-thead > tr > th {
|
||||||
@@ -507,9 +509,9 @@ export default {
|
|||||||
}
|
}
|
||||||
// .botm {
|
// .botm {
|
||||||
// width: 100%;
|
// width: 100%;
|
||||||
// height: 100%;
|
// height: 200px;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
// // flex-shrink: 1;
|
|
||||||
// }
|
// }
|
||||||
.btnn {
|
.btnn {
|
||||||
height: 72px;
|
height: 72px;
|
||||||
|
|||||||
@@ -50,13 +50,14 @@
|
|||||||
<div class="scorelist">
|
<div class="scorelist">
|
||||||
<div class="grouprightscore">
|
<div class="grouprightscore">
|
||||||
<div class="sbutton" @click="stuValue = !stuValue">
|
<div class="sbutton" @click="stuValue = !stuValue">
|
||||||
<div class="wh" :class="stuValue ? 'sImage0' : 'sImage'"></div>
|
<img v-if=stuValue src="../../assets/images/taskpage/stu0.png"/>
|
||||||
|
<img v-else src="../../assets/images/taskpage/stu.png"/>
|
||||||
<div :class="stuValue ? '' : 'btn1'">学员积分榜</div>
|
<div :class="stuValue ? '' : 'btn1'">学员积分榜</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="sbutton" @click="stuValue = !stuValue">
|
<div class="sbutton" @click="stuValue = !stuValue">
|
||||||
<div class="wh" :class="stuValue ? 'group' : 'group0'"></div>
|
|
||||||
|
<img v-if=stuValue src="../../assets/images/taskpage/group.png"/>
|
||||||
|
<img v-else src="../../assets/images/taskpage/group0.png"/>
|
||||||
<div :class="stuValue ? 'btn1' : ''">小组积分榜</div>
|
<div :class="stuValue ? 'btn1' : ''">小组积分榜</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -318,6 +319,7 @@ export default {
|
|||||||
todayvalue: "1",
|
todayvalue: "1",
|
||||||
tableDataTotal: 30,
|
tableDataTotal: 30,
|
||||||
stuValue: false,
|
stuValue: false,
|
||||||
|
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
@@ -325,33 +327,70 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.content3 {
|
.content3 {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|
||||||
.group {
|
.group {
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
.groupleft {
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
justify-content: space-between;
|
||||||
align-items: center;
|
.groupleft {
|
||||||
margin-left: 32px;
|
display: flex;
|
||||||
.groupname {
|
align-items: center;
|
||||||
height: 22px;
|
margin-left: 32px;
|
||||||
width: 70px;
|
.groupname {
|
||||||
color: #000000;
|
height: 22px;
|
||||||
font-size: 14px;
|
width: 70px;
|
||||||
|
color: #000000;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.groupright {
|
||||||
|
display: flex;
|
||||||
|
.btn1 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-right: 16px;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
background: #409eff;
|
||||||
|
cursor: pointer;
|
||||||
|
.btn1text {
|
||||||
|
color: #ffffff;
|
||||||
|
margin-left: 5px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn2 {
|
||||||
|
width: 100px;
|
||||||
|
height: 40px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-right: 32px;
|
||||||
|
border: 1px solid #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
cursor: pointer;
|
||||||
|
background: #ffffff;
|
||||||
|
.btn2text {
|
||||||
|
color: #409eff;
|
||||||
|
margin-left: 5px;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.scorelist {
|
.scorelist {
|
||||||
padding-left: 382px;
|
padding-left: 20%;
|
||||||
padding-right: 382px;
|
padding-right: 20%;
|
||||||
padding-bottom: 100px;
|
padding-bottom: 100px;
|
||||||
padding-top: 50px;
|
padding-top: 50px;
|
||||||
.grouprightscore {
|
.grouprightscore {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-evenly;
|
justify-content: center;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.sbutton {
|
.sbutton {
|
||||||
@@ -359,23 +398,10 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-left: 10%;
|
||||||
|
margin-right: 10%;
|
||||||
}
|
}
|
||||||
.wh {
|
|
||||||
width: 40px;
|
|
||||||
height: 40px;
|
|
||||||
}
|
|
||||||
.sImage0 {
|
|
||||||
background-image: url(@/assets/images/taskpage/stu0.png);
|
|
||||||
}
|
|
||||||
.sImage {
|
|
||||||
background-image: url(@/assets/images/taskpage/stu.png);
|
|
||||||
}
|
|
||||||
.group0 {
|
|
||||||
background-image: url(@/assets/images/taskpage/group0.png);
|
|
||||||
}
|
|
||||||
.group {
|
|
||||||
background-image: url(@/assets/images/taskpage/group.png);
|
|
||||||
}
|
|
||||||
.btn1 {
|
.btn1 {
|
||||||
color: #409eff;
|
color: #409eff;
|
||||||
}
|
}
|
||||||
|
|||||||
1219
src/components/drawers/QueryRight.vue
Normal file
1219
src/components/drawers/QueryRight.vue
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -54,7 +54,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btnss" style="margin-top: 20px">
|
<div class="btnss" style="margin-top: 20px">
|
||||||
<div class="btn btn1" @click="showopen" style="margin-right: 20px">
|
<div class="btn btn1" @click="showopen" style="margin-right: 20px">
|
||||||
<div class="img1"></div>
|
<div class="img1"></div>
|
||||||
<div class="wz">催促学习</div>
|
<div class="wz">催促学习</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
:data-source="tabledata"
|
:data-source="tabledata"
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
expandRowByClick="true"
|
expandRowByClick="true"
|
||||||
:scroll="{ x: 900, y: 350 }"
|
:scroll="{ x: 900 }"
|
||||||
@expand="expandTable"
|
@expand="expandTable"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
/>
|
/>
|
||||||
@@ -92,7 +92,7 @@
|
|||||||
<button class="btn2">确定</button>
|
<button class="btn2">确定</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="noticebox" v-show="open">
|
<div class="noticebox" v-show="open">
|
||||||
<div><img src="../../assets/images/taskpage/check.png"/></div>
|
<div><img src="../../assets/images/taskpage/check.png" /></div>
|
||||||
<div class="notext">催促学员成功</div>
|
<div class="notext">催促学员成功</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -100,7 +100,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { toRefs, reactive, onMounted, onUnmounted} from "vue";
|
import { toRefs, reactive, onMounted, onUnmounted } from "vue";
|
||||||
export default {
|
export default {
|
||||||
name: "TimeManage",
|
name: "TimeManage",
|
||||||
props: {
|
props: {
|
||||||
@@ -274,16 +274,16 @@ export default {
|
|||||||
const closeDrawer = () => {
|
const closeDrawer = () => {
|
||||||
ctx.emit("update:Tvisible", false);
|
ctx.emit("update:Tvisible", false);
|
||||||
};
|
};
|
||||||
const showopen=()=>{
|
const showopen = () => {
|
||||||
state.open = true;
|
state.open = true;
|
||||||
};
|
};
|
||||||
let timer;
|
let timer;
|
||||||
onMounted(()=> {
|
onMounted(() => {
|
||||||
timer = setInterval(()=>{
|
timer = setInterval(() => {
|
||||||
state.open = false;
|
state.open = false;
|
||||||
},3000);
|
}, 3000);
|
||||||
});
|
});
|
||||||
onUnmounted(()=>{
|
onUnmounted(() => {
|
||||||
clearInterval(timer);
|
clearInterval(timer);
|
||||||
});
|
});
|
||||||
return {
|
return {
|
||||||
@@ -311,6 +311,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
.TimeManage {
|
.TimeManage {
|
||||||
|
// overflow-x: scroll;
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 600px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
@@ -338,6 +339,7 @@ export default {
|
|||||||
height: 73px;
|
height: 73px;
|
||||||
border-bottom: 1px solid #e8e8e8;
|
border-bottom: 1px solid #e8e8e8;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-shrink: 0;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
@@ -354,7 +356,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
// background-color: #bfa;
|
// background-color: #bfa;
|
||||||
// overflow-y: auto;
|
overflow: auto;
|
||||||
.endtime {
|
.endtime {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -375,6 +377,7 @@ export default {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.name {
|
.name {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -489,6 +492,7 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
background-color: #fff;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
@@ -418,7 +418,7 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
// justify-content: center;
|
// justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
overflow: auto;
|
||||||
.check {
|
.check {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
@@ -465,7 +465,7 @@ export default {
|
|||||||
//作业管理弹窗
|
//作业管理弹窗
|
||||||
.WorkManage {
|
.WorkManage {
|
||||||
.drawerMain {
|
.drawerMain {
|
||||||
min-width: 600px;
|
min-width: 550px;
|
||||||
margin: 0px 32px 0px 32px;
|
margin: 0px 32px 0px 32px;
|
||||||
overflow-x: scroll;
|
overflow-x: scroll;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -489,8 +489,9 @@ export default {
|
|||||||
.main {
|
.main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
// margin-bottom: 30px;
|
||||||
// background-color: #bfa;
|
// background-color: #bfa;
|
||||||
// overflow-y: auto;
|
overflow-y: auto;
|
||||||
.endtime {
|
.endtime {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@@ -505,12 +506,14 @@ export default {
|
|||||||
|
|
||||||
.sealeft {
|
.sealeft {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
.namecon {
|
.namecon {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
.name {
|
.name {
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -606,6 +609,7 @@ export default {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
background-color: #fff;
|
||||||
left: 0;
|
left: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ import Antd from 'ant-design-vue';
|
|||||||
import 'ant-design-vue/dist/antd.css';
|
import 'ant-design-vue/dist/antd.css';
|
||||||
// import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
// import zhCN from 'ant-design-vue/es/locale/zh_CN';
|
||||||
const app = createApp(App)
|
const app = createApp(App)
|
||||||
|
// 清理控制台warn信息
|
||||||
|
app.config.warnHandler = () => null;
|
||||||
// app.use(ElementPlus, {
|
// app.use(ElementPlus, {
|
||||||
// locale: zhCn,
|
// locale: zhCn,
|
||||||
// })
|
// })
|
||||||
@@ -17,4 +19,6 @@ app.use(Antd);
|
|||||||
app.use(router);
|
app.use(router);
|
||||||
app.use(store);
|
app.use(store);
|
||||||
|
|
||||||
app.mount('#app')
|
app.mount('#app');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -40,16 +40,16 @@
|
|||||||
:placeholder="[' 开始时间', ' 结束时间']"
|
:placeholder="[' 开始时间', ' 结束时间']"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div class="btns">
|
|
||||||
<div class="btn btn1">
|
<div class="btn btn1">
|
||||||
<div class="search"></div>
|
<div class="search"></div>
|
||||||
<div class="btnText">搜索</div>
|
<div class="btnText">搜索</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn btn2">
|
<div class="btnn btn2">
|
||||||
<div class="search"></div>
|
<div class="search"></div>
|
||||||
<div class="btnText">重置</div>
|
<div class="btnText">重置</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btns">
|
||||||
<!-- <router-link to="/projectadd">
|
<!-- <router-link to="/projectadd">
|
||||||
<div class="btn btn3">
|
<div class="btn btn3">
|
||||||
<div class="search"></div>
|
<div class="search"></div>
|
||||||
@@ -127,6 +127,127 @@
|
|||||||
<div class="showcount">{{ valueE.length }}/20</div>
|
<div class="showcount">{{ valueE.length }}/20</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="name" style="margin-left: 27px">
|
||||||
|
<div class="d" style="margin-top: -4px">
|
||||||
|
<img
|
||||||
|
style="width: 10px; height: 10px"
|
||||||
|
src="../../assets/images/basicinfo/asterisk.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="inname">归属组织</div>
|
||||||
|
<div class="in">
|
||||||
|
<a-input
|
||||||
|
v-model:value="valueE"
|
||||||
|
maxlength="20"
|
||||||
|
style="border-radius: 4px"
|
||||||
|
/>
|
||||||
|
<div class="showcount">{{ valueE.length }}/20</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="bac">
|
||||||
|
<div class="d" style="margin-top: 12px">
|
||||||
|
<img
|
||||||
|
style="width: 10px; height: 10px"
|
||||||
|
src="../../assets/images/basicinfo/asterisk.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="inname">路径图背景</div>
|
||||||
|
<div class="in">
|
||||||
|
<!-- <img class="im" src="../../assets/px.jpg" />
|
||||||
|
<img class="im" src="../../assets/px.jpg" />
|
||||||
|
<img class="im" src="../../assets/px.jpg" /> -->
|
||||||
|
<div
|
||||||
|
@click="chooseImg(item.id)"
|
||||||
|
v-for="item in imgData"
|
||||||
|
:key="item.key"
|
||||||
|
style="
|
||||||
|
border-radius: 8px;
|
||||||
|
width: 136px;
|
||||||
|
height: 106px;
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
"
|
||||||
|
:style="{
|
||||||
|
border:
|
||||||
|
learnPathBg === item.id
|
||||||
|
? '2px solid rgba(78, 166, 255, 1)'
|
||||||
|
: '2px solid rgba(78, 166, 255, 0)',
|
||||||
|
'background-image': 'url(' + item.source + ')',
|
||||||
|
}"
|
||||||
|
>
|
||||||
|
<!-- <img class="im" :src="item.source" /> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="info">
|
||||||
|
<div class="inname">路径说明</div>
|
||||||
|
<div class="in">
|
||||||
|
<a-textarea v-model:value="valuei" maxlength="150" />
|
||||||
|
<div class="showcount">{{ valuei.length }}/150</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="btn">
|
||||||
|
<button class="samtn btn1" @click="handleOut">取消</button>
|
||||||
|
<button class="samtn btn2" @click="handleOut">确定</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div></a-modal
|
||||||
|
>
|
||||||
|
|
||||||
|
<!-- 编辑路径弹窗 -->
|
||||||
|
<a-modal
|
||||||
|
:closable="sh"
|
||||||
|
centered="true"
|
||||||
|
v-model:visible="out1"
|
||||||
|
:footer="null"
|
||||||
|
wrapClassName="CreatePath"
|
||||||
|
>
|
||||||
|
<div class="out">
|
||||||
|
<div class="top">
|
||||||
|
<img class="topimg" src="../../assets/images/courseManage/add1.png" />
|
||||||
|
<div class="topc">编辑路径</div>
|
||||||
|
<div @click="handleOut1" style="margin-left: 500px; cursor: pointer">
|
||||||
|
<img
|
||||||
|
style="width: 20px; height: 20px"
|
||||||
|
src="../../assets/images/basicinfo/close.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="mid clearfix">
|
||||||
|
<div class="name">
|
||||||
|
<div class="d" style="margin-top: -4px">
|
||||||
|
<img
|
||||||
|
style="width: 10px; height: 10px"
|
||||||
|
src="../../assets/images/basicinfo/asterisk.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="inname">路径图名称</div>
|
||||||
|
<div class="in">
|
||||||
|
<a-input
|
||||||
|
v-model:value="valueE"
|
||||||
|
maxlength="20"
|
||||||
|
style="border-radius: 4px"
|
||||||
|
/>
|
||||||
|
<div class="showcount">{{ valueE.length }}/20</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="name" style="margin-left: 27px">
|
||||||
|
<div class="d" style="margin-top: -4px">
|
||||||
|
<img
|
||||||
|
style="width: 10px; height: 10px"
|
||||||
|
src="../../assets/images/basicinfo/asterisk.png"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div class="inname">归属组织</div>
|
||||||
|
<div class="in">
|
||||||
|
<a-input
|
||||||
|
v-model:value="valueE"
|
||||||
|
maxlength="20"
|
||||||
|
style="border-radius: 4px"
|
||||||
|
/>
|
||||||
|
<div class="showcount">{{ valueE.length }}/20</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<div class="bac">
|
<div class="bac">
|
||||||
<div class="d" style="margin-top: 12px">
|
<div class="d" style="margin-top: 12px">
|
||||||
<img
|
<img
|
||||||
@@ -400,6 +521,10 @@
|
|||||||
</a-modal>
|
</a-modal>
|
||||||
<!-- 归属权抽屉 -->
|
<!-- 归属权抽屉 -->
|
||||||
<owner-ship v-model:Ownervisible="Ownervisible" />
|
<owner-ship v-model:Ownervisible="Ownervisible" />
|
||||||
|
<!-- 查看权抽屉 -->
|
||||||
|
<query-right v-model:Queryvisible="Queryvisible" />
|
||||||
|
<!-- 管理权抽屉 -->
|
||||||
|
<manage-right v-model:Managevisible="Managevisible" />
|
||||||
<!-- 授权名单抽屉 -->
|
<!-- 授权名单抽屉 -->
|
||||||
<power-list v-model:PLvisible="PLvisible" />
|
<power-list v-model:PLvisible="PLvisible" />
|
||||||
</div>
|
</div>
|
||||||
@@ -408,10 +533,12 @@
|
|||||||
import { reactive, toRefs, onMounted } from "vue";
|
import { reactive, toRefs, onMounted } from "vue";
|
||||||
import OwnerShip from "../../components/drawers/Ownership";
|
import OwnerShip from "../../components/drawers/Ownership";
|
||||||
import PowerList from "../../components/drawers/PowerList";
|
import PowerList from "../../components/drawers/PowerList";
|
||||||
import axios from "axios";
|
import QueryRight from "../../components/drawers/QueryRight";
|
||||||
|
import ManageRight from "../../components/drawers/ManageRight";
|
||||||
|
import * as api from "../../api/index1";
|
||||||
export default {
|
export default {
|
||||||
name: "learningPath",
|
name: "learningPath",
|
||||||
components: { OwnerShip, PowerList },
|
components: { OwnerShip, PowerList, QueryRight, ManageRight },
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
projectNameList: [
|
projectNameList: [
|
||||||
@@ -437,6 +564,7 @@ export default {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
out: false,
|
out: false,
|
||||||
|
out1: false,
|
||||||
number: null,
|
number: null,
|
||||||
selectTime: null,
|
selectTime: null,
|
||||||
sh: false,
|
sh: false,
|
||||||
@@ -583,6 +711,8 @@ export default {
|
|||||||
closeBack: false, //撤回弹窗关闭图标
|
closeBack: false, //撤回弹窗关闭图标
|
||||||
Ownervisible: false, //归属权抽屉
|
Ownervisible: false, //归属权抽屉
|
||||||
PLvisible: false, //授权名单抽屉
|
PLvisible: false, //授权名单抽屉
|
||||||
|
Queryvisible: false, //查看权抽屉
|
||||||
|
Managevisible: false, //管理权抽屉
|
||||||
currentPage: 1,
|
currentPage: 1,
|
||||||
tableDataTotal: 100,
|
tableDataTotal: 100,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
@@ -666,18 +796,39 @@ export default {
|
|||||||
pageSize: 0,
|
pageSize: 0,
|
||||||
status: 0,
|
status: 0,
|
||||||
};
|
};
|
||||||
axios
|
api
|
||||||
.post("https://111.231.196.214:30001/admin/router/list", obj, {
|
.getLearnPath(obj)
|
||||||
headers: {
|
|
||||||
"Content-Type": "application/json;charset=UTF-8",
|
|
||||||
},
|
|
||||||
})
|
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
console.log("获取成功", res);
|
console.log("获取路径列表数据", res);
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
console.log("获取失败", err);
|
console.log("获取学习路径失败", err);
|
||||||
});
|
});
|
||||||
|
let getChapterObj = {
|
||||||
|
routerId: 0,
|
||||||
|
};
|
||||||
|
api
|
||||||
|
.getChapter(getChapterObj)
|
||||||
|
.then((res) => {
|
||||||
|
console.log("获取关卡数据", res);
|
||||||
|
})
|
||||||
|
.catch((err) => {
|
||||||
|
console.log("获取关卡数据失败", err);
|
||||||
|
});
|
||||||
|
|
||||||
|
// let editChapterObj = {
|
||||||
|
// name: "测试关卡",
|
||||||
|
// remark: "这是测试关卡说明",
|
||||||
|
// routerId: 0,
|
||||||
|
// };
|
||||||
|
// api
|
||||||
|
// .editChapter(editChapterObj)
|
||||||
|
// .then((res) => {
|
||||||
|
// console.log("添加测试关卡数据", res);
|
||||||
|
// })
|
||||||
|
// .catch((err) => {
|
||||||
|
// console.log("添加测试关卡数据失败", err);
|
||||||
|
// });
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
// console.log("执行");
|
// console.log("执行");
|
||||||
@@ -693,6 +844,9 @@ export default {
|
|||||||
const handleOut = () => {
|
const handleOut = () => {
|
||||||
state.out = !state.out;
|
state.out = !state.out;
|
||||||
};
|
};
|
||||||
|
const handleOut1 = () => {
|
||||||
|
state.out1 = !state.out1;
|
||||||
|
};
|
||||||
const chooseImg = (id) => {
|
const chooseImg = (id) => {
|
||||||
console.log(id);
|
console.log(id);
|
||||||
state.learnPathBg = id;
|
state.learnPathBg = id;
|
||||||
@@ -739,6 +893,12 @@ export default {
|
|||||||
const showPower = () => {
|
const showPower = () => {
|
||||||
state.PLvisible = true;
|
state.PLvisible = true;
|
||||||
};
|
};
|
||||||
|
const showQuery = () => {
|
||||||
|
state.Queryvisible = true;
|
||||||
|
};
|
||||||
|
const showManage = () => {
|
||||||
|
state.Managevisible = true;
|
||||||
|
};
|
||||||
const getTableDate = () => {
|
const getTableDate = () => {
|
||||||
let data = state.tableData;
|
let data = state.tableData;
|
||||||
data.map((value) => {
|
data.map((value) => {
|
||||||
@@ -758,14 +918,28 @@ export default {
|
|||||||
>
|
>
|
||||||
发布
|
发布
|
||||||
</div>
|
</div>
|
||||||
<div class="jc">编辑</div>
|
<div
|
||||||
|
class="jc"
|
||||||
|
onClick={() => {
|
||||||
|
state.out1 = true;
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
编辑
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div></div>
|
<div></div>
|
||||||
)}
|
)}
|
||||||
{value.state === "已发布" ? (
|
{value.state === "已发布" ? (
|
||||||
<div class="fb">
|
<div class="fb">
|
||||||
<div class="jc">编辑</div>
|
<div
|
||||||
|
class="jc"
|
||||||
|
onClick={() => {
|
||||||
|
state.out1 = true;
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
编辑
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
<div></div>
|
<div></div>
|
||||||
@@ -816,10 +990,22 @@ export default {
|
|||||||
</div>
|
</div>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
<a-select-option value="查看权" label="查看权">
|
<a-select-option value="查看权" label="查看权">
|
||||||
<div>查看权</div>
|
<div
|
||||||
|
onClick={() => {
|
||||||
|
showQuery();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
查看权
|
||||||
|
</div>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
<a-select-option value="管理权" label="管理权">
|
<a-select-option value="管理权" label="管理权">
|
||||||
<div>管理权</div>
|
<div
|
||||||
|
onClick={() => {
|
||||||
|
showManage();
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
管理权
|
||||||
|
</div>
|
||||||
</a-select-option>
|
</a-select-option>
|
||||||
</a-select>
|
</a-select>
|
||||||
</div>
|
</div>
|
||||||
@@ -969,6 +1155,7 @@ export default {
|
|||||||
selectProjectName,
|
selectProjectName,
|
||||||
expandTable,
|
expandTable,
|
||||||
handleOut,
|
handleOut,
|
||||||
|
handleOut1,
|
||||||
showPub,
|
showPub,
|
||||||
closePub,
|
closePub,
|
||||||
showCopyModal,
|
showCopyModal,
|
||||||
@@ -985,6 +1172,8 @@ export default {
|
|||||||
showPower,
|
showPower,
|
||||||
tableDataFunc,
|
tableDataFunc,
|
||||||
chooseImg,
|
chooseImg,
|
||||||
|
showQuery,
|
||||||
|
showManage,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -1447,14 +1636,33 @@ export default {
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
.btns {
|
|
||||||
display: flex;
|
|
||||||
// flex-wrap: wrap;
|
|
||||||
.btn {
|
.btn {
|
||||||
padding: 0px 26px 0px 26px;
|
padding: 0px 26px 0px 26px;
|
||||||
height: 38px;
|
height: 38px;
|
||||||
background: rgba(64, 158, 255, 0);
|
background: #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
//border: 1px solid rgba(64, 158, 255, 1);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-right: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
cursor: pointer;
|
||||||
|
.search {
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
.btnText {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
color: #ffffff;
|
||||||
|
line-height: 36px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btnn {
|
||||||
|
padding: 0px 26px 0px 26px;
|
||||||
|
height: 38px;
|
||||||
|
background: #ffffff;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
border: 1px solid rgba(64, 158, 255, 1);
|
border: 1px solid rgba(64, 158, 255, 1);
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -1469,7 +1677,7 @@ export default {
|
|||||||
.btnText {
|
.btnText {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: rgba(64, 158, 255, 1);
|
color: #409eff;
|
||||||
line-height: 36px;
|
line-height: 36px;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
@@ -1478,7 +1686,7 @@ export default {
|
|||||||
.search {
|
.search {
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 17px;
|
height: 17px;
|
||||||
background-image: url("../../assets/images/courseManage/search1.png");
|
background-image: url("../../assets/images/courseManage/search0.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn2 {
|
.btn2 {
|
||||||
@@ -1488,16 +1696,8 @@ export default {
|
|||||||
background-image: url("../../assets/images/courseManage/reset1.png");
|
background-image: url("../../assets/images/courseManage/reset1.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn3 {
|
|
||||||
margin-right: 0px;
|
|
||||||
.search {
|
|
||||||
width: 17px;
|
|
||||||
height: 18px;
|
|
||||||
background-image: url("../../assets/images/courseManage/add1.png");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn1:hover {
|
.btn1:hover {
|
||||||
background: rgba(64, 158, 255, 1);
|
background: rgba(64, 158, 255, 0.76);
|
||||||
.search {
|
.search {
|
||||||
background-image: url("../../assets/images/courseManage/search0.png");
|
background-image: url("../../assets/images/courseManage/search0.png");
|
||||||
}
|
}
|
||||||
@@ -1505,17 +1705,52 @@ export default {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn1:active {
|
||||||
|
background: #0982ff;
|
||||||
|
}
|
||||||
.btn2:hover {
|
.btn2:hover {
|
||||||
background: rgba(64, 158, 255, 1);
|
background: rgba(64, 158, 255, 0.1);
|
||||||
|
}
|
||||||
|
.btn2:active {
|
||||||
|
background: rgba(64, 158, 255, 0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btns {
|
||||||
|
display: flex;
|
||||||
|
// flex-wrap: wrap;
|
||||||
|
.btn {
|
||||||
|
padding: 0px 26px 0px 26px;
|
||||||
|
height: 38px;
|
||||||
|
background: #409eff;
|
||||||
|
border-radius: 8px;
|
||||||
|
//border: 1px solid rgba(64, 158, 255, 1);
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-right: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
cursor: pointer;
|
||||||
.search {
|
.search {
|
||||||
background-image: url("../../assets/images/courseManage/reset0.png");
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
.btnText {
|
.btnText {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
line-height: 36px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn3 {
|
||||||
|
margin-right: 0px;
|
||||||
|
.search {
|
||||||
|
width: 17px;
|
||||||
|
height: 18px;
|
||||||
|
background-image: url("../../assets/images/courseManage/add0.png");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.btn3:hover {
|
.btn3:hover {
|
||||||
background: rgba(64, 158, 255, 1);
|
background: rgba(64, 158, 255, 0.76);
|
||||||
.search {
|
.search {
|
||||||
background-image: url("../../assets/images/courseManage/add0.png");
|
background-image: url("../../assets/images/courseManage/add0.png");
|
||||||
}
|
}
|
||||||
@@ -1523,6 +1758,9 @@ export default {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.btn3:active {
|
||||||
|
background: #0982ff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.tableBox {
|
.tableBox {
|
||||||
@@ -1560,6 +1798,7 @@ export default {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -157,9 +157,9 @@
|
|||||||
class="centerbox"
|
class="centerbox"
|
||||||
style="color: rgba(93, 201, 136, 1)"
|
style="color: rgba(93, 201, 136, 1)"
|
||||||
>
|
>
|
||||||
发布
|
创建关卡
|
||||||
</div>
|
</div>
|
||||||
<div class="centermain">快速发布项目</div>
|
<div class="centermain">点击创建关卡任务</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -221,7 +221,7 @@
|
|||||||
<a-table
|
<a-table
|
||||||
style="border: 1px solid #f2f6fe"
|
style="border: 1px solid #f2f6fe"
|
||||||
:columns="tableDataFunc()"
|
:columns="tableDataFunc()"
|
||||||
:scroll="{ x: 1600, y: 235 }"
|
:scroll="{ x: 1500, y: 235 }"
|
||||||
:data-source="tableData"
|
:data-source="tableData"
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
expandRowByClick="true"
|
expandRowByClick="true"
|
||||||
@@ -390,7 +390,7 @@
|
|||||||
<div class="cur">当前关卡:</div>
|
<div class="cur">当前关卡:</div>
|
||||||
<div class="select">
|
<div class="select">
|
||||||
<a-select
|
<a-select
|
||||||
v-model:value="projectName"
|
v-model:value="curLevel"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
placeholder="请选择关卡"
|
placeholder="请选择关卡"
|
||||||
:options="projectNameList4"
|
:options="projectNameList4"
|
||||||
@@ -442,6 +442,8 @@
|
|||||||
<add-stu v-model:AddSvisible="AddSvisible" />
|
<add-stu v-model:AddSvisible="AddSvisible" />
|
||||||
<!-- 导入学员抽屉 -->
|
<!-- 导入学员抽屉 -->
|
||||||
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" />
|
<imp-stu v-model:AddImpStuvisible="AddImpStuvisible" />
|
||||||
|
<!-- 学员管理查看抽屉 -->
|
||||||
|
<check-stu v-model:CheckStuvisible="CheckStuvisible" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -449,9 +451,10 @@
|
|||||||
import { ref, reactive, toRefs } from "vue";
|
import { ref, reactive, toRefs } from "vue";
|
||||||
import AddStu from "../../components/drawers/AddLevelAddStu";
|
import AddStu from "../../components/drawers/AddLevelAddStu";
|
||||||
import ImpStu from "../../components/drawers/AddLevelImportStu";
|
import ImpStu from "../../components/drawers/AddLevelImportStu";
|
||||||
|
import CheckStu from "../../components/drawers/CheckStu";
|
||||||
export default {
|
export default {
|
||||||
name: "LevelAdd",
|
name: "LevelAdd",
|
||||||
components: { AddStu, ImpStu },
|
components: { AddStu, ImpStu, CheckStu },
|
||||||
methods: {},
|
methods: {},
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
@@ -460,6 +463,7 @@ export default {
|
|||||||
deleteAll: false, //批量删除学员弹窗
|
deleteAll: false, //批量删除学员弹窗
|
||||||
AddSvisible: false, //添加学员抽屉
|
AddSvisible: false, //添加学员抽屉
|
||||||
AddImpStuvisible: false, //导入学员抽屉
|
AddImpStuvisible: false, //导入学员抽屉
|
||||||
|
CheckStuvisible: false, //学员管理的查看抽屉
|
||||||
projectNameListt: [
|
projectNameListt: [
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
@@ -547,6 +551,7 @@ export default {
|
|||||||
visible: false,
|
visible: false,
|
||||||
sh: false,
|
sh: false,
|
||||||
closeDeleteAll: false,
|
closeDeleteAll: false,
|
||||||
|
curLevel: "",
|
||||||
//关卡的数据
|
//关卡的数据
|
||||||
level: [
|
level: [
|
||||||
// {
|
// {
|
||||||
@@ -669,7 +674,7 @@ export default {
|
|||||||
dataIndex: "name",
|
dataIndex: "name",
|
||||||
// width: "30%",
|
// width: "30%",
|
||||||
key: "name",
|
key: "name",
|
||||||
width: 100,
|
width: 110,
|
||||||
align: "left",
|
align: "left",
|
||||||
className: "classify",
|
className: "classify",
|
||||||
|
|
||||||
@@ -727,7 +732,7 @@ export default {
|
|||||||
title: "开始时间",
|
title: "开始时间",
|
||||||
dataIndex: "time",
|
dataIndex: "time",
|
||||||
key: "time",
|
key: "time",
|
||||||
width: 110,
|
width: 120,
|
||||||
align: "center",
|
align: "center",
|
||||||
className: "h",
|
className: "h",
|
||||||
},
|
},
|
||||||
@@ -736,18 +741,21 @@ export default {
|
|||||||
className: "h",
|
className: "h",
|
||||||
dataIndex: "opacation",
|
dataIndex: "opacation",
|
||||||
key: "opacation",
|
key: "opacation",
|
||||||
width: 110,
|
width: 140,
|
||||||
align: "center",
|
align: "center",
|
||||||
scopedSlots: { customRender: "action" }, //引入的插槽
|
scopedSlots: { customRender: "action" }, //引入的插槽
|
||||||
customRender: (text) => {
|
customRender: (text) => {
|
||||||
return (
|
return (
|
||||||
<div class="opa">
|
<div class="opa">
|
||||||
<div class="opacation">
|
<div class="opacation">
|
||||||
<routerLink to="/levelcheck">
|
<span
|
||||||
<span style="color:#4EA6FF;margin-right:25px;cursor:pointer">
|
onClick={() => {
|
||||||
查看
|
showCheckStu();
|
||||||
</span>
|
}}
|
||||||
</routerLink>
|
style="color:#4EA6FF;margin-right:25px;cursor:pointer"
|
||||||
|
>
|
||||||
|
查看
|
||||||
|
</span>
|
||||||
<span
|
<span
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
state.visible = true;
|
state.visible = true;
|
||||||
@@ -788,6 +796,9 @@ export default {
|
|||||||
const showImpStu = () => {
|
const showImpStu = () => {
|
||||||
state.AddImpStuvisible = true;
|
state.AddImpStuvisible = true;
|
||||||
};
|
};
|
||||||
|
const showCheckStu = () => {
|
||||||
|
state.CheckStuvisible = true;
|
||||||
|
};
|
||||||
return {
|
return {
|
||||||
...toRefs(state),
|
...toRefs(state),
|
||||||
selectProjectName,
|
selectProjectName,
|
||||||
@@ -802,6 +813,7 @@ export default {
|
|||||||
closeChangeModal,
|
closeChangeModal,
|
||||||
showAddStu,
|
showAddStu,
|
||||||
showImpStu,
|
showImpStu,
|
||||||
|
showCheckStu,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
@@ -1640,7 +1652,7 @@ export default {
|
|||||||
}
|
}
|
||||||
.ant-table-selection-column {
|
.ant-table-selection-column {
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
padding-left: 45px !important;
|
padding-left: 38px !important;
|
||||||
}
|
}
|
||||||
.ant-table-thead > tr > th {
|
.ant-table-thead > tr > th {
|
||||||
background-color: rgba(239, 244, 252, 1);
|
background-color: rgba(239, 244, 252, 1);
|
||||||
|
|||||||
@@ -1,56 +1,56 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="templatelibrary">
|
<div class="templatelibrary">
|
||||||
<div class="tmpl">
|
<div class="tmpl">
|
||||||
<div class="tmpl_header">
|
<div class="tmpl_header">
|
||||||
<div class="tmplh_inp">
|
<div class="tmplh_inp">
|
||||||
<div class="inpbox">
|
<div class="inpbox">
|
||||||
<div class="inpbox1">
|
<div class="inpbox1">
|
||||||
<span>模版名称:</span>
|
<span>模版名称:</span>
|
||||||
<a-input
|
<a-input
|
||||||
v-model:value="value1"
|
v-model:value="value1"
|
||||||
style="
|
style="
|
||||||
width: 270px;
|
width: 270px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
margin-right: 14px;
|
margin-right: 14px;
|
||||||
"
|
"
|
||||||
placeholder="请输入项目名称"
|
placeholder="请输入项目名称"
|
||||||
/>
|
/>
|
||||||
</div>
|
|
||||||
<div class="inpbox1">
|
|
||||||
<span>创建时间:</span>
|
|
||||||
<a-date-picker
|
|
||||||
v-model="selectTime"
|
|
||||||
type="date"
|
|
||||||
placeholder="创建时间"
|
|
||||||
style="width: 270px; margin-right: 14px"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="tmplh_btn">
|
<div class="inpbox1">
|
||||||
<div class="btn btn1">
|
<span>创建时间:</span>
|
||||||
<div class="search"></div>
|
<a-date-picker
|
||||||
<div class="btnText btnText1">搜索</div>
|
v-model="selectTime"
|
||||||
</div>
|
type="date"
|
||||||
<div class="btn btn2">
|
placeholder="创建时间"
|
||||||
<div class="search"></div>
|
style="width: 270px; margin-right: 14px"
|
||||||
<div class="btnText btnText2">重置</div>
|
/>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="tmpl_body">
|
<div class="tmplh_btn">
|
||||||
<div class="tmpl_tabbox">
|
<div class="btn btn1">
|
||||||
<a-table
|
<div class="search"></div>
|
||||||
:columns="columns1"
|
<div class="btnText btnText1">搜索</div>
|
||||||
:data-source="tableData1"
|
</div>
|
||||||
:loading="tableDataTotal === -1 ? true : false"
|
<div class="btn btn2">
|
||||||
expandRowByClick="true"
|
<div class="search"></div>
|
||||||
@expand="expandTable"
|
<div class="btnText btnText2">重置</div>
|
||||||
:pagination="false"
|
</div>
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="tmpl_body">
|
||||||
|
<div class="tmpl_tabbox">
|
||||||
|
<a-table
|
||||||
|
:columns="columns1"
|
||||||
|
:data-source="tableData1"
|
||||||
|
:loading="tableDataTotal === -1 ? true : false"
|
||||||
|
expandRowByClick="true"
|
||||||
|
@expand="expandTable"
|
||||||
|
:pagination="false"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -59,10 +59,9 @@
|
|||||||
import { reactive, defineComponent, toRefs } from "vue";
|
import { reactive, defineComponent, toRefs } from "vue";
|
||||||
|
|
||||||
const columns1 = [
|
const columns1 = [
|
||||||
|
|
||||||
{
|
{
|
||||||
title: "模版名称",
|
title: "模版名称",
|
||||||
width: '20%',
|
width: "20%",
|
||||||
dataIndex: "name",
|
dataIndex: "name",
|
||||||
key: "name",
|
key: "name",
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
@@ -70,7 +69,7 @@ const columns1 = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "状态",
|
title: "状态",
|
||||||
width: '15%',
|
width: "15%",
|
||||||
dataIndex: "status",
|
dataIndex: "status",
|
||||||
key: "status",
|
key: "status",
|
||||||
align: "center",
|
align: "center",
|
||||||
@@ -78,21 +77,21 @@ const columns1 = [
|
|||||||
|
|
||||||
{
|
{
|
||||||
title: "创建人",
|
title: "创建人",
|
||||||
width: '18%',
|
width: "18%",
|
||||||
dataIndex: "creator",
|
dataIndex: "creator",
|
||||||
key: "creator",
|
key: "creator",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "最近学习时间",
|
title: "最近学习时间",
|
||||||
width: '25%',
|
width: "25%",
|
||||||
dataIndex: "stutime",
|
dataIndex: "stutime",
|
||||||
key: "stutime",
|
key: "stutime",
|
||||||
align: "center",
|
align: "center",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "操作",
|
title: "操作",
|
||||||
width: '22%',
|
width: "22%",
|
||||||
className: "h",
|
className: "h",
|
||||||
dataIndex: "operation",
|
dataIndex: "operation",
|
||||||
key: "operation",
|
key: "operation",
|
||||||
@@ -101,216 +100,218 @@ const columns1 = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
export default defineComponent({
|
export default defineComponent({
|
||||||
name: "TemplateLibrary",
|
name: "TemplateLibrary",
|
||||||
setup() {
|
setup() {
|
||||||
const state = reactive({
|
const state = reactive({
|
||||||
tableData1: [
|
tableData1: [
|
||||||
{
|
{
|
||||||
key: "1",
|
key: "1",
|
||||||
name: "管理者进阶-腾飞班Z1",
|
name: "管理者进阶-腾飞班Z1",
|
||||||
status: "已发布",
|
status: "已发布",
|
||||||
creator: "李部长",
|
creator: "李部长",
|
||||||
stutime: "2022-10-31 23:12:00",
|
stutime: "2022-10-31 23:12:00",
|
||||||
operation: "operation",
|
operation: "operation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "2",
|
key: "2",
|
||||||
name: "管理者进阶-腾飞班Z2",
|
name: "管理者进阶-腾飞班Z2",
|
||||||
status: "已发布",
|
status: "已发布",
|
||||||
creator: "毛继禹",
|
creator: "毛继禹",
|
||||||
stutime: "2022-10-31 23:12:00",
|
stutime: "2022-10-31 23:12:00",
|
||||||
operation: "operation",
|
operation: "operation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "3",
|
key: "3",
|
||||||
name: "管理者进阶-腾飞班Z3",
|
name: "管理者进阶-腾飞班Z3",
|
||||||
status: "已发布",
|
status: "已发布",
|
||||||
creator: "毛继禹",
|
creator: "毛继禹",
|
||||||
stutime: "2022-10-31 23:12:00",
|
stutime: "2022-10-31 23:12:00",
|
||||||
operation: "operation",
|
operation: "operation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: "4",
|
key: "4",
|
||||||
name: "管理者进阶-腾飞班Z4",
|
name: "管理者进阶-腾飞班Z4",
|
||||||
status: "未发布",
|
status: "未发布",
|
||||||
creator: "毛继禹",
|
creator: "毛继禹",
|
||||||
stutime: "2022-10-31 23:12:00",
|
stutime: "2022-10-31 23:12:00",
|
||||||
operation: "operation",
|
operation: "operation",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
const getTableDate1 = () => {
|
const getTableDate1 = () => {
|
||||||
let data = state.tableData1;
|
let data = state.tableData1;
|
||||||
data.map((value) => {
|
data.map((value) => {
|
||||||
{
|
{
|
||||||
//单层项目
|
//单层项目
|
||||||
value.operation = (
|
value.operation = (
|
||||||
<div class="operation" style="justify-content: flex-end;">
|
<div class="operation" style="justify-content: center;">
|
||||||
<div class="nSelect">
|
<div class="nSelect">
|
||||||
{value.status === "已发布" ? (
|
{value.status === "已发布" ? (
|
||||||
<div class="nselect">
|
<div class="nselect">
|
||||||
<div class="ops2">
|
<div class="ops1">
|
||||||
<router-link to="/libraryadd">
|
<div class="jc"></div>
|
||||||
<div class="jc">查看</div>
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
<div class="ops3">
|
|
||||||
<div class="jc">撤回</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
) : (
|
|
||||||
<div></div>
|
|
||||||
)}
|
|
||||||
{value.status === "未发布" ? (
|
|
||||||
<div class="nselect">
|
|
||||||
<div class="ops1">
|
|
||||||
<div class="jc">发布 |</div>
|
|
||||||
</div>
|
|
||||||
<div class="ops2">
|
|
||||||
<router-link to="/libraryadd">
|
|
||||||
<div class="jc">查看</div>
|
|
||||||
</router-link>
|
|
||||||
</div>
|
|
||||||
<div class="ops3">
|
|
||||||
<div class="jc">删除</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
) : (
|
|
||||||
<div></div>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="ops2">
|
||||||
|
<router-link to="/libraryadd">
|
||||||
|
<div class="jc">查看</div>
|
||||||
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
);
|
<div class="ops3">
|
||||||
}
|
<div class="jc">撤回</div>
|
||||||
});
|
</div>
|
||||||
state.tableData = data;
|
</div>
|
||||||
};
|
) : (
|
||||||
getTableDate1();
|
<div></div>
|
||||||
return {
|
)}
|
||||||
...toRefs(state),
|
{value.status === "未发布" ? (
|
||||||
columns1,
|
<div class="nselect">
|
||||||
}
|
<div class="ops1">
|
||||||
}
|
<div class="jc">发布</div>
|
||||||
})
|
</div>
|
||||||
|
<div class="ops2">
|
||||||
|
<router-link to="/libraryadd">
|
||||||
|
<div class="jc">查看</div>
|
||||||
|
</router-link>
|
||||||
|
</div>
|
||||||
|
<div class="ops3">
|
||||||
|
<div class="jc">删除</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
) : (
|
||||||
|
<div></div>
|
||||||
|
)}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
state.tableData = data;
|
||||||
|
};
|
||||||
|
getTableDate1();
|
||||||
|
return {
|
||||||
|
...toRefs(state),
|
||||||
|
columns1,
|
||||||
|
};
|
||||||
|
},
|
||||||
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.templatelibrary{
|
.templatelibrary {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.tmpl{
|
.tmpl {
|
||||||
width:100%;
|
width: 100%;
|
||||||
.tmpl_header{
|
.tmpl_header {
|
||||||
display:flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
|
|
||||||
margin-left: 32px;
|
margin-left: 32px;
|
||||||
margin-right: 32px;
|
margin-right: 32px;
|
||||||
.tmplh_inp{
|
.tmplh_inp {
|
||||||
.inpbox{
|
.inpbox {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 32px;
|
margin-top: 32px;
|
||||||
.inpbox1{
|
.inpbox1 {
|
||||||
display:flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-right: 24px;
|
margin-right: 24px;
|
||||||
span{
|
span {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tmplh_btn{
|
|
||||||
display: flex;
|
|
||||||
margin-left: 38px;
|
|
||||||
margin-top: 32px;
|
|
||||||
.btn {
|
|
||||||
padding: 0px 26px 0px 26px;
|
|
||||||
height: 38px;
|
|
||||||
border-radius: 8px;
|
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
margin-left: 14px;
|
|
||||||
flex-shrink: 0;
|
|
||||||
.search {
|
|
||||||
background-size: 100%;
|
|
||||||
}
|
|
||||||
.btnText {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 400;
|
|
||||||
line-height: 36px;
|
|
||||||
margin-left: 5px;
|
|
||||||
}
|
|
||||||
.btnText1{
|
|
||||||
color: rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
.btnText2{
|
|
||||||
color: rgba(64, 158, 255, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn1 {
|
|
||||||
background: #409EFF;
|
|
||||||
.search {
|
|
||||||
width: 15px;
|
|
||||||
height: 17px;
|
|
||||||
background-image: url("../../assets/images/courseManage/search0.png");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn2 {
|
|
||||||
background: #FFFFFF;
|
|
||||||
border: 1px solid #388BE1;
|
|
||||||
.search {
|
|
||||||
width: 16px;
|
|
||||||
height: 18px;
|
|
||||||
background-image: url("../../assets/images/courseManage/reset1.png");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn1:hover {
|
|
||||||
background: rgb(255, 255, 255);
|
|
||||||
border: 1px solid #388BE1;
|
|
||||||
.search {
|
|
||||||
background-image: url("../../assets/images/courseManage/search1.png");
|
|
||||||
}
|
|
||||||
.btnText {
|
|
||||||
color: rgba(64, 158, 255, 1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.btn2:hover {
|
|
||||||
background: rgba(64, 158, 255, 1);
|
|
||||||
.search {
|
|
||||||
background-image: url("../../assets/images/courseManage/reset0.png");
|
|
||||||
}
|
|
||||||
.btnText {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tmpl_body{
|
|
||||||
.tmpl_tabbox{
|
|
||||||
.operation {
|
|
||||||
display: flex;
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
color: #4ea6ff;
|
|
||||||
.nselect {
|
|
||||||
justify-content: center;
|
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
|
||||||
.jc {
|
|
||||||
margin-left: 20px;
|
|
||||||
white-space: nowrap;
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
.tmplh_btn {
|
||||||
|
display: flex;
|
||||||
|
margin-left: 38px;
|
||||||
|
margin-top: 32px;
|
||||||
|
.btn {
|
||||||
|
padding: 0px 26px 0px 26px;
|
||||||
|
height: 38px;
|
||||||
|
border-radius: 8px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
margin-left: 14px;
|
||||||
|
flex-shrink: 0;
|
||||||
|
.search {
|
||||||
|
background-size: 100%;
|
||||||
|
}
|
||||||
|
.btnText {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
line-height: 36px;
|
||||||
|
margin-left: 5px;
|
||||||
|
}
|
||||||
|
.btnText1 {
|
||||||
|
color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
.btnText2 {
|
||||||
|
color: rgba(64, 158, 255, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn1 {
|
||||||
|
background: #409eff;
|
||||||
|
.search {
|
||||||
|
width: 15px;
|
||||||
|
height: 17px;
|
||||||
|
background-image: url("../../assets/images/courseManage/search0.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn2 {
|
||||||
|
background: #ffffff;
|
||||||
|
border: 1px solid #388be1;
|
||||||
|
.search {
|
||||||
|
width: 16px;
|
||||||
|
height: 18px;
|
||||||
|
background-image: url("../../assets/images/courseManage/reset1.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn1:hover {
|
||||||
|
background: rgb(255, 255, 255);
|
||||||
|
border: 1px solid #388be1;
|
||||||
|
.search {
|
||||||
|
background-image: url("../../assets/images/courseManage/search1.png");
|
||||||
|
}
|
||||||
|
.btnText {
|
||||||
|
color: rgba(64, 158, 255, 1);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.btn2:hover {
|
||||||
|
background: rgba(64, 158, 255, 1);
|
||||||
|
.search {
|
||||||
|
background-image: url("../../assets/images/courseManage/reset0.png");
|
||||||
|
}
|
||||||
|
.btnText {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
.tmpl_body {
|
||||||
|
.tmpl_tabbox {
|
||||||
|
.operation {
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
color: #4ea6ff;
|
||||||
|
.nselect {
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
display: flex;
|
||||||
|
.jc {
|
||||||
|
margin-left: 20px;
|
||||||
|
width: 28px;
|
||||||
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@@ -1,4 +1,17 @@
|
|||||||
const { defineConfig } = require('@vue/cli-service')
|
const { defineConfig } = require('@vue/cli-service')
|
||||||
module.exports = defineConfig({
|
module.exports = defineConfig({
|
||||||
transpileDependencies: true
|
transpileDependencies: true,
|
||||||
})
|
devServer: {
|
||||||
|
proxy: {
|
||||||
|
"/api": {
|
||||||
|
target: "http://111.231.196.214:30001/",
|
||||||
|
changeOrigin: true,
|
||||||
|
secure: false,
|
||||||
|
ws: false,
|
||||||
|
pathRewrite: {
|
||||||
|
"^/api": "",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
})
|
||||||
Reference in New Issue
Block a user