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

Loading…
Cancel
Save