diff --git a/app/admin/command/Crud/stubs/html/index.stub b/app/admin/command/Crud/stubs/html/index.stub index 3bc3838935e8a5540b29d42840948a7d950b9a8f..2aeb6fac1e64cdc4162f19f237d952a0e1f8640a 100644 --- a/app/admin/command/Crud/stubs/html/index.stub +++ b/app/admin/command/Crud/stubs/html/index.stub @@ -4,7 +4,7 @@ diff --git a/web/package.json b/web/package.json index 35b5863b81681f3552f55bb37f042bf41170e37b..1b54a295d5e62fc2ac807ee2f95ca478bbc75ff8 100644 --- a/web/package.json +++ b/web/package.json @@ -28,7 +28,10 @@ "v-code-diff": "^0.3.10", "vue": "~3.2.25", "vue-i18n": "~9.1.9", - "vue-router": "~4.0.12" + "vue-router": "~4.0.12", + "xlsx": "^0.18.5", + "file-saver": "^2.0.5", + "papaparse": "^5.3.2" }, "devDependencies": { "@types/lodash": "~4.14.180", diff --git a/web/src/components/table/header/index.vue b/web/src/components/table/header/index.vue index 973dc40600f2c8ccb0e2cd7119eb57d1fd0e0f1e..78dae5cb1f50396d5f00fe2ccf70c63a05c504f3 100644 --- a/web/src/components/table/header/index.vue +++ b/web/src/components/table/header/index.vue @@ -24,13 +24,13 @@ {{ baTable.table.expandAll ? t('Shrink all') : t('Expand all') }} @@ -59,19 +59,19 @@