zhengyiming
3 天以前 2e6a86e57d7206cf27ef2e658bd4cbb737fca8fc
src/views/CustomerManage/CustomerManage.vue
@@ -83,9 +83,9 @@
    emits: {
      onClick: (role) => goInsureProductConfigure(role),
    },
    extraProps: {
      hide: (role: API.GetPartyAEnterprisesQueryResultItem) => !role.isConfigured,
    },
    // extraProps: {
    //   hide: (role: API.GetPartyAEnterprisesQueryResultItem) => !role.isConfigured,
    // },
  },
};