所属小区
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user