computed 转义函数

computed: {
    getsourceOfGoodsLabel() {
      return val => {
        return this.getLocationList.find(item => item.value == val)?.label
      }
    },
}
posted @ 2024-07-24 09:18  泽泽生龙  阅读(3)  评论(0编辑  收藏  举报