| | |
| | | |
| | | </el-dialog> |
| | | |
| | | <!-- 第二层对话框,属性码段,公式编辑框弹窗组件 --> |
| | | <!-- 第二层对话框,属性码段,公式编辑框弹窗组件 --> |
| | | <formula-editor ref="formulaEditor" |
| | | @updateFormulaContent="updateFormulaContent" |
| | | :thisSceneTableData="thisSceneTableData" |
| | |
| | | this.$refs.crud.toggleSelection(); |
| | | this.selectionList = row; |
| | | this.$refs.crud.setCurrentRow(row); |
| | | //this.$refs.crud.toggleRowSelection(row); //选中当前行 |
| | | this.$refs.crud.toggleRowSelection(row); //选中当前行 |
| | | this.loadBasic(row); |
| | | }, |
| | | // 启用与停用 |
| | |
| | | width: 495px; |
| | | } |
| | | |
| | | .clone-avue-crud > .el-card> .el-card__body > .avue-crud__menu { |
| | | .clone-avue-crud > .el-card > .el-card__body > .avue-crud__menu { |
| | | display: none!important; |
| | | } |
| | | |