MrShi
2026-04-17 d3b4ba3e562546fd03c6095507b217f104f2a225
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>