فهرست منبع

refactor: 将各个数据集中的运行、执行等脚本运行按钮统一替换为'解析并运行'

wu.jian2 1 سال پیش
والد
کامیت
06da7e32f2

+ 1 - 1
data-room-ui/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@gcpaas/data-room-ui",
-  "version": "1.0.1-2023080304-Alpha",
+  "version": "1.0.1-2023080401-Alpha",
   "description": "自定义大屏",
   "author": "gcpaas",
   "license": "MIT",

+ 2 - 2
data-room-ui/packages/DataSetManagement/src/CustomEditForm.vue

@@ -203,7 +203,7 @@
                 type="primary"
                 @click="buildParamsAndRun"
               >
-                运行并解析
+                解析并运行
               </el-button>
             </div>
           </div>
@@ -1094,7 +1094,7 @@ export default {
       })
     },
     /**
-     * 运行并解析数据集
+     * 解析并运行数据集
      */
     buildParamsAndRun () {
       this.isTest = true

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/HttpEditForm.vue

@@ -454,7 +454,7 @@
                 type="primary"
                 @click="scriptExecute()"
               >
-                运行并解析
+                解析并运行
               </el-button>
             </div>
           </div>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/JsEditForm.vue

@@ -165,7 +165,7 @@
                 type="primary"
                 @click="scriptExecute()"
               >
-                运行并解析
+                解析并运行
               </el-button>
             </div>
           </div>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/JsonEditForm.vue

@@ -166,7 +166,7 @@
               type="primary"
               @click="analysisJSON"
             >
-              运行并解析
+              解析并运行
             </el-button>
           </div>
         </el-col>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/ScriptEditForm.vue

@@ -160,7 +160,7 @@
                 type="primary"
                 @click="toExecute"
               >
-                运行并解析
+                解析并运行
               </el-button>
             </div>
           </div>

+ 1 - 1
data-room-ui/packages/DataSetManagement/src/StoredProcedureEditForm.vue

@@ -190,7 +190,7 @@
                 type="primary"
                 @click="buildParamsAndRun"
               >
-                运行并解析
+                解析并运行
               </el-button>
             </div>
           </div>

+ 1 - 1
data-room-ui/packages/SourceList/index.vue

@@ -280,7 +280,7 @@ export default {
       window.open(screen.url, '_blank')
     },
     downLoad (screen) {
-      this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`)
+      this.$dataRoomAxios.download(`/bigScreen/file/download/${screen.id}`, true)
     },
     del (screen) {
       this.$confirm('确定删除该资源?', '提示', {