瀏覽代碼

bug修改

liuhj 6 天之前
父節點
當前提交
84357bde5c
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/components/OP/EntryDetails.vue
  2. 1 1
      src/components/OP/EntryDetailsdraft.vue

+ 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>