Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
a3af5479
Commit
a3af5479
authored
Oct 10, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营数据 添加 微聊用户 分部门
parent
ce44e3af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
operationalDataList.js
public/resource/js/operationalDataList.js
+2
-2
operational_dataList_template_tpl.html
.../resource/template/operational_dataList_template_tpl.html
+1
-1
No files found.
public/resource/js/operationalDataList.js
View file @
a3af5479
...
...
@@ -45,7 +45,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
case
0
:
return
'/index/operationChatUserNum'
;
case
1
:
return
'/index/operation
UserPhoneNum
'
;
return
'/index/operation
ChatUserNumV2
'
;
case
2
:
return
'/index/operationUserPhoneNum'
;
case
3
:
...
...
@@ -89,7 +89,7 @@ define(['doT', 'text!temp/operational_dataList_template_tpl.html', 'css!style/ho
type
:
'GET'
,
url
:
operating
.
switchUrl
(),
data
:
params
,
timeout
:
3
0000
,
timeout
:
6
0000
,
dataType
:
'json'
,
beforeSend
:
function
()
{},
success
:
function
(
data
)
{
...
...
public/resource/template/operational_dataList_template_tpl.html
View file @
a3af5479
...
...
@@ -19,7 +19,7 @@
[
%
for
(
var
item
in
it
){
%
]
<
tr
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'district_name'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'
user_phone
_num'
]
%
]
<
/td
>
<
td
class
=
"text-center"
>
[
%=
it
[
item
][
'
chat_user
_num'
]
%
]
<
/td
>
<
/tr
>
[
%
}
%
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment