liuhj 6 dias atrás
pai
commit
84357bde5c

+ 1 - 1
src/components/OP/EntryDetails.vue

@@ -408,7 +408,7 @@
                                 v-model="TotalExpenses.TravellingExpensesTD"></el-input-number>
                             <span>元/人;</span>
                         </div>
-                        <div class="Entry-inif-box">
+                        <div v-if="isView" class="Entry-inif-box">
                             <el-button @click="openTransportation" type="primary" size="mini">交通费明细</el-button>
                         </div>
                     </div>

+ 1 - 1
src/components/OP/EntryDetailsdraft.vue

@@ -410,7 +410,7 @@
                                 v-model="TotalExpenses.TravellingExpensesTD"></el-input-number>
                             <span>元/人;</span>
                         </div>
-                        <div class="Entrydraft-inif-box">
+                        <div v-if="isView" class="Entrydraft-inif-box">
                             <el-button @click="openTransportation" type="primary" size="mini">交通费明细</el-button>
                         </div>
                     </div>