Merge remote-tracking branch 'origin/master'

main
liu.shiyi 2 years ago
commit fac85dfbaa

@ -1,6 +1,6 @@
{
"name": "@gcpaas/data-room-ui",
"version": "1.0.1-2023080205-Alpha",
"version": "1.0.1-2023080301-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>

@ -155,7 +155,7 @@
/>
</div>
<div class="bs-codemirror-bottom-text">
<strong>请使用 return将结果返回出来例如return [...]</strong>
<strong>请使用 return将运行结果返回出来结果数据需要为数组格式</strong>
<br>
<strong>动态参数使用 使用${}将参数包裹例如let name = <span style="color: red;">${name}</span>
</strong>
@ -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>

Loading…
Cancel
Save