Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
黄庭坚
jinfa-platform
Commits
265e47d6
Commit
265e47d6
authored
Dec 29, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into v2
* 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
:
🐞
fix: bug修复 fix: 修改会员考评翻译bug
parents
c51307a4
df86aa1a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
7 deletions
+3
-7
index.tsx
src/pages/classAndProperty/categoryAttributes/index.tsx
+1
-3
index.tsx
src/pages/commodity/goods/index.tsx
+1
-3
add.tsx
src/pages/member/memberEvaluate/schema/add.tsx
+1
-1
No files found.
src/pages/classAndProperty/categoryAttributes/index.tsx
View file @
265e47d6
...
...
@@ -91,9 +91,7 @@ const CategoryAttributes: React.FC<{}> = () => {
}
const
handleSee
=
(
record
:
any
)
=>
{
if
(
AuthUrl
(
'categoryAttributes.see'
,
'commodityAbility'
))
{
history
.
push
(
`/memberCenter/commodityAbility/classAndProperty/categoryAttributes/viewAttributes?id=
${
record
.
id
}
`
)
}
history
.
push
(
`/memberCenter/commodityAbility/classAndProperty/categoryAttributes/viewAttributes?id=
${
record
.
id
}
`
)
}
const
handleSelectOk
=
()
=>
{
...
...
src/pages/commodity/goods/index.tsx
View file @
265e47d6
...
...
@@ -47,9 +47,7 @@ const Goods: React.FC<{}> = () => {
const
Jump
=
(
record
:
any
)
=>
{
if
(
AuthUrl
(
'goods.see'
,
'commodityAbility'
))
{
history
.
push
(
`/memberCenter/commodityAbility/commodity/goods/detail?id=
${
record
.
id
}
&isSee=true`
)
}
history
.
push
(
`/memberCenter/commodityAbility/commodity/goods/detail?id=
${
record
.
id
}
&isSee=true`
)
}
const
columns
:
ColumnType
<
any
>
[]
=
[
{
...
...
src/pages/member/memberEvaluate/schema/add.tsx
View file @
265e47d6
...
...
@@ -224,7 +224,7 @@ export const evaluateAddSchema: ISchema = {
]
},
sendAppraisal
:
{
title
:
"{{ text(`${intl.formatMessage({ id: 'member.memberEvaluate.columns.detail.evaluaterScore'})}`,help(`${intl.formatMessage({ id: 'member.memberEvaluate.schema.add.needEvaluaterScore'})}`)) }}"
,
title
:
`{{ text('
${
intl
.
formatMessage
({
id
:
'member.memberEvaluate.columns.detail.evaluaterScore'
})}
', help('
${
intl
.
formatMessage
({
id
:
'member.memberEvaluate.schema.add.needEvaluaterScore'
})}
')) }}`
,
type
:
'string'
,
'x-component'
:
'FormilyCheckbox'
,
"x-props"
:
{
...
...
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