Yansen 2 lat temu
rodzic
commit
e8784fbd06

+ 1
- 1
src/pages/issue/components/Issue/IssueStatus.jsx Wyświetl plik

@@ -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 Wyświetl plik

@@ -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"