Yansen 2 년 전
부모
커밋
e8784fbd06
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      src/pages/issue/components/Issue/IssueStatus.jsx
  2. 1
    1
      src/pages/org/issue/detail/components/IssueStatus.jsx

+ 1
- 1
src/pages/issue/components/Issue/IssueStatus.jsx 파일 보기

@@ -26,7 +26,7 @@ export default (props) => {
26 26
       {
27 27
         issueProcess?.processResult && (
28 28
           <>
29
-            <Cell title="驳回原因" />
29
+            <Cell title="审核意见" />
30 30
             <Field
31 31
               readonly
32 32
               type="textarea"

+ 1
- 1
src/pages/org/issue/detail/components/IssueStatus.jsx 파일 보기

@@ -26,7 +26,7 @@ export default (props) => {
26 26
       {
27 27
         issueProcess?.processResult && (
28 28
           <>
29
-            <Cell title="驳回原因" />
29
+            <Cell title="审核意见" />
30 30
             <Field
31 31
               readonly
32 32
               type="textarea"