Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
szse
Overview
Overview
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
zhaochengxiang
szse
Commits
86565f6c
Commit
86565f6c
authored
Apr 28, 2024
by
zhaochengxiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文案
parent
b0f6b112
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
datamodeler.js
src/service/datamodeler.js
+1
-1
index.jsx
src/view/Manage/ModelReview/index.jsx
+2
-2
No files found.
src/service/datamodeler.js
View file @
86565f6c
...
@@ -298,7 +298,7 @@ export function getPrivilegeAdmin() {
...
@@ -298,7 +298,7 @@ export function getPrivilegeAdmin() {
}
}
export
function
getPrivilegeBranchAdmin
()
{
export
function
getPrivilegeBranchAdmin
()
{
return
Get
(
"/datamodeler/easyDataModelerPrivilegeProvider/getBranch
Admi
n"
);
return
Get
(
"/datamodeler/easyDataModelerPrivilegeProvider/getBranch
Creatio
n"
);
}
}
export
function
getModelPrivilege
(
payload
)
{
export
function
getModelPrivilege
(
payload
)
{
...
...
src/view/Manage/ModelReview/index.jsx
View file @
86565f6c
...
@@ -270,7 +270,7 @@ const List = React.forwardRef(function ({type, data, taskId}, ref) {
...
@@ -270,7 +270,7 @@ const List = React.forwardRef(function ({type, data, taskId}, ref) {
marginRight
:
4
,
marginRight
:
4
,
color
:
'#ff4d4f'
,
color
:
'#ff4d4f'
,
}
}
>
*
</
span
>
}
}
>
*
</
span
>
评审结论
{
type
===
'design'
?
'设计评审结论'
:
'规范评审结论'
}
</
span
>,
</
span
>,
dataIndex
:
(
type
===
'design'
)
?
'designReviewPass'
:
'standardReviewPass'
,
dataIndex
:
(
type
===
'design'
)
?
'designReviewPass'
:
'standardReviewPass'
,
width
:
120
,
width
:
120
,
...
@@ -311,7 +311,7 @@ const List = React.forwardRef(function ({type, data, taskId}, ref) {
...
@@ -311,7 +311,7 @@ const List = React.forwardRef(function ({type, data, taskId}, ref) {
}
}
},
},
{
{
title
:
'
评审意见'
,
title
:
(
type
===
'design'
)
?
'设计评审意见'
:
'规范
评审意见'
,
dataIndex
:
(
type
===
'design'
)
?
'designReviewComment'
:
'standardReviewComment'
,
dataIndex
:
(
type
===
'design'
)
?
'designReviewComment'
:
'standardReviewComment'
,
className
:
'highlight'
,
className
:
'highlight'
,
render
:
(
text
,
record
,
index
)
=>
(
render
:
(
text
,
record
,
index
)
=>
(
...
...
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