diff --git a/package.json b/package.json index 34b036d..18f6b73 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "babel-plugin-component": "^1.1.1", "code-brick-zj": "^0.0.7", "core-js": "^3.6.5", + "dayjs": "^1.11.9", "echarts": "^5.3.3", "element-theme": "^2.0.1", "element-ui": "^2.15.7", diff --git a/public/importTemplates/PPVPImport.xlsx b/public/importTemplates/PPVPImport.xlsx new file mode 100644 index 0000000..9c1a384 Binary files /dev/null and b/public/importTemplates/PPVPImport.xlsx differ diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss index f54edbc..1db8a79 100644 --- a/src/assets/scss/common.scss +++ b/src/assets/scss/common.scss @@ -538,7 +538,7 @@ img { .aui-content { position: relative; padding: $content--padding; - min-height: calc(100vh - #{$navbar--height}); + min-height: calc(100vh - 30px - #{$navbar--height}); &__wrapper { position: relative; margin-left: $sidebar--width; @@ -673,7 +673,8 @@ img { z-index: 830; } > .el-tab-pane { - min-height: calc(#{$content--fill-height-tabs}); + // min-height: calc(#{$content--fill-height-tabs}); + min-height: calc(100vh - 144px); > .aui-card--fill > .el-card__body { min-height: calc(#{$content--fill-height-tabs} - 2px); } diff --git a/src/components/BaseSearchForm.vue b/src/components/BaseSearchForm.vue index 6305b42..1495ee6 100644 --- a/src/components/BaseSearchForm.vue +++ b/src/components/BaseSearchForm.vue @@ -77,17 +77,6 @@ export default { dataForm: {}, }; }, - - // 这个 watch 出现得没啥必要...... - // watch: { - // dataForm: { - // handler: (val) => { - // console.log("[BaseSearchForm::watcher::dataForm]", val); - // }, - // deep: true, - // }, - // }, - created() {}, mounted() { console.log("[BaseSearchForm] configs:", JSON.parse(JSON.stringify(this.headConfig))); diff --git a/src/components/DialogJustForm.vue b/src/components/DialogJustForm.vue index 314c9a4..8bfd160 100644 --- a/src/components/DialogJustForm.vue +++ b/src/components/DialogJustForm.vue @@ -1,17 +1,14 @@