所属小区

This commit is contained in:
liuye
2024-09-02 16:48:09 +08:00
parent 0a5592594b
commit 9ca1b4f161

View File

@@ -37,7 +37,7 @@
</el-table-column>
<el-table-column slot="villageName" label="所属小区" align="center">
<template slot-scope="{ row }">
<div @click="changeVillage(row)" style="cursor: pointer;color:#26f">{{row.villageName || '请选择'}}</div>
<div @click="changeVillage(row)" style="cursor: pointer;color:#26f">{{row.residentialQuarters || '请选择'}}</div>
</template>
</el-table-column>
<el-table-column slot="option" label="操作" align="center">