diff --git a/package-lock.json b/package-lock.json index 2599267..ec7e284 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "@zxing/library": "^0.21.3", "appformlowcode": "file:", "axios": "^1.7.7", + "dayjs": "^1.11.13", "element-plus": "^2.8.6", "font-awesome": "^4.7.0", "html5-qrcode": "^2.3.8", diff --git a/package.json b/package.json index 518fdb0..6289010 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ "@zxing/library": "^0.21.3", "appformlowcode": "file:", "axios": "^1.7.7", + "dayjs": "^1.11.13", "element-plus": "^2.8.6", "font-awesome": "^4.7.0", "html5-qrcode": "^2.3.8", diff --git a/src/App.vue b/src/App.vue index c2f0a7d..a62ed03 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,4 @@ - + diff --git a/src/components/lowCode/assistant/associatedForms.vue b/src/components/lowCode/assistant/associatedForms.vue index d7e4af7..f23cd66 100644 --- a/src/components/lowCode/assistant/associatedForms.vue +++ b/src/components/lowCode/assistant/associatedForms.vue @@ -1,6 +1,6 @@