wupengfei 1 年之前
父節點
當前提交
b1ed45efff
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      .idea/workspace.xml
  2. 2 2
      application/synth/view/bill_apply/index.html

+ 2 - 2
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" name="Default Changelist" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/application/synth/controller/BillApply.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/controller/BillApply.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/synth/view/bill_apply/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/application/synth/view/bill_apply/index.html" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -327,7 +327,7 @@
       <workItem from="1684543423796" duration="10653000" />
       <workItem from="1684716593546" duration="15730000" />
       <workItem from="1684743465298" duration="6526000" />
-      <workItem from="1684802887863" duration="12945000" />
+      <workItem from="1684802887863" duration="13204000" />
     </task>
     <servers />
   </component>

+ 2 - 2
application/synth/view/bill_apply/index.html

@@ -33,8 +33,8 @@
                 </div>
             </td>
             <td class='text-left nowrap'>
-                {eq name='vo.status' value='0'}<span class="layui-badge layui-bg-orange margin-left-5">开票</span>{/eq}
-                {eq name='vo.status' value='1'}<span class="layui-badge layui-bg-blue margin-left-5">开票</span>{/eq}
+                {eq name='vo.status' value='0'}<span class="layui-badge layui-bg-orange margin-left-5">开票</span>{/eq}
+                {eq name='vo.status' value='1'}<span class="layui-badge layui-bg-blue margin-left-5">开票</span>{/eq}
                 {eq name='vo.status' value='2'}<span class="layui-badge layui-bg-blue margin-left-5">已完成</span>{/eq}
             </td>
             <td class='text-left nowrap'>{$vo.type_name|default='--'}</td>