Commit beb846f0 authored by duxinyuan's avatar duxinyuan

1

parent c2aa4429
......@@ -312,7 +312,7 @@ define(['doT', 'text!temp/refund_template_tpl.html', 'css!style/home.css', 'ckfi
$('.turnback').hide();
$('.fail').hide();
} else {
str = '申请中'
str = '审核中'
$('.pass').show();
$('.turnback').hide();
}
......
......@@ -5,7 +5,7 @@
<td>[%= it[item]['create_time'] %]</td>
<td>[%= it[item]['id'] %]</td>
[% if(it[item]['status'] == 0) { %]
<td>申请</td>
<td>审核</td>
[% }else if (it[item]['status'] == 1) { %]
<td>审核中</td>
[% }else if (it[item]['status'] == 2) { %]
......
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