fangmingyue 2 年之前
父節點
當前提交
ae174a02ad
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4
    3
      src/pages/apply/components/Issue.jsx

+ 4
- 3
src/pages/apply/components/Issue.jsx 查看文件

@@ -35,18 +35,19 @@ export default (props) => {
35 35
         <Cell title="ID" value={issue?.issueId} />
36 36
         <Cell title="上报时间" value={getDtStr(issue?.createDate)} />
37 37
         <Cell title="办结时间" value={issue?.expireDate} />
38
+        <Cell title="交办单位" value={issue?.locName} />
38 39
         <Cell title="交办次数" value={issue?.processNum || 0} />
39 40
       </CellGroup>
40
-      <CellGroup style={{marginTop: '20px'}}>
41
+      <CellGroup style={{ marginTop: '20px' }}>
41 42
         <Cell title="抽检位置" value={issue?.locName} />
42 43
         <Cell title="定 位 点" value={issue?.addr} />
43
-        <Cell title="问题详情" />        
44
+        <Cell title="问题详情" />
44 45
         <Field
45 46
           readonly
46 47
           type="textarea"
47 48
           autosize={{ minHeight: '120px' }}
48 49
           value={issue?.content}
49
-        /> 
50
+        />
50 51
         <Cell
51 52
           renderTitle={
52 53
             <Uploader