Commit 9e1f1a6b authored by agping's avatar agping

公告 标签 bug

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