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