Commit 86565f6c by zhaochengxiang

修改文案

parent b0f6b112
...@@ -298,7 +298,7 @@ export function getPrivilegeAdmin() { ...@@ -298,7 +298,7 @@ export function getPrivilegeAdmin() {
} }
export function getPrivilegeBranchAdmin() { export function getPrivilegeBranchAdmin() {
return Get("/datamodeler/easyDataModelerPrivilegeProvider/getBranchAdmin"); return Get("/datamodeler/easyDataModelerPrivilegeProvider/getBranchCreation");
} }
export function getModelPrivilege(payload) { export function getModelPrivilege(payload) {
......
...@@ -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) => (
......
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