wupengfei
2 天以前 b6dd08b73efda5f5986d23fc6c2c02ce38610bc3
src/views/CustomerManage/CustomerManage.vue
@@ -83,9 +83,9 @@
    emits: {
      onClick: (role) => goInsureProductConfigure(role),
    },
    extraProps: {
      hide: (role) => false,
    },
    // extraProps: {
    //   hide: (role: API.GetPartyAEnterprisesQueryResultItem) => !role.isConfigured,
    // },
  },
};
@@ -163,6 +163,10 @@
          return '';
        },
      },
      isConfigured: {
        formatter: (row: API.GetPartyAEnterprisesQueryResultItem) =>
          row.isConfigured ? '已配置' : '未配置',
      },
    },
  }
);