Merge remote-tracking branch 'origin/master'

main
liu.shiyi 2 years ago
commit fac85dfbaa

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

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

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

@ -155,7 +155,7 @@
/> />
</div> </div>
<div class="bs-codemirror-bottom-text"> <div class="bs-codemirror-bottom-text">
<strong>请使用 return将结果返回出来例如return [...]</strong> <strong>请使用 return将运行结果返回出来结果数据需要为数组格式</strong>
<br> <br>
<strong>动态参数使用 使用${}将参数包裹例如let name = <span style="color: red;">${name}</span> <strong>动态参数使用 使用${}将参数包裹例如let name = <span style="color: red;">${name}</span>
</strong> </strong>
@ -165,7 +165,7 @@
type="primary" type="primary"
@click="scriptExecute()" @click="scriptExecute()"
> >
解析并运行 运行并解析
</el-button> </el-button>
</div> </div>
</div> </div>

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

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

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

Loading…
Cancel
Save