-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
875a9a3
commit eef5d3b
Showing
9 changed files
with
63 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,9 @@ | |
//['NJ0005', '管理员5', '2014年8月3日16:01:51', '2014年8月3日17:36:31', '[email protected]', '15900000005', 3], | ||
//['NJ0006', '管理员6', '2014年8月3日16:01:51', '2014年8月3日17:36:31', '[email protected]', '15900000006', 2], | ||
//['NJ0007', '管理员7', '2014年8月3日16:01:51', '2014年8月3日17:36:31', '[email protected]', '15900000007', 2] | ||
<volist name="user_list" id="user_vo"> | ||
['{$user_vo.uid}','{$user_vo.uname}','{$user_vo.create_time}','{$user_vo.last_login}','{$user_vo.email}','{$user_vo.mobilephone}',{$user_vo.utype}], | ||
<volist name="user_list" id="user_vo" key="k"> | ||
['{$user_vo.uid}','{$user_vo.uname}','{$user_vo.create_time}','{$user_vo.last_login}','{$user_vo.email}','{$user_vo.mobilephone}',{$user_vo.utype}] | ||
<neq name="k" value="$user_list_count">,</neq> | ||
</volist> | ||
]; | ||
var acc_store = new Ext.data.SimpleStore({ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{totalCount:<?php echo($sys_msg_list);?>, | ||
{totalCount:<?php echo($sys_msg_count);?>, | ||
root:[ | ||
<volist name="sys_msg_list" id="sys_msg_vo"> | ||
<volist name="sys_msg_list" id="sys_msg_vo" key="k"> | ||
{ | ||
'uid':'{$sys_msg_vo.uid}', | ||
'uname':'{$sys_msg_vo.uname}', | ||
'mtime':'{$sys_msg_vo.mtime}', | ||
'mcontent':'{$sys_msg_vo.mcontent}' | ||
}, | ||
}<neq name="k" value="$sys_msg_count">,</neq> | ||
</volist> | ||
]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters