src/views/operate/allot/index.vue
@@ -230,8 +230,8 @@
          const list = res.data.map((item) => {
            return {
              ...item,
              from: item.fromLocation.name,
              to: item.toLocation.name
              from: item.location.jointName,
              // to: item.toLocation.name
            }
          })
          this.tableList.tableInfomation = list || []