rk
2026-04-17 e55b62840d471740b0bc762f64bbcdbf6d26e4ed
admin/src/views/business/shopQualificationList.vue
@@ -138,10 +138,10 @@
      this.searchForm.createEndTime = val ? val[1] : ''
    },
    handleAudit (row) {
      this.$refs.operaShopApprovalWindow.open('门店审批', row)
      this.$refs.operaShopApprovalWindow.open('门店审批('+row.name+')', row)
    },
    openShopInfo (row) {
      this.$refs.operaShopInfoSeeWindow.open('门店信息', row)
      this.$refs.operaShopInfoSeeWindow.open('门店审批('+row.name+')', row)
    }
  }
}
@@ -152,4 +152,4 @@
  text-decoration: underline;
  cursor: pointer;
}
</style>
</style>