Commit 9e1f1a6b authored by agping's avatar agping

公告 标签 bug

parent 51deb0c2
......@@ -8,13 +8,16 @@
[% } %]
</td>
<td>
[% if(it[item]["auth_group_id"] == 2) { %]
人事+行政
[% }else if((it[item]["auth_group_id"] == 22) || (it[item]["auth_group_id"] == 23) || (it[item]["auth_group_id"] == 25) || (it[item]["auth_group_id"] == 26)) { %]
财务
[% }else{%]
其它
[%} %]
[% if(it[item]["from_type"] == 1) { %]
人事
[% }else if(it[item]["from_type"] == 2) { %]
行政
[% }else if(it[item]["from_type"] == 3) { %]
财务
[%} else{%]
其他
[%}%]
</td>
<td>[%= it[item]["title"] %]</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