소스 검색

init

newStyle
lancer 2 년 전
부모
커밋
0b1e486151
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. +5
    -2
      src/views/houseData/analyse.vue

+ 5
- 2
src/views/houseData/analyse.vue 파일 보기

@@ -238,7 +238,7 @@
{{ row.provinceName || "-" }}-{{ row.cityName || "-" }}
</template>
</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
@@ -718,7 +718,7 @@ export default {
this.selValue = "2";
}
this.operationStaffId = "";
this.getList();
this.screen();
},
sava() {
let obj={}
@@ -1302,4 +1302,7 @@ export default {
font-weight: bold;
font-size: 20px;
}
// /deep/ .el-tooltip{
// width: 140px;
// }
</style>

불러오는 중...
취소
저장