样式修改
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -97,7 +97,7 @@ | ... | @@ -97,7 +97,7 @@ |
| 97 | align="center" | 97 | align="center" |
| 98 | > | 98 | > |
| 99 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo"></i> | 99 | <i class="iconfont iconicon-test1" style="margin-right: 8px;color:#66b1ff;font-size:30px" @click="addYtInfo"></i> |
| 100 | <span>用途</span> | 100 | <span>房屋用途</span> |
| 101 | </td> | 101 | </td> |
| 102 | <td colspan="1" align="center"> | 102 | <td colspan="1" align="center"> |
| 103 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteYtInfo(index)"></i> | 103 | <i class="iconfont iconicon-test" style="color:#FA6400;font-size:30px" @click="deleteYtInfo(index)"></i> |
| ... | @@ -276,7 +276,7 @@ export default { | ... | @@ -276,7 +276,7 @@ export default { |
| 276 | deleteYtInfo(index) { | 276 | deleteYtInfo(index) { |
| 277 | if (this.form.ytList.length <= 1) { | 277 | if (this.form.ytList.length <= 1) { |
| 278 | this.$message({ | 278 | this.$message({ |
| 279 | message: "不能删除,最少含有一条用途信息", | 279 | message: "不能删除,最少含有一条房屋用途信息", |
| 280 | type: "warning", | 280 | type: "warning", |
| 281 | }); | 281 | }); |
| 282 | } else { | 282 | } else { | ... | ... |
-
Please register or sign in to post a comment