소스 검색

Version V1.5.1

qianming 7 달 전
부모
커밋
b9ff8b1aa8

+ 2 - 2
report-core/pom.xml

@@ -13,7 +13,7 @@
 
     <groupId>com.anji-plus</groupId>
     <artifactId>aj-report</artifactId>
-    <version>1.5.0.RELEASE</version>
+    <version>1.5.1.RELEASE</version>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -273,4 +273,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
+</project>

+ 2 - 0
report-core/src/main/resources/db/migration/V1.5.1__update.sql

@@ -0,0 +1,2 @@
+
+DELETE FROM `aj_report`.`access_role_authority` WHERE `target`='excelManage' AND `action`='export';

+ 5 - 5
report-ui/package.json

@@ -1,7 +1,7 @@
 {
-  "name": "report-ui-manager",
-  "version": "1.0.0",
-  "description": "report-ui-manager",
+  "name": "report-ui",
+  "version": "1.5.1",
+  "description": "report-ui",
   "author": "beliefteam",
   "scripts": {
     "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
@@ -28,7 +28,7 @@
     "jsbarcode": "^3.11.4",
     "miment": "^0.0.9",
     "moment": "^2.29.1",
-    "monaco-editor": "^0.20.0",
+    "monaco-editor": "^0.28.0",
     "normalize.css": "7.0.0",
     "nprogress": "0.2.0",
     "qrcodejs2": "0.0.2",
@@ -64,7 +64,7 @@
     "eventsource-polyfill": "0.9.6",
     "file-loader": "1.1.11",
     "friendly-errors-webpack-plugin": "1.7.0",
-    "html-webpack-plugin": "4.0.0-alpha",
+    "html-webpack-plugin": "3.0.0",
     "js-md5": "^0.7.3",
     "mini-css-extract-plugin": "0.4.1",
     "monaco-editor-webpack-plugin": "^4.1.1",

+ 1 - 1
report-ui/src/views/layout/components/Sidebar/index.vue

@@ -3,7 +3,7 @@
     <div class="admin-title" @click="goBigScreen">
       <div class="con">
         <img src="/static/logo-dp.png" width="50" />
-        <span class="version">V1.5.0</span>
+        <span class="version">V1.5.1</span>
       </div>
     </div>
     <el-menu