fix: bug:线上项目节点描述改动

dev-tmp1
zhanglei 2026-08-28 14:07:34 +08:00
parent de95e1620e
commit b5f0174483
1 changed files with 3 additions and 3 deletions

View File

@ -247,13 +247,13 @@ const InternalReviewContent = ({ readOnly, ...props }) => {
/>
<div style={{ marginTop: 12 }}>
<Typography.Text strong>总体审核意见</Typography.Text>
<Typography.Text strong>内部审核意见</Typography.Text>
<TextArea
rows={2}
value={overallOpinion}
allowClear
disabled={readOnly}
placeholder="请输入总体审核意见"
placeholder="请输入内部审核意见"
maxLength={120}
onChange={(e) => setOverallOpinion(e.target.value)}
style={{ marginTop: 4 }}