Commit 61b3de7f authored by 13841799530's avatar 13841799530

Merge branch 'develop' of http://git.censoft.com.cn/BCDH-HSE/bcdh-app into develop

parents 5eb1653f a491131c
Pipeline #7385 passed with stage
in 10 seconds
......@@ -134,7 +134,7 @@ export default {
this.getList();
},
methods: {
getList(select) {
getList(select='') {
/*接口对接3 START*/
// 例子:
this.$toast.loading({
......
......@@ -217,7 +217,7 @@
</van-row>
<van-row
gutter=""
v-if="item.rectificationUser"
v-if="item.rectificationUser&&item.confirmResult != 0"
>
<van-col span="7"
><span class="field-title"
......@@ -230,7 +230,7 @@
</van-row>
<van-row
gutter=""
v-if="item.rectificationReview"
v-if="item.rectificationReview&&item.confirmResult != 0"
>
<van-col span="7"
><span class="field-title"
......@@ -241,7 +241,7 @@
item.rectificationReview
}}</van-col>
</van-row>
<van-row gutter="" v-if="item.endTime">
<van-row gutter="" v-if="item.endTime&&item.confirmResult != 0">
<van-col span="9"
><span class="field-title"
>整改截止时间:</span
......
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