| @@ -238,7 +238,7 @@ | |||||
| {{ row.provinceName || "-" }}-{{ row.cityName || "-" }} | {{ row.provinceName || "-" }}-{{ row.cityName || "-" }} | ||||
| </template> | </template> | ||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column prop="operationStaffName" label="运营" align="center"> | |||||
| <el-table-column prop="operationStaffName" :show-overflow-tooltip="true" width="200" label="运营" align="center"> | |||||
| </el-table-column> | </el-table-column> | ||||
| <el-table-column | <el-table-column | ||||
| @@ -718,7 +718,7 @@ export default { | |||||
| this.selValue = "2"; | this.selValue = "2"; | ||||
| } | } | ||||
| this.operationStaffId = ""; | this.operationStaffId = ""; | ||||
| this.getList(); | |||||
| this.screen(); | |||||
| }, | }, | ||||
| sava() { | sava() { | ||||
| let obj={} | let obj={} | ||||
| @@ -1302,4 +1302,7 @@ export default { | |||||
| font-weight: bold; | font-weight: bold; | ||||
| font-size: 20px; | font-size: 20px; | ||||
| } | } | ||||
| // /deep/ .el-tooltip{ | |||||
| // width: 140px; | |||||
| // } | |||||
| </style> | </style> | ||||