diff --git a/src/components.d.ts b/src/components.d.ts index 008fc61..d1dc45b 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -19,6 +19,8 @@ declare module 'vue' { ElIcon: typeof import('element-plus/es')['ElIcon'] ElInput: typeof import('element-plus/es')['ElInput'] ElOption: typeof import('element-plus/es')['ElOption'] + ElPagination: typeof import('element-plus/es')['ElPagination'] + ElPopover: typeof import('element-plus/es')['ElPopover'] ElRadioButton: typeof import('element-plus/es')['ElRadioButton'] ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElSelect: typeof import('element-plus/es')['ElSelect'] @@ -26,6 +28,9 @@ declare module 'vue' { ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElTabPane: typeof import('element-plus/es')['ElTabPane'] ElTabs: typeof import('element-plus/es')['ElTabs'] + ElTooltip: typeof import('element-plus/es')['ElTooltip'] + ElTree: typeof import('element-plus/es')['ElTree'] + ElTreeSelect: typeof import('element-plus/es')['ElTreeSelect'] Form: typeof import('./components/Form/index.vue')['default'] InputNumber: typeof import('./components/Input/input-number.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] @@ -33,7 +38,4 @@ declare module 'vue' { TableColumn: typeof import('./components/TableColumn/index.vue')['default'] Tree: typeof import('./components/Tree/index.vue')['default'] } - export interface ComponentCustomProperties { - vLoading: typeof import('element-plus/es')['ElLoadingDirective'] - } } diff --git a/src/views/Main/Dike/components/fileManagement.vue b/src/views/Main/Dike/components/fileManagement.vue index d032923..ef5bbc7 100644 --- a/src/views/Main/Dike/components/fileManagement.vue +++ b/src/views/Main/Dike/components/fileManagement.vue @@ -5,82 +5,90 @@
档案类型
- 查询 - 重置 + 查询 + 重置
- + - + -
- +
档案类型: - {{ projTypeFormat(currentRow.regulationsAttachment) || '--' }} + {{ + projTypeFormat(currentRow.regulationsAttachment) || "--" + }}
档案附件:
{{ item.name }}
-
+
无附件
@@ -97,25 +105,24 @@