fangmingyue 2 anos atrás
pai
commit
e6d63307d5

+ 2
- 2
src/components/IssueCard/index.jsx Ver arquivo

41
       statusText,
41
       statusText,
42
     ];
42
     ];
43
   }, [detail, color, stText]);
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
   return (
47
   return (
48
     <View className={style['issue-card-wrapper']} onClick={onClick}>
48
     <View className={style['issue-card-wrapper']} onClick={onClick}>

+ 1
- 1
src/components/IssueCard/style.module.less Ver arquivo

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

+ 5
- 0
src/pages/issue/components/Issue/index.jsx Ver arquivo

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