| | |
| | | <basic-container> |
| | | <div style="height: 660px; overflow-y: auto;padding-right: 10px"> |
| | | <h3>设置</h3> |
| | | <h4 style="color: red">属性设置信息后需单击右下角应用按钮进行应用</h4> |
| | | <el-form ref="form" :model="form" :rules="rules" label-position="left" label-width="85px"> |
| | | <el-row style="border-bottom: 1px solid #878585;padding-bottom: 10px"> |
| | | <el-col :span="24"> |
| | |
| | | text: data.text, |
| | | oid: data.oid, |
| | | itemType: 'text', |
| | | itemName: data.data.name |
| | | itemName: data.data.name, |
| | | itemCols :"1" |
| | | } |
| | | console.log(data); |
| | | const isDuplicate = this.formList.some(item => item.text === data.text); |
| | |
| | | this.activeItem = item; |
| | | this.activeItemIndex = index; |
| | | this.form = {...item}; |
| | | // this.form.itemCols = "1"; |
| | | console.log(item); |
| | | |
| | | // console.log(item,index); |
| | |
| | | viType: 1, // 视图类型 |
| | | viTypeText: "表单", // 视图中文名称 |
| | | prm: { |
| | | formQtName: '', // 查询模板名称 |
| | | formQtName: this.form.qtName, // 查询模板名称 |
| | | showCols: this.topForm.showColumn, |
| | | prmItemList: this.formList |
| | | }, |
| | |
| | | this.$message.success(res.data.obj); |
| | | this.visible = false; |
| | | this.closeDialog(); |
| | | this.$emit('updataTable'); |
| | | } |
| | | }) |
| | | // this.visible = false; |