Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
agcs2.0-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
liang
agcs2.0-web
Commits
b11d0211
Commit
b11d0211
authored
Aug 08, 2024
by
liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
早期胃癌占比调整
parent
e5a52a43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
index.vue
src/views/dataAnalysis/index.vue
+5
-4
vue.config.js
vue.config.js
+1
-0
No files found.
src/views/dataAnalysis/index.vue
View file @
b11d0211
...
...
@@ -248,8 +248,8 @@ export default {
],
screenNum
:
0
,
botPieData2
:
[
{
value
:
0
,
name
:
"
患
癌占比
"
},
{
value
:
0
,
name
:
"
未患癌占比
"
},
{
value
:
0
,
name
:
"
进展期胃
癌占比
"
},
{
value
:
0
,
name
:
"
早期胃癌占比
"
},
],
mapData
:
[],
curTime
:
""
,
...
...
@@ -406,8 +406,9 @@ export default {
earlyGastric
()
{
earlyGastric
().
then
((
res
)
=>
{
if
(
res
.
code
==
1
&&
res
.
data
)
{
this
.
botPieData2
[
0
].
value
=
res
.
data
.
earlyGastricCancer
this
.
botPieData2
[
1
].
value
=
res
.
data
.
unEarlyGastricCancer
console
.
log
(
res
.
data
,
222
)
this
.
botPieData2
[
0
].
value
=
res
.
data
.
unEarlyGastricCancer
this
.
botPieData2
[
1
].
value
=
res
.
data
.
earlyGastricCancer
}
})
},
...
...
vue.config.js
View file @
b11d0211
...
...
@@ -216,6 +216,7 @@ module.exports = {
.
plugin
(
"
compression
"
)
.
use
(
CompressionWebpackPlugin
,
[
{
cache
:
false
,
filename
:
"
[path].gz[query]
"
,
algorithm
:
"
gzip
"
,
test
:
new
RegExp
(
"
\\
.(
"
+
productionGzipExtensions
.
join
(
"
|
"
)
+
"
)$
"
),
...
...
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