zuozhengqing
2024-01-04 f45b159864ad79f326884ab3644269ef9eb7ee9d
src/views/overview/OverviewListView.vue
@@ -247,8 +247,8 @@
          const list = res.data.map((item) => {
            return {
              ...item,
              // from: item.fromLocation.name,
              // to: item.toLocation.name
              from: item.location.jointName,
              to: item.location.jointName
            }
          })
          this.tableList.tableInfomation = list || []
@@ -275,7 +275,7 @@
      })
      row.location={
        value:row.location.id||row.location.value,
        label:row.location.jointName||row.location.jointName
        label:row.location.jointName||row.location.label
      }
      row.locationID=row.location.jointName
      row.locationId=row.location.value