Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
shenshaokai
jinfa-admin
Commits
39f7db48
Commit
39f7db48
authored
Jul 23, 2021
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
parent
b49d6530
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
global.d.ts
src/global/config/global.d.ts
+2
-2
checkProducts.tsx
src/pages/commodity/productWillCheck/checkProducts.tsx
+2
-2
No files found.
src/global/config/global.d.ts
View file @
39f7db48
...
@@ -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
{
...
...
src/pages/commodity/productWillCheck/checkProducts.tsx
View file @
39f7db48
...
@@ -113,8 +113,8 @@ const viewProducts: React.FC<{}> = () => {
...
@@ -113,8 +113,8 @@ const viewProducts: React.FC<{}> = () => {
},
},
{
{
title
:
'角色'
,
title
:
'角色'
,
dataIndex
:
'
MemberManage
RoleName'
,
dataIndex
:
'
member
RoleName'
,
key
:
'
MemberManage
RoleName'
,
key
:
'
member
RoleName'
,
},
},
{
{
title
:
'状态'
,
title
:
'状态'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment