Yansen 2 years ago
parent
commit
e8784fbd06

+ 1
- 1
src/pages/issue/components/Issue/IssueStatus.jsx View File

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

+ 1
- 1
src/pages/org/issue/detail/components/IssueStatus.jsx View File

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