Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
study-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
赵啸非
study-platform
Commits
b3f8ab18
Commit
b3f8ab18
authored
Mar 15, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改部门新增
parent
90ef0e1c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
study-manager-ui/admin/src/views/study/stat/list.vue
study-manager-ui/admin/src/views/study/stat/list.vue
+2
-5
No files found.
study-manager-ui/admin/src/views/study/stat/list.vue
View file @
b3f8ab18
...
@@ -60,11 +60,8 @@
...
@@ -60,11 +60,8 @@
],
],
columns
:
[
columns
:
[
{
type
:
"
selection
"
,
width
:
60
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
type
:
"
index
"
,
label
:
"
序号
"
,
width
:
50
},
{
label
:
"
站点Id,来源基础服务平台
"
,
prop
:
"
siteId
"
,
formatter
:
this
.
formatter
},
{
label
:
"
题目总数
"
,
prop
:
"
projectTotalCount
"
,
formatter
:
this
.
formatter
},
{
label
:
"
题目总数
"
,
prop
:
"
projectTotalCount
"
,
formatter
:
this
.
formatter
},
{
label
:
"
昨日新增项目数量
"
,
prop
:
"
projectAddCount
"
,
formatter
:
this
.
formatter
},
{
label
:
"
昨日新增项目数量
"
,
prop
:
"
projectAddCount
"
,
formatter
:
this
.
formatter
},
...
@@ -77,11 +74,11 @@
...
@@ -77,11 +74,11 @@
{
label
:
"
昨日新增减少数量
"
,
prop
:
"
pushAddCount
"
,
formatter
:
this
.
formatter
},
{
label
:
"
昨日新增减少数量
"
,
prop
:
"
pushAddCount
"
,
formatter
:
this
.
formatter
},
{
{
label
:
"
操作
"
,
label
:
"
时间
"
,
width
:
240
,
width
:
240
,
formatter
:
row
=>
{
formatter
:
row
=>
{
return
(
return
(
<
table
-
buttons
noAdd
row
=
{
row
}
onEdit
=
{
this
.
toEdit
}
onView
=
{
this
.
toView
}
onDel
=
{
this
.
toDel
}
/
>
<
span
>
{
row
.
year
}
年
{
row
.
month
}
月
{
row
.
day
}
日
<
/span
>
);
);
}
}
}
}
...
...
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