a2c29d99 by tianhaohao@pashanhoo.com

修改多幢

1 parent d1fb9595
...@@ -20,17 +20,17 @@ ...@@ -20,17 +20,17 @@
20 <div style="text-align: center">{{ scope.$index + 1 }}</div> 20 <div style="text-align: center">{{ scope.$index + 1 }}</div>
21 </template> 21 </template>
22 </el-table-column> 22 </el-table-column>
23 <el-table-column prop="bdcdyh" label="不动产单元号" min-width="100"> 23 <el-table-column prop="zrzh" label="自然幢号" min-width="100">
24 <template slot-scope="scope"> 24 <template slot-scope="scope">
25 <div style="text-align: center">{{ scope.row.bdcdyh }}</div> 25 <div style="text-align: center">{{ scope.row.zrzh }}</div>
26 </template> 26 </template>
27 </el-table-column> 27 </el-table-column>
28 <el-table-column prop="xmmc" label="项目名称" min-width="100"> 28 <el-table-column prop="zh" label="建筑物名称" min-width="100">
29 <template slot-scope="scope"> 29 <template slot-scope="scope">
30 <el-input 30 <el-input
31 class="item" 31 class="item"
32 :disabled="!ableOperation" 32 :disabled="!ableOperation"
33 v-model="scope.row.xmmc" 33 v-model="scope.row.zh"
34 placeholder="请输入内容" 34 placeholder="请输入内容"
35 @input="updaterow(scope.row)"> 35 @input="updaterow(scope.row)">
36 </el-input> 36 </el-input>
......