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

main
wu.jian2 2 years ago
parent 7ed7eb9e21
commit 06da7e32f2

@ -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",

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

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

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

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

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

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

@ -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('确定删除该资源?', '提示', {

Loading…
Cancel
Save