Commit 4860ee0a authored by wei's avatar wei

四色图

parent bdad4543
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
<div class="wrap" ref="mapmidbox"> <div class="wrap" ref="mapmidbox">
<van-sticky v-if="showHeader"> <van-sticky v-if="showHeader">
<header class="header"> <header class="header">
<span @click="close" class="iconLeft"> 关闭</span> <span @click="close" class="iconLeft"> 返回</span>
<span>{{text}}</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> <span class="iconRight" v-show="isViews"></span>
</header> </header>
</van-sticky> </van-sticky>
......
...@@ -788,7 +788,7 @@ export default { ...@@ -788,7 +788,7 @@ export default {
this.$router.push({ this.$router.push({
name: "riskView", name: "riskView",
params: { params: {
floorId: 18, floorId: this.form.floorId,
isView: false 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