wupengfei 2 anni fa
parent
commit
f93d0e730b
2 ha cambiato i file con 9 aggiunte e 5 eliminazioni
  1. 2 4
      .idea/workspace.xml
  2. 7 1
      application/synth/view/bill_header/index.html

+ 2 - 4
.idea/workspace.xml

@@ -2,10 +2,8 @@
 <project version="4">
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
-      <change afterPath="$PROJECT_DIR$/application/synth/controller/BillHeader.php" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/synth/view/bill_header/form.html" afterDir="false" />
-      <change afterPath="$PROJECT_DIR$/application/synth/view/bill_header/index.html" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_header/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_header/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -212,7 +210,7 @@
       <workItem from="1672793409629" duration="408000" />
       <workItem from="1672793834653" duration="24306000" />
       <workItem from="1672880479757" duration="22897000" />
-      <workItem from="1672966192005" duration="12924000" />
+      <workItem from="1672966192005" duration="13295000" />
     </task>
     <servers />
   </component>

+ 7 - 1
application/synth/view/bill_header/index.html

@@ -21,7 +21,13 @@
                     用户昵称:{$vo.user_name|default='--'}
                 </div>
             </td>
-            <td class='text-left nowrap'>{$vo.create_at}</td>
+            <td class='text-left nowrap'>
+                <div class="inline-block">
+                    抬头名称:{$vo.header|default='--'}<br>
+                    手机号:{$vo.phone|default='--'}<br>
+                    邮箱:{$vo.email|default='--'}<br>
+                </div>
+            </td>
             <td class='text-left' >
                 <a data-title="查 看" class="layui-btn layui-btn-sm" data-modal='{:url("edit")}?id={$vo.id}'>查 看</a>
                 <span class="layui-btn layui-btn-sm layui-btn-danger" onclick="btn_confirm('删除','remove','{$vo.id}');">删 除</span>