Parcourir la source

装集客项目更新

lijiangwei il y a 4 ans
Parent
commit
95b146b407
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      uis/views/customer/detail.html

+ 4 - 4
uis/views/customer/detail.html

@@ -56,16 +56,16 @@
               <td style="background: #f8f8f8; width: 70px">来源:</td>
               <td>{{ d.source_text }}</td>
             </tr>
-            <tr>
-              <td style="background: #f8f8f8; width: 70px">备注:</td>
-              <td colspan="3">{{ d.notes || ""}}</td>
-            </tr>
             <tr>
               <td style="background: #f8f8f8; width: 70px">项目:</td>
               <td>{{ d.project_text }}</td>
               <td style="background: #f8f8f8; width: 70px">阶段进度:</td>
               <td>{{ d.stage_progress_text }}</td>
             </tr>
+            <tr>
+              <td style="background: #f8f8f8; width: 70px">备注:</td>
+              <td colspan="3">{{ d.notes || ""}}</td>
+            </tr>
           </tbody>
         </table>
 </script>