From 329bc53486678ea26b1b63c69299509c01677aeb Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 23 十二月 2024 13:20:35 +0800 Subject: [PATCH] 删除部分无用代码‘ --- package.json | 2 -- src/api/gridApi.js | 3 +++ src/components.d.ts | 6 ------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index afe157a..6178b51 100644 --- a/package.json +++ b/package.json @@ -5,9 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "dev:jingan": "vite --mode development.jingan", "build": "vite build", - "build:jingan": "vite build --mode production.jingan", "preview": "vite preview", "test:unit": "vitest", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", diff --git a/src/api/gridApi.js b/src/api/gridApi.js index 6eb09f2..4cf424c 100644 --- a/src/api/gridApi.js +++ b/src/api/gridApi.js @@ -26,6 +26,9 @@ }, /** + * + * + * * 鑾峰彇缃戞牸缁勪笅鐨勯仴娴嬫暟鎹� * @param {*} groupId * @param {*} dataTime diff --git a/src/components.d.ts b/src/components.d.ts index 6d7e434..cdfa990 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -33,16 +33,10 @@ ElFormItem: typeof import('element-plus/es')['ElFormItem'] ElIcon: typeof import('element-plus/es')['ElIcon'] ElInput: typeof import('element-plus/es')['ElInput'] - ElInputNumber: (typeof import('element-plus/es'))['ElInputNumber'] ElOption: typeof import('element-plus/es')['ElOption'] - ElPagination: typeof import('element-plus/es')['ElPagination'] ElPopover: typeof import('element-plus/es')['ElPopover'] - ElRadio: typeof import('element-plus/es')['ElRadio'] - ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] ElRow: typeof import('element-plus/es')['ElRow'] - ElScrollbar: typeof import('element-plus/es')['ElScrollbar'] ElSelect: typeof import('element-plus/es')['ElSelect'] - ElSlider: typeof import('element-plus/es')['ElSlider'] ElTable: typeof import('element-plus/es')['ElTable'] ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] ElText: typeof import('element-plus/es')['ElText'] -- Gitblit v1.9.3