Commit 6d5b2918 authored by 罗新东's avatar 罗新东

修改了隐患认定退回只显示意见和隐患确认信息

parent cf6ecc04
...@@ -134,7 +134,7 @@ export default { ...@@ -134,7 +134,7 @@ export default {
this.getList(); this.getList();
}, },
methods: { methods: {
getList(select) { getList(select='') {
/*接口对接3 START*/ /*接口对接3 START*/
// 例子: // 例子:
this.$toast.loading({ this.$toast.loading({
......
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</van-row> </van-row>
<van-row <van-row
gutter="" gutter=""
v-if="item.rectificationUser" v-if="item.rectificationUser&&item.confirmResult != 0"
> >
<van-col span="7" <van-col span="7"
><span class="field-title" ><span class="field-title"
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</van-row> </van-row>
<van-row <van-row
gutter="" gutter=""
v-if="item.rectificationReview" v-if="item.rectificationReview&&item.confirmResult != 0"
> >
<van-col span="7" <van-col span="7"
><span class="field-title" ><span class="field-title"
......
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