fix: bug:线上项目节点描述改动
parent
de95e1620e
commit
b5f0174483
|
|
@ -81,7 +81,7 @@ const InternalReviewContent = ({ readOnly, ...props }) => {
|
|||
"dispatched": "待APP签字",
|
||||
"completed": "已手写签字",
|
||||
};
|
||||
|
||||
|
||||
const problemCount = rows.filter(
|
||||
(r) => r.reviewConclusion === "not_conform_to",
|
||||
).length;
|
||||
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue