Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
data_management_system
Project
Project
Details
Activity
Releases
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
张伯涛
data_management_system
Commits
df27ac02
Commit
df27ac02
authored
Dec 02, 2022
by
张伯涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
46c32e7e
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
index.vue
ruoyi-ui/src/views/system/fcry/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/fkqk/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/gldry/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/hscj/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/jcglry/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/ycsb/index.vue
+1
-1
index.vue
ruoyi-ui/src/views/system/yxry/index.vue
+1
-1
No files found.
ruoyi-ui/src/views/system/fcry/index.vue
View file @
df27ac02
...
@@ -1246,7 +1246,7 @@ export default {
...
@@ -1246,7 +1246,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/fcry/export'
,
{
this
.
download
(
'system/fcry/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
},
`
fcry_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`
方舱人员数据
.xlsx`
)
}
}
}
}
};
};
...
...
ruoyi-ui/src/views/system/fkqk/index.vue
View file @
df27ac02
...
@@ -1098,7 +1098,7 @@ export default {
...
@@ -1098,7 +1098,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/fkqk/export'
,
{
this
.
download
(
'system/fkqk/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
},
`
fkqk_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`
小区封控情况数据
.xlsx`
)
}
}
}
}
};
};
...
...
ruoyi-ui/src/views/system/gldry/index.vue
View file @
df27ac02
...
@@ -1181,7 +1181,7 @@ export default {
...
@@ -1181,7 +1181,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/gldry/export'
,
{
this
.
download
(
'system/gldry/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
},
`
gldry_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`
隔离点人员数据
.xlsx`
)
}
}
}
}
};
};
...
...
ruoyi-ui/src/views/system/hscj/index.vue
View file @
df27ac02
...
@@ -1341,7 +1341,7 @@ export default {
...
@@ -1341,7 +1341,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/hscj/export'
,
{
this
.
download
(
'system/hscj/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
},
`
hscj_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`
核算采集数据
.xlsx`
)
}
}
}
}
};
};
...
...
ruoyi-ui/src/views/system/jcglry/index.vue
View file @
df27ac02
...
@@ -965,7 +965,7 @@ export default {
...
@@ -965,7 +965,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/jcglry/export'
,
{
this
.
download
(
'system/jcglry/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
}
,
`
jcglry_${new Date().getTime()
}
.xlsx`
)
}
,
`
解除隔离人员数据
.xlsx`
)
}
}
}
}
}
}
...
...
ruoyi-ui/src/views/system/ycsb/index.vue
View file @
df27ac02
...
@@ -1092,7 +1092,7 @@ export default {
...
@@ -1092,7 +1092,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/ycsb/export'
,
{
this
.
download
(
'system/ycsb/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
}
,
`
ycsb_${new Date().getTime()
}
.xlsx`
)
}
,
`
抗原异常上报数据
.xlsx`
)
}
}
}
}
}
;
}
;
...
...
ruoyi-ui/src/views/system/yxry/index.vue
View file @
df27ac02
...
@@ -1327,7 +1327,7 @@ export default {
...
@@ -1327,7 +1327,7 @@ export default {
handleExport
()
{
handleExport
()
{
this
.
download
(
'system/yxry/export'
,
{
this
.
download
(
'system/yxry/export'
,
{
...
this
.
queryParams
...
this
.
queryParams
}
,
`
yxry_${new Date().getTime()
}
.xlsx`
)
}
,
`
阳性人员数据
.xlsx`
)
}
}
}
}
}
;
}
;
...
...
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