Yansen 2 年 前
コミット
90f7e077e7
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      src/pages/org/components/issue-info/index.jsx

+ 1
- 0
src/pages/org/components/issue-info/index.jsx ファイルの表示

@@ -12,6 +12,7 @@ export default (props) => {
12 12
     <>
13 13
       <Map location={issue?.location} readOnly />
14 14
       <CellGroup>
15
+        <Cell title="ID" value={issue?.issueId} />
15 16
         <Cell title="上报时间" value={getDtStr(issue?.createDate)} />
16 17
         <Cell title="办结时间" value={issue?.expireDate} />
17 18
         <Cell title="交办次数" value={issue?.processNum || 1} />