yxh
2026-05-09 b745457acd3bb8f40c145df34dce5729463377ab
src/views/OfficeRelated/checkingIn/components/BusinessTripTable.vue
@@ -122,6 +122,7 @@
  },
  computed: {
    filteredData() {
      let data = this.data.filter(item => {
        const nameMatch = !this.filters.employeeName ||
          item.employeeName.includes(this.filters.employeeName)