qianlishi 4 년 전
부모
커밋
9407c8a456
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      report-ui/src/views/report/bigscreen/designer/tools/index.js
  2. 0 0
      report-ui/src/views/report/bigscreen/designer/tools/main.js

+ 3 - 3
report-ui/src/views/report/bigscreen/designer/tools/index.js

@@ -1,12 +1,12 @@
 /*
- * @Descripttion: 
+ * @Descripttion: 主文件
  * @version: 
  * @Author: qianlishi
  * @Date: 2021-08-29 06:43:07
  * @LastEditors: qianlishi
- * @LastEditTime: 2021-08-29 07:57:24
+ * @LastEditTime: 2021-08-29 08:00:59
  */
-import { widgetTool } from "./toolMain"
+import { widgetTool } from "./main"
 const screenConfig = {
   code: 'screen',
   type: 'screen',

+ 0 - 0
report-ui/src/views/report/bigscreen/designer/tools/toolMain.js → report-ui/src/views/report/bigscreen/designer/tools/main.js