Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
tea-resources-web
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
张伯涛
tea-resources-web
Commits
52ec9059
Commit
52ec9059
authored
Apr 30, 2024
by
WBY1026
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据统计-课程部分
parent
dbc92499
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1169 additions
and
1 deletion
+1169
-1
package.json
package.json
+1
-1
main.js
src/main.js
+2
-0
index.vue
src/views/dataStatistics/assessView/index.vue
+34
-0
index.vue
src/views/dataStatistics/classView/index.vue
+1064
-0
index.vue
src/views/dataStatistics/companyView/index.vue
+34
-0
index.vue
src/views/dataStatistics/userView/index.vue
+34
-0
No files found.
package.json
View file @
52ec9059
...
...
@@ -18,7 +18,7 @@
"
axios
"
:
"
0.18.1
"
,
"
bpmn-js
"
:
"
^6.1.1
"
,
"
bpmn-js-properties-panel
"
:
"
^0.33.1
"
,
"
echarts
"
:
"
^
5.3.2
"
,
"
echarts
"
:
"
^
4.9.0
"
,
"
element-resize-detector
"
:
"
^1.2.4
"
,
"
element-ui
"
:
"
2.13.0
"
,
"
gm-crypt
"
:
"
^0.0.2
"
,
...
...
src/main.js
View file @
52ec9059
...
...
@@ -2,6 +2,7 @@ import Vue from 'vue'
import
'normalize.css/normalize.css'
// A modern alternative to CSS resets
import
moment
from
'moment'
import
Element
from
'element-ui'
import
echarts
from
"echarts"
;
import
'./utils/rem.js'
// 自适应分辨率
// import ElementUI from 'element-ui'
// import './styles/element-variables.scss'
...
...
@@ -77,6 +78,7 @@ Vue.prototype.UIUrl = process.env.VUE_APP_UI
Vue
.
prototype
.
$ha
=
halberd
Vue
.
prototype
.
$uploadFile
=
uploadPublic
Vue
.
prototype
.
$haveAuth
=
includePermission
Vue
.
prototype
.
$echarts
=
echarts
;
// set ElementUI lang to EN
Vue
.
prototype
.
$axios
=
xhr
...
...
src/views/dataStatistics/assessView/index.vue
0 → 100644
View file @
52ec9059
<
template
>
<div
class=
"errLog-manage"
>
考核视图
</div>
</
template
>
<
script
>
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
export
default
{
name
:
'assessView'
,
data
()
{
return
{
}
},
computed
:
{
},
/** 路由离开前存储筛选条件*/
beforeRouteLeave
(
to
,
from
,
next
)
{
setDataCache
(
this
.
$route
.
path
,
this
.
queryParams
)
next
()
},
created
()
{
},
methods
:
{
}
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
src/views/dataStatistics/classView/index.vue
0 → 100644
View file @
52ec9059
This diff is collapsed.
Click to expand it.
src/views/dataStatistics/companyView/index.vue
0 → 100644
View file @
52ec9059
<
template
>
<div
class=
"errLog-manage"
>
单位视图
</div>
</
template
>
<
script
>
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
export
default
{
name
:
'companyView'
,
data
()
{
return
{
}
},
computed
:
{
},
/** 路由离开前存储筛选条件*/
beforeRouteLeave
(
to
,
from
,
next
)
{
setDataCache
(
this
.
$route
.
path
,
this
.
queryParams
)
next
()
},
created
()
{
},
methods
:
{
}
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
src/views/dataStatistics/userView/index.vue
0 → 100644
View file @
52ec9059
<
template
>
<div
class=
"errLog-manage"
>
用户视图
</div>
</
template
>
<
script
>
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
export
default
{
name
:
'userView'
,
data
()
{
return
{
}
},
computed
:
{
},
/** 路由离开前存储筛选条件*/
beforeRouteLeave
(
to
,
from
,
next
)
{
setDataCache
(
this
.
$route
.
path
,
this
.
queryParams
)
next
()
},
created
()
{
},
methods
:
{
}
}
</
script
>
<
style
lang=
"scss"
scoped
></
style
>
\ No newline at end of file
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