土地用途
Showing
1 changed file
with
4 additions
and
2 deletions
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-08-30 10:56:29 | 4 | * @LastEditTime: 2023-08-30 11:01:54 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div> | 7 | <div> |
... | @@ -267,7 +267,6 @@ export default { | ... | @@ -267,7 +267,6 @@ export default { |
267 | * @author: renchao | 267 | * @author: renchao |
268 | */ | 268 | */ |
269 | addClick() { | 269 | addClick() { |
270 | debugger | ||
271 | // this.tableDataList[this.tableDataList.length] = _.cloneDeep(this.newdata); | 270 | // this.tableDataList[this.tableDataList.length] = _.cloneDeep(this.newdata); |
272 | this.tableDataList.push(_.cloneDeep(this.newdata)) | 271 | this.tableDataList.push(_.cloneDeep(this.newdata)) |
273 | this.$emit("upDateTdytxxList", this.tableDataList); | 272 | this.$emit("upDateTdytxxList", this.tableDataList); |
... | @@ -308,4 +307,7 @@ export default { | ... | @@ -308,4 +307,7 @@ export default { |
308 | /deep/.el-table th { | 307 | /deep/.el-table th { |
309 | height: 30px !important; | 308 | height: 30px !important; |
310 | } | 309 | } |
310 | /deep/ .el-table--border .el-table__cell:first-child .cell{ | ||
311 | text-align: center; | ||
312 | } | ||
311 | </style> | 313 | </style> | ... | ... |
-
Please register or sign in to post a comment