Browse Source

修改提示预计

develop
王健 4 years ago
parent
commit
fe44babc3d
  1. 2
      src/views/land/handLand/newLand.vue
  2. 2
      src/views/land/noneHandLand/newLand.vue

2
src/views/land/handLand/newLand.vue

@ -839,7 +839,7 @@
</div>
</template>
<el-table :data="landLonLat" style="width: 100%">
<el-table-column label="宗地编号" width="120">
<el-table-column label="号" width="120">
<template scope="scope">
<el-input
v-model="scope.row.landCode"

2
src/views/land/noneHandLand/newLand.vue

@ -842,7 +842,7 @@
</div>
</template>
<el-table :data="landLonLat" style="width: 100%">
<el-table-column label="地块编号" width="120">
<el-table-column label="号" width="120">
<template scope="scope">
<el-input
v-model="scope.row.landCode"

Loading…
Cancel
Save