Merge remote-tracking branch 'origin/master'
Showing
3 changed files
with
11 additions
and
9 deletions
... | @@ -235,6 +235,7 @@ | ... | @@ -235,6 +235,7 @@ |
235 | </template> | 235 | </template> |
236 | <template v-if="!hasSyqx"> | 236 | <template v-if="!hasSyqx"> |
237 | <el-col | 237 | <el-col |
238 | class="pr10" | ||
238 | :span="5" | 239 | :span="5" |
239 | :key="childIndex + '7'" | 240 | :key="childIndex + '7'" |
240 | :class="childIndex > 0 ? 'childYT' : ''" | 241 | :class="childIndex > 0 ? 'childYT' : ''" |
... | @@ -295,6 +296,7 @@ | ... | @@ -295,6 +296,7 @@ |
295 | </ul> | 296 | </ul> |
296 | </el-col> | 297 | </el-col> |
297 | <el-col | 298 | <el-col |
299 | class="pr10" | ||
298 | :span="5" | 300 | :span="5" |
299 | :key="childIndex + '5'" | 301 | :key="childIndex + '5'" |
300 | :class="childIndex > 0 ? 'childYT' : ''" | 302 | :class="childIndex > 0 ? 'childYT' : ''" | ... | ... |
... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
35 | </el-table-column> --> | 35 | </el-table-column> --> |
36 | <el-table-column label="操作" align="center" width="100"> | 36 | <el-table-column label="操作" align="center" width="100"> |
37 | <template slot-scope="scope"> | 37 | <template slot-scope="scope"> |
38 | <el-tooltip class="item" effect="light" content="办理" placement="top"> | 38 | <el-tooltip class="item" effect="light" content="查看" placement="top"> |
39 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> | 39 | <i class="iconfont iconbanli iconfontEdit" @click="handleClick(scope.row)" style="padding:0 10px"></i> |
40 | </el-tooltip> | 40 | </el-tooltip> |
41 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | 41 | <el-tooltip class="item" effect="light" content="定位" placement="top"> | ... | ... |
... | @@ -146,12 +146,12 @@ | ... | @@ -146,12 +146,12 @@ |
146 | </tr> | 146 | </tr> |
147 | 147 | ||
148 | <tr v-for="(item1,index) in form.fwytList" :key="index"> | 148 | <tr v-for="(item1,index) in form.fwytList" :key="index"> |
149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" id="ytTitle"> | 149 | <td colspan="2" v-if="index===0" :rowspan="ytTitleRowspan" class="tdright" id="ytTitle"> |
150 | <el-button type="primary" class="outAdd addMinus" size="mini" style="margin-right: 10px" @click="addYtInfo">+</el-button> | 150 | <el-button type="primary" class="inAdd addMinus" size="mini" style="margin-right: 8px" @click="addYtInfo">+</el-button> |
151 | <span> 用途<i class="requisite">*</i></span> | 151 | <span> 用途<i class="requisite">*</i></span> |
152 | </td> | 152 | </td> |
153 | 153 | ||
154 | <td colspan="1" style="min-width:120px"> | 154 | <td colspan="1" style="min-width:120px" class="tdright"> |
155 | <el-button type="info" class="inMinus addMinus" size="mini" style="" @click="deleteYtInfo(index)" circle>-</el-button> | 155 | <el-button type="info" class="inMinus addMinus" size="mini" style="" @click="deleteYtInfo(index)" circle>-</el-button> |
156 | 规划用途 | 156 | 规划用途 |
157 | </td> | 157 | </td> |
... | @@ -171,7 +171,7 @@ | ... | @@ -171,7 +171,7 @@ |
171 | v-model="item1.fwytzdbsm" | 171 | v-model="item1.fwytzdbsm" |
172 | ></el-select-tree> | 172 | ></el-select-tree> |
173 | </td> | 173 | </td> |
174 | <td colspan="2" >用途</td> | 174 | <td colspan="2" class="tdright">用途</td> |
175 | <td colspan="4" > | 175 | <td colspan="4" > |
176 | <el-select-tree style="width:100%" | 176 | <el-select-tree style="width:100%" |
177 | ref="yt" | 177 | ref="yt" |
... | @@ -190,12 +190,12 @@ | ... | @@ -190,12 +190,12 @@ |
190 | </tr> | 190 | </tr> |
191 | 191 | ||
192 | <tr v-for="(item1,index) in form.fwjgList" :key="'jg'+index"> | 192 | <tr v-for="(item1,index) in form.fwjgList" :key="'jg'+index"> |
193 | <td colspan="2" v-if="index===0" :rowspan="fwjgTitleRowspan" > | 193 | <td colspan="2" v-if="index===0" :rowspan="fwjgTitleRowspan" class="tdright"> |
194 | <el-button type="primary" class="outAdd addMinus" size="mini" style="margin-right: 10px" @click="addFwjgInfo">+</el-button> | 194 | <el-button type="primary" class="inAdd addMinus" size="mini" style="margin-right: 10px" @click="addFwjgInfo">+</el-button> |
195 | <span>房屋结构<i class="requisite">*</i></span> | 195 | <span>房屋结构<i class="requisite">*</i></span> |
196 | </td> | 196 | </td> |
197 | <td colspan="1" > | 197 | <td colspan="1" class="tdright"> |
198 | <el-button type="primary" class="inMinus addMinus" size="mini" style="margin-right: 10px" @click="deleteFwjgInfo(index)">-</el-button> | 198 | <el-button type="primary" class="inMinus addMinus" size="mini" style="margin-right: 8px" @click="deleteFwjgInfo(index)">-</el-button> |
199 | <span> 删除</span> | 199 | <span> 删除</span> |
200 | </td> | 200 | </td> |
201 | <td colspan="9" > | 201 | <td colspan="9" > | ... | ... |
-
Please register or sign in to post a comment