Browse Source

代码提交

master
juwei001 1 year ago
parent
commit
44c2ed7dff
  1. 6
      src/views/modules/communityParty/townData/index.vue

6
src/views/modules/communityParty/townData/index.vue

@ -83,7 +83,6 @@
<span>{{ getTypeFun(scope.row.type) }}</span>
</template>
</el-table-column>
<el-table-column
<el-table-column
prop="name"
header-align="center"
@ -233,7 +232,6 @@ export default {
methods: {
getTypeFun(type) {
console.log("type");
const rows = this.types.filter((item) => item.value == type);
if (rows.length > 0) {
return rows[0].label;
@ -278,7 +276,6 @@ export default {
},
detailClosed() {
console.log(this.$refs.ref_detail);
this.$refs.ref_detail.diaDestroy();
this.detailShow = false;
},
@ -501,9 +498,6 @@ export default {
}
}
.div_btn {
}
.el-row {
/* margin-bottom: 20px; */
display: flex;

Loading…
Cancel
Save