wupengfei
1 天以前 b6dd08b73efda5f5986d23fc6c2c02ce38610bc3
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,
    // },
  },
};