Commit dea572e8 authored by hujun's avatar hujun

//

parent 1b9a5ac4
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<td>[%= it[item]['create_time'] %]</td> <td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['id'] %]</td> <td>[%= it[item]['id'] %]</td>
[% if(it[item]['status'] == 0) { %] [% if(it[item]['status'] == 0) { %]
<td>审核中</td> <td>行政审核</td>
[% }else if (it[item]['status'] == 1) { %] [% }else if (it[item]['status'] == 1) { %]
<td>审核中</td> <td>审核中</td>
[% }else if (it[item]['status'] == 2) { %] [% }else if (it[item]['status'] == 2) { %]
...@@ -14,6 +14,8 @@ ...@@ -14,6 +14,8 @@
<td>已审核</td> <td>已审核</td>
[% }else if (it[item]['status'] == 4) { %] [% }else if (it[item]['status'] == 4) { %]
<td>驳回</td> <td>驳回</td>
[% }else if (it[item]['status'] == 5) { %]
<td>财务审核</td>
[% } else { %] [% } else { %]
<td>--</td> <td>--</td>
[% } %] [% } %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment