feat:版本更新

main
liu.shiyi 2 years ago
parent 49e8746d48
commit 1185dce0ee

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

@ -75,6 +75,7 @@
/> />
<el-form-item <el-form-item
v-else v-else
style="margin-bottom: 0"
:prop="'params.' + scope.$index + '.value'" :prop="'params.' + scope.$index + '.value'"
:rules="scope.row.require ?formRules.value:null" :rules="scope.row.require ?formRules.value:null"
> >

@ -88,7 +88,7 @@ export default {
this.dialogVisible = false this.dialogVisible = false
}, },
handleClose () { handleClose () {
this.fieldsetVisible = false this.dialogVisible = false
}, },
cancelField () { cancelField () {
this.dialogVisible = false this.dialogVisible = false

Loading…
Cancel
Save