fangmingyue 2 лет назад
Родитель
Сommit
e6d63307d5

+ 2
- 2
src/components/IssueCard/index.jsx Просмотреть файл

@@ -41,8 +41,8 @@ export default (props) => {
41 41
       statusText,
42 42
     ];
43 43
   }, [detail, color, stText]);
44
-  console.log('issue', issue)
45
-  console.log('detail', detail)
44
+  // console.log('issue', issue)
45
+  // console.log('detail', detail)
46 46
 
47 47
   return (
48 48
     <View className={style['issue-card-wrapper']} onClick={onClick}>

+ 1
- 1
src/components/IssueCard/style.module.less Просмотреть файл

@@ -14,7 +14,7 @@
14 14
 
15 15
     & > view {
16 16
       flex: 1;
17
-      line-height: 42px;
17
+      line-height: 52px;
18 18
       color: #202020;
19 19
 
20 20
       &:last-child {

+ 5
- 0
src/pages/issue/components/Issue/index.jsx Просмотреть файл

@@ -120,6 +120,7 @@ export default (props) => {
120 120
   }, [issue]);
121 121
 
122 122
   // console.log('showIssueType', showIssueType)
123
+  // console.log('readOnly', readOnly)
123 124
   return (
124 125
     <View>
125 126
       <LocType
@@ -160,6 +161,10 @@ export default (props) => {
160 161
       />
161 162
 
162 163
       <CellGroup>
164
+        <Cell
165
+          title="ID"
166
+          value={formData.issueId}
167
+        />
163 168
         <Cell
164 169
           title="点位"
165 170
           isLink={!readOnly}