riku
2024-12-23 329bc53486678ea26b1b63c69299509c01677aeb
删除部分无用代码‘
已修改3个文件
11 ■■■■ 文件已修改
package.json 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/api/gridApi.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components.d.ts 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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",
src/api/gridApi.js
@@ -26,6 +26,9 @@
  },
  /**
   *
   *
   *
   * 获取网格组下的遥测数据
   * @param {*} groupId
   * @param {*} dataTime
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']