seimin hai 1 ano
pai
achega
9b62a97f1d

+ 1 - 1
assets/views/customform/tpl/ui-followStatus2.html

@@ -23,7 +23,7 @@
23
                             <td class="center">{{item.logType ? item.logType.name : ''}}</td>
23
                             <td class="center">{{item.logType ? item.logType.name : ''}}</td>
24
                             <td class="center">{{item.appointorName}}</td>
24
                             <td class="center">{{item.appointorName}}</td>
25
                             <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
25
                             <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
26
-                            <td class="center">{{item.remark}}</td>
26
+                            <td class="center" style="word-break: break-all; white-space: normal;">{{item.remark}}</td>
27
                         </tr>
27
                         </tr>
28
                     </tbody>
28
                     </tbody>
29
                 </table>
29
                 </table>

+ 1 - 1
assets/views/incident/incidentDetail.html

@@ -392,7 +392,7 @@
392
                                                 <td class="center">{{item.logType ? item.logType.name : ''}}</td>
392
                                                 <td class="center">{{item.logType ? item.logType.name : ''}}</td>
393
                                                 <td class="center">{{item.appointorName}}</td>
393
                                                 <td class="center">{{item.appointorName}}</td>
394
                                                 <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
394
                                                 <td class="center">{{item.startTime|date:'yyyy-MM-dd HH:mm:ss'}}</td>
395
-                                                <td class="center">{{item.remark}}</td>
395
+                                                <td class="center" style="word-break: break-all; white-space: normal;">{{item.remark}}</td>
396
                                             </tr>
396
                                             </tr>
397
                                         </tbody>
397
                                         </tbody>
398
                                     </table>
398
                                     </table>