山水共长天一色 vor 3 Jahren
Ursprung
Commit
5093d0f1cf

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