| | |
| | | </el-button> |
| | | <el-button icon="el-icon-upload2" plain size="small" type="primary" @click="uploadClickHandler">导入 |
| | | </el-button> |
| | | <el-button plain size="small" style="width: 100px;text-align: center" type="primary" |
| | | <el-button class="smallBtn" plain size="small" type="primary" |
| | | @click="checkViewClickHandler">查看使用范围 |
| | | </el-button> |
| | | </div> |
| | |
| | | //左侧树查询 |
| | | getTreeList() { |
| | | getVersionRuleAllList().then(res => { |
| | | console.log(res); |
| | | const data = res.data.data; |
| | | this.treeData = data; |
| | | }).catch(err => { |
| | |
| | | .el-scrollbar__wrap { |
| | | overflow: auto !important; |
| | | } |
| | | |
| | | .headerCon { |
| | | .el-button { |
| | | width: 82px; |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | .headerCon { |
| | |
| | | margin-left: 0; |
| | | } |
| | | |
| | | .smallBtn { |
| | | width: 82px; |
| | | text-align: center; |
| | | padding-left: 4.5px; |
| | | } |
| | | |
| | | </style> |