Commit e6b7eb38 authored by agping's avatar agping

后台申请

parent 4e7a3953
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
[% if(it[item]['source'] == 1) { %] [% if(it[item]['source'] == 1) { %]
<td>excel导入</td> <td>excel导入</td>
[% }else if (it[item]['source'] == 2) { %] [% }else if (it[item]['source'] == 2) { %]
<td></td> <td>后台申请</td>
[% }else if (it[item]['source'] == 3) { %] [% }else if (it[item]['source'] == 3) { %]
<td></td> <td></td>
[% }else if (it[item]['source'] == 0) { %] [% }else if (it[item]['source'] == 0) { %]
......
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