Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
e21ab6a0
Commit
e21ab6a0
authored
Jul 05, 2023
by
王晓旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
12345报表修改
parent
30ff42df
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
...dataAdmin/components/networkGovernance/callRecordForm.vue
+19
-4
No files found.
portal-manager-ui/admin/src/views/dataAdmin/components/networkGovernance/callRecordForm.vue
View file @
e21ab6a0
...
...
@@ -31,9 +31,23 @@ import {getSys12345} from "@/api/dataAdmin"
import
{
export2Excel
}
from
"
@/utils/js/exportExcel
"
;
const
tHeader
=
[
"
序号
"
,
"
微信号
"
,
"
电话号码
"
,
"
拨打位置
"
,
"
拨打时间
"
];
const
filterVal
=
[
"
index
"
,
"
nickname
"
,
"
phone
"
,
"
address
"
,
"
create_time
"
];
export
default
{
mixins
:
[
table
],
name
:
"
callRecordForm
"
,
name
:
"
callRecordForm
"
,
data
()
{
return
{
tableHeaders
:
[
...
...
@@ -76,7 +90,8 @@ export default {
BegindAndEndTime
:
[],
searchName
:
undefined
,
visible
:
false
,
total
:
0
total
:
0
,
};
},
components
:
{
...
...
@@ -155,8 +170,8 @@ export default {
}
}
export2Excel
(
t
his
.
t
Header
,
this
.
filterVal
,
tHeader
,
filterVal
,
data
,
"
12345拨打记录报表
"
+
this
.
$moment
().
format
(
"
YYYYMMDDHHmmss
"
)
);
...
...
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