Forráskód Böngészése

审核添加删除施工信息功能

wangtong 1 éve
szülő
commit
686a4ee724
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/components/ConstructionDetails/index.vue

+ 2 - 2
src/components/ConstructionDetails/index.vue

@@ -35,8 +35,8 @@
                 <el-checkbox :label="e.id" @change="handleCheckedCitiesChange">
                   <h2 style="margin-left: 1%;font-weight: 700;">{{ e.updateTime }}</h2>
                 </el-checkbox>
-                <h2 style="margin-left: 20%;font-weight: 700;">  {{e.state==1?"该施工信息已被审核":""}}</h2>
-
+                <h2 style="margin-left: 20%;font-weight: 700;" v-if="e.state==0">  {{e.state==0?"该施工信息审核未通过":""}}</h2>
+                <h2 style="margin-left: 20%;font-weight: 700; color: #1ab394" v-if="e.state==1">  {{e.state==1?"该施工信息审核通过":""}}</h2>
               </div>
             </template>
             <!--  人员信息 -->