Commit 39f7db48 authored by 前端-钟卫鹏's avatar 前端-钟卫鹏

fix:

parent b49d6530
...@@ -41,7 +41,7 @@ export interface ShopInfo { ...@@ -41,7 +41,7 @@ export interface ShopInfo {
describe: string; describe: string;
state: number; state: number;
url: string; url: string;
isDefault: number; isDefault?: any;
} }
export interface OrderMode { export interface OrderMode {
...@@ -60,7 +60,7 @@ export interface SiteInfo { ...@@ -60,7 +60,7 @@ export interface SiteInfo {
name: string; name: string;
logo: string; logo: string;
siteUrl: string; siteUrl: string;
symbol: string; symbol?: any;
} }
export interface Site { export interface Site {
......
...@@ -113,8 +113,8 @@ const viewProducts: React.FC<{}> = () => { ...@@ -113,8 +113,8 @@ const viewProducts: React.FC<{}> = () => {
}, },
{ {
title: '角色', title: '角色',
dataIndex: 'MemberManageRoleName', dataIndex: 'memberRoleName',
key: 'MemberManageRoleName', key: 'memberRoleName',
}, },
{ {
title: '状态', title: '状态',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment