Ver código fonte

装集客项目更新

lijiangwei 4 anos atrás
pai
commit
69ae2dbf5c
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      uis/views/order/detail.html

+ 6 - 0
uis/views/order/detail.html

@@ -58,6 +58,12 @@
               <td style="background: #f8f8f8; width: 70px">客户电话:</td>
               <td>{{ d.tel || "" }}</td>
             </tr>
+            <tr>
+              <td style="background: #f8f8f8; width: 70px">项目:</td>
+              <td>{{ d.project_text || "" }}</td>
+              <td style="background: #f8f8f8; width: 70px">小区:</td>
+              <td>{{ d.village || "" }}</td>
+            </tr>
             <tr>
               <td style="background: #f8f8f8; width: 70px">客户地址:</td>
               <td>{{ d.address || "" }}</td>