| | |
| | | this.totalElements = areaModuleItems.areaConfigNum; |
| | | } |
| | | |
| | | this.areaUrl =areaModuleItems.url |
| | | this.areaUrl =areaModuleItems.areaBackGroudURL |
| | | } |
| | | |
| | | }, |
| | |
| | | .space-text{ |
| | | background-image: url("@/assets/area/space-text.svg"); |
| | | background-size: 100% 100%; |
| | | min-width: 3rem; |
| | | // min-width: 3rem; |
| | | min-width: 85%; |
| | | height: 1.5rem; |
| | | transform: translate(-50%); |
| | | left: 50%; |
| | | padding-top: 0.2rem; |
| | | padding-top: 0.5rem; |
| | | padding-left: 0.2rem; |
| | | padding-right: 0.3rem; |
| | | top: -1.5rem; |
| | | top: -1.7rem; |
| | | position: absolute; |
| | | cursor: grabbing; |
| | | cursor: move; |
| | | word-wrap: break-word; |
| | | white-space: nowrap; |
| | | // white-space: nowrap; |
| | | overflow-wrap: anywhere; |
| | | font-size: 0.6rem; |
| | | font-size: 14; |
| | | font-size: 0.45rem; |
| | | // font-size: 14; |
| | | font-family: PingFangSC-Semibold, PingFang SC; |
| | | font-weight: 600; |
| | | font-weight: 700; |
| | | color: #3299ff; |
| | | z-index: 20; |
| | | } |
| | |
| | | |
| | | <el-table-column |
| | | prop="deviceNameDNS" |
| | | label="device name"> |
| | | label="Device Name"> |
| | | </el-table-column> |
| | | <!-- <el-table-column |
| | | prop="deviceNameDNS" |
| | |
| | | </el-table-column> --> |
| | | <el-table-column |
| | | prop="ipAddress" |
| | | label="ip address"> |
| | | label="Ip Address" |
| | | width="150" |
| | | > |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="180" |
| | | prop="macAddress" |
| | | label="mac address"> |
| | | label="Mac Address"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="nasPort" |
| | | label="nas port"> |
| | | label="Nas Port"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="switchType" |
| | | label="switch type"> |
| | | label="Switch Type"> |
| | | </el-table-column> |
| | | |
| | | <el-table-column |
| | | prop="cabinetName" |
| | | label="Cabinet Name"> |
| | | label="Cabinet Name" width="150"> |
| | | <template slot-scope="scope"> |
| | | <el-select v-model="scope.row.cabinetName" placeholder="请选择机柜" filterable clearable> |
| | | <el-option |
| | |
| | | return; |
| | | } |
| | | |
| | | // if (!row.cabinetName) { |
| | | // this.$message.error('交换机柜名不能为空'); |
| | | // return; |
| | | // } |
| | | |
| | | let confirmRes= await this.$confirm('确认提交吗?', '提示', { |
| | | confirmButtonText: '确定', |
| | | cancelButtonText: '取消', |