Crud表格的批量修改和替换

This commit is contained in:
2025-05-28 18:44:58 +08:00
parent aa0290b345
commit 8b2c34d70b
18 changed files with 628 additions and 274 deletions

View File

@@ -13,9 +13,9 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.57.0",
"@tanstack/vue-query": "^5.76.0",
"@tanstack/vue-query": "^5.77.2",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^13.2.0",
"@vueuse/core": "^13.3.0",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -33,10 +33,10 @@
"tailwind-merge": "^3.3.0",
"tinymce": "^7.9.0",
"tw-animate-css": "^1.3.0",
"vue": "^3.5.14",
"vue": "^3.5.15",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.6.51",
"vue-data-ui": "^2.7.6",
"vue-router": "^4.5.1",
"vuedraggable": "^2.24.3"
},
@@ -44,11 +44,11 @@
"@tailwindcss/postcss": "^4.1.7",
"@tailwindcss/vite": "^4.1.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.15.18",
"@types/node": "^22.15.23",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.14.0",
"@vitejs/plugin-vue": "^5.2.4",
"@vitejs/plugin-vue-jsx": "^4.1.2",
"@vitejs/plugin-vue-jsx": "^4.2.0",
"@vue/babel-plugin-jsx": "^1.4.0",
"browserslist": "^4.24.5",
"eslint": "^9.27.0",
@@ -57,7 +57,7 @@
"less-loader": "^12.3.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"rollup-plugin-visualizer": "^6.0.1",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"vite": "^6.3.5",