Kaynağa Gözat

0711fksqbianshi

liuhj 1 yıl önce
ebeveyn
işleme
971e54ab60

+ 1 - 1
src/components/Finance/PaymentFiled.vue

@@ -86,7 +86,7 @@
                                     <span>
                                         {{ data.moduleName?'['+data.moduleName+']':''}}
                                     </span>
-                                    <span>
+                                    <span :style="data.auditStatus==3?'color:red':''">
                                         {{ data.priceName?data.priceName:''}}
                                     </span>
                                     <span>

+ 2 - 2
src/components/Sankunginfo.vue

@@ -7,8 +7,8 @@
             <div class="Sankunginfo-btn">
                 <el-button @click="thislink" size="mini" type="primary">确认</el-button>
             </div>
-            <!-- <iframe v-if="iframeft" style="border:none" :src='src' width="100%" :height="heights"></iframe> -->
-            <msgChild :style="returnheights" :src='src' :height='heights'></msgChild>
+            <iframe v-if="iframeft" style="border:none" :src='src' width="100%" :height="heights"></iframe>
+            <!-- <msgChild :style="returnheights" :src='src' :height='heights'></msgChild> -->
         </div>
     </div>
 </template>

+ 1 - 0
src/components/expenseMobile.vue

@@ -337,6 +337,7 @@ export default {
 .expenseMobile-all{
     background-color: #fff;
     color: #555;
+    
 }
 .expenseMobile-all .el-dialog__header{
     display: none;