Commit 4860ee0a authored by wei's avatar wei

四色图

parent bdad4543
......@@ -2,9 +2,9 @@
<div class="wrap" ref="mapmidbox">
<van-sticky v-if="showHeader">
<header class="header">
<span @click="close" class="iconLeft"> 关闭</span>
<span @click="close" class="iconLeft"> 返回</span>
<span>{{text}}</span>
<span @click="confim" class="iconRight" v-show="!isViews">确定</span>
<span @click="confim" class="iconRight" v-show="!isViews">保存</span>
<span class="iconRight" v-show="isViews"></span>
</header>
</van-sticky>
......
......@@ -788,7 +788,7 @@ export default {
this.$router.push({
name: "riskView",
params: {
floorId: 18,
floorId: this.form.floorId,
isView: false
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment