山水共长天一色 3 年之前
父節點
當前提交
5093d0f1cf
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fhKeeper/formulahousekeeper/timesheet/src/views/awayOffice/awayOffice.vue

+ 1 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/awayOffice/awayOffice.vue

@@ -202,7 +202,7 @@
                             <span v-if="scope.row.way == 4">其他</span>
                         </template>
                     </el-table-column>
-                    <el-table-column label="行程" width="120" align="center">
+                    <el-table-column label="行程" width="120" align="center" v-if="!isDingding">
                         <template slot-scope="scope">{{scope.row.cityFrom + '-' + scope.row.cityTo}}</template>
                     </el-table-column>
                     <el-table-column prop="indate" label="申请时间" width="150" align="center"></el-table-column>