Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-learn
Commits
8df63276
提交
8df63276
authored
11月 30, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:组件目录调整
上级
ba2cbb33
显示空白字符变更
内嵌
并排
正在显示
23 个修改的文件
包含
210 行增加
和
130 行删除
+210
-130
index.js
src/modules/teacher/data/course/index.js
+1
-1
ClassLIst.vue
src/modules/teacher/data/course/views/ClassLIst.vue
+0
-0
CourseProcessList.vue
src/modules/teacher/data/course/views/CourseProcessList.vue
+0
-0
PersonalList.vue
src/modules/teacher/data/course/views/PersonalList.vue
+0
-0
ExamInfo.vue
src/modules/teacher/data/exam/components/ExamInfo.vue
+60
-0
QuestionType.vue
src/modules/teacher/data/exam/components/QuestionType.vue
+0
-0
RankingAll.vue
src/modules/teacher/data/exam/components/RankingAll.vue
+0
-0
Result.vue
src/modules/teacher/data/exam/components/Result.vue
+4
-16
Score.vue
src/modules/teacher/data/exam/components/Score.vue
+59
-0
ScoreRange.vue
src/modules/teacher/data/exam/components/ScoreRange.vue
+0
-0
ScoreRanking.vue
src/modules/teacher/data/exam/components/ScoreRanking.vue
+0
-0
Submission.vue
src/modules/teacher/data/exam/components/Submission.vue
+59
-0
TitleData.vue
src/modules/teacher/data/exam/components/TitleData.vue
+0
-0
ExamInfo.vue
...ules/teacher/data/exam/components/components/ExamInfo.vue
+0
-27
Score.vue
...modules/teacher/data/exam/components/components/Score.vue
+0
-27
Submission.vue
...es/teacher/data/exam/components/components/Submission.vue
+0
-27
index.js
src/modules/teacher/data/exam/index.js
+5
-4
ClassList.vue
src/modules/teacher/data/exam/views/ClassList.vue
+0
-0
ExamData.vue
src/modules/teacher/data/exam/views/ExamData.vue
+8
-8
PersonalList.vue
src/modules/teacher/data/exam/views/PersonalList.vue
+0
-0
index.js
src/modules/teacher/data/test/index.js
+2
-2
ClassList.vue
src/modules/teacher/data/test/views/ClassList.vue
+7
-7
PersonalList.vue
src/modules/teacher/data/test/views/PersonalList.vue
+5
-11
没有找到文件。
src/modules/teacher/data/course/index.js
浏览文件 @
8df63276
...
@@ -6,7 +6,7 @@ const routes = [
...
@@ -6,7 +6,7 @@ const routes = [
{
path
:
'/teacher/data/course'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
{
path
:
'/teacher/data/course'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
{
path
:
'/classDatas'
,
component
:
()
=>
import
(
'./components/ClassList.vue'
)
},
{
path
:
'/classDatas'
,
component
:
()
=>
import
(
'./components/ClassList.vue'
)
},
{
path
:
'/personal'
,
component
:
()
=>
import
(
'./components/PersonalList.vue'
)
},
{
path
:
'/personal'
,
component
:
()
=>
import
(
'./components/PersonalList.vue'
)
},
{
path
:
'/detail'
,
component
:
()
=>
import
(
'./components/CourseProcessList.vue'
)
}
,
{
path
:
'/detail'
,
component
:
()
=>
import
(
'./components/CourseProcessList.vue'
)
}
]
]
}
}
]
]
...
...
src/modules/teacher/data/course/
component
s/ClassLIst.vue
→
src/modules/teacher/data/course/
view
s/ClassLIst.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/course/
component
s/CourseProcessList.vue
→
src/modules/teacher/data/course/
view
s/CourseProcessList.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/course/
component
s/PersonalList.vue
→
src/modules/teacher/data/course/
view
s/PersonalList.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/ExamInfo.vue
0 → 100644
浏览文件 @
8df63276
<
template
>
<el-card
class=
"box-card"
>
<img
class=
"bg"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/bgc1.png"
alt=
""
/>
<div
slot=
"header"
style=
"display: flex; align-items: center"
>
<h1
style=
"font-size: 16px"
>
考试信息
</h1>
<img
class=
"logo"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/exam.png"
alt=
""
/>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
>
<div
class=
"title"
>
总分
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
及格分数
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
考试总时长
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
小时
</span></div>
</el-col>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
scoped
>
.box-card
{
position
:
relative
;
}
.bg
{
width
:
137px
;
height
:
132px
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.logo
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
}
.title
{
font-size
:
16px
;
color
:
#909090
;
font-weight
:
400
;
}
.num
{
font-size
:
22px
;
color
:
#333
;
}
.fen
{
font-size
:
14px
;
color
:
#333
;
font-weight
:
300
;
}
</
style
>
src/modules/teacher/data/exam/components/
components/
QuestionType.vue
→
src/modules/teacher/data/exam/components/QuestionType.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/
components/
RankingAll.vue
→
src/modules/teacher/data/exam/components/RankingAll.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/
components/
Result.vue
→
src/modules/teacher/data/exam/components/Result.vue
浏览文件 @
8df63276
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<
script
>
<
script
>
import
*
as
echarts
from
'echarts'
import
*
as
echarts
from
'echarts'
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
@@ -18,35 +17,24 @@ export default {
...
@@ -18,35 +17,24 @@ export default {
trigger
:
'item'
trigger
:
'item'
},
},
legend
:
{
legend
:
{
top
:
'5%'
,
bottom
:
'5%'
,
left
:
'center'
left
:
'center'
},
},
series
:
[
series
:
[
{
{
name
:
'Access From'
,
type
:
'pie'
,
type
:
'pie'
,
radius
:
[
'
4
0%'
,
'70%'
],
radius
:
[
'
6
0%'
,
'70%'
],
avoidLabelOverlap
:
false
,
avoidLabelOverlap
:
false
,
label
:
{
label
:
{
show
:
false
,
show
:
false
,
position
:
'center'
position
:
'center'
},
},
emphasis
:
{
label
:
{
show
:
true
,
fontSize
:
'40'
,
fontWeight
:
'bold'
}
},
labelLine
:
{
labelLine
:
{
show
:
false
show
:
false
},
},
data
:
[
data
:
[
{
value
:
1048
,
name
:
'Search Engine'
},
{
value
:
1048
,
name
:
'及格人数'
},
{
value
:
735
,
name
:
'Direct'
}
{
value
:
735
,
name
:
'不及格人数'
}
// { value: 580, name: 'Email' },
// { value: 484, name: 'Union Ads' },
// { value: 300, name: 'Video Ads' }
]
]
}
}
]
]
...
...
src/modules/teacher/data/exam/components/Score.vue
0 → 100644
浏览文件 @
8df63276
<
template
>
<el-card
class=
"box-card"
>
<img
class=
"bg"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/bgc3.png"
alt=
""
/>
<div
slot=
"header"
style=
"display: flex; align-items: center"
>
<h1
style=
"font-size: 16px"
>
分数统计
</h1>
<img
class=
"logo"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/score.png"
alt=
""
/>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
>
<div
class=
"title"
>
平均分
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
最高分
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
最低分
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分
</span></div>
</el-col>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
>
.box-card
{
position
:
relative
;
}
.bg
{
width
:
137px
;
height
:
132px
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.logo
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
}
.title
{
font-size
:
16px
;
color
:
#909090
;
font-weight
:
400
;
}
.num
{
font-size
:
22px
;
color
:
#333
;
}
.fen
{
font-size
:
14px
;
color
:
#333
;
font-weight
:
300
;
}
</
style
>
src/modules/teacher/data/exam/components/
components/
ScoreRange.vue
→
src/modules/teacher/data/exam/components/ScoreRange.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/
components/
ScoreRanking.vue
→
src/modules/teacher/data/exam/components/ScoreRanking.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/Submission.vue
0 → 100644
浏览文件 @
8df63276
<
template
>
<el-card
class=
"box-card"
>
<img
class=
"bg"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/bgc2.png"
alt=
""
/>
<div
slot=
"header"
style=
"display: flex; align-items: center"
>
<h1
style=
"font-size: 16px"
>
交卷统计
</h1>
<img
class=
"logo"
src=
"https://webapp-pub.oss-cn-beijing.aliyuncs.com/x-learning/data/time.png"
alt=
""
/>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
>
<div
class=
"title"
>
最早交卷
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分钟
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
最迟交卷
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分钟
</span></div>
</el-col>
<el-col
:span=
"6"
>
<div
class=
"title"
>
平均交卷时长
</div>
<div><span
class=
"num"
>
100
</span><span
class=
"fen"
>
分钟
</span></div>
</el-col>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
>
.box-card
{
position
:
relative
;
}
.bg
{
width
:
137px
;
height
:
132px
;
position
:
absolute
;
right
:
0
;
bottom
:
0
;
}
.logo
{
width
:
16px
;
height
:
16px
;
margin-left
:
9px
;
}
.title
{
font-size
:
16px
;
color
:
#909090
;
font-weight
:
400
;
}
.num
{
font-size
:
22px
;
color
:
#333
;
}
.fen
{
font-size
:
14px
;
color
:
#333
;
font-weight
:
300
;
}
</
style
>
src/modules/teacher/data/exam/components/
components/
TitleData.vue
→
src/modules/teacher/data/exam/components/TitleData.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/components/components/ExamInfo.vue
deleted
100644 → 0
浏览文件 @
ba2cbb33
<
template
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"font-size: 28px"
>
考试信息
</h1>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
><div>
总分
</div>
<div>
12313
</div></el-col
>
<el-col
:span=
"6"
><div>
及格分数
</div>
<div>
31231
</div></el-col
>
<el-col
:span=
"6"
><div>
考试总时长
</div>
<div>
12341
</div></el-col
>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
></
style
>
src/modules/teacher/data/exam/components/components/Score.vue
deleted
100644 → 0
浏览文件 @
ba2cbb33
<
template
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"font-size: 28px"
>
分数统计
</h1>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
><div>
平均分
</div>
<div>
12313
</div></el-col
>
<el-col
:span=
"6"
><div>
最高分
</div>
<div>
31231
</div></el-col
>
<el-col
:span=
"6"
><div>
最低分
</div>
<div>
12341
</div></el-col
>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
></
style
>
src/modules/teacher/data/exam/components/components/Submission.vue
deleted
100644 → 0
浏览文件 @
ba2cbb33
<
template
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"font-size: 28px"
>
交卷统计
</h1>
</div>
<el-row
type=
"flex"
class=
"row-bg"
justify=
"space-around"
>
<el-col
:span=
"6"
><div>
最早交卷
</div>
<div>
12313
</div></el-col
>
<el-col
:span=
"6"
><div>
最迟交卷
</div>
<div>
31231
</div></el-col
>
<el-col
:span=
"6"
><div>
平均交卷时长
</div>
<div>
12341
</div></el-col
>
</el-row>
</el-card>
</
template
>
<
script
>
export
default
{}
</
script
>
<
style
></
style
>
src/modules/teacher/data/exam/index.js
浏览文件 @
8df63276
...
@@ -2,11 +2,12 @@ const routes = [
...
@@ -2,11 +2,12 @@ const routes = [
{
{
path
:
'/'
,
path
:
'/'
,
component
:
()
=>
import
(
'@/components/layout/index.vue'
),
component
:
()
=>
import
(
'@/components/layout/index.vue'
),
children
:
[{
path
:
'/teacher/data/exam'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
children
:
[
{
path
:
'/class'
,
component
:
()
=>
import
(
'./components/ClassList.vue'
)
},
{
path
:
'/teacher/data/exam'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
{
path
:
'/PersonalList'
,
component
:
()
=>
import
(
'./components/PersonalList.vue'
)
},
{
path
:
'/class'
,
component
:
()
=>
import
(
'./views/ClassList.vue'
)
},
{
path
:
'/PersonalList'
,
component
:
()
=>
import
(
'./views/PersonalList.vue'
)
},
{
path
:
'/teacher/data/exam/classDetail'
,
component
:
()
=>
import
(
'./views/ClassDetail.vue'
)
},
{
path
:
'/teacher/data/exam/classDetail'
,
component
:
()
=>
import
(
'./views/ClassDetail.vue'
)
},
{
path
:
'/examData'
,
component
:
()
=>
import
(
'./
component
s/ExamData.vue'
)
}
{
path
:
'/examData'
,
component
:
()
=>
import
(
'./
view
s/ExamData.vue'
)
}
]
]
}
}
]
]
...
...
src/modules/teacher/data/exam/
component
s/ClassList.vue
→
src/modules/teacher/data/exam/
view
s/ClassList.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/exam/
component
s/ExamData.vue
→
src/modules/teacher/data/exam/
view
s/ExamData.vue
浏览文件 @
8df63276
...
@@ -27,14 +27,14 @@
...
@@ -27,14 +27,14 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
ExamInfo
from
'./components/ExamInfo.vue'
import
ExamInfo
from
'.
.
/components/ExamInfo.vue'
import
Submission
from
'./components/Submission.vue'
import
Submission
from
'.
.
/components/Submission.vue'
import
Score
from
'./components/Score.vue'
import
Score
from
'.
.
/components/Score.vue'
import
ScoreRanking
from
'./components/ScoreRanking.vue'
import
ScoreRanking
from
'.
.
/components/ScoreRanking.vue'
import
TitleData
from
'./components/TitleData.vue'
import
TitleData
from
'.
.
/components/TitleData.vue'
import
Result
from
'./components/Result.vue'
import
Result
from
'.
.
/components/Result.vue'
import
ScoreRange
from
'./components/ScoreRange.vue'
import
ScoreRange
from
'.
.
/components/ScoreRange.vue'
import
QuestionType
from
'./components/QuestionType.vue'
import
QuestionType
from
'.
.
/components/QuestionType.vue'
export
default
{
export
default
{
components
:
{
ExamInfo
,
Submission
,
Score
,
ScoreRanking
,
TitleData
,
Result
,
ScoreRange
,
QuestionType
},
components
:
{
ExamInfo
,
Submission
,
Score
,
ScoreRanking
,
TitleData
,
Result
,
ScoreRange
,
QuestionType
},
data
()
{
data
()
{
...
...
src/modules/teacher/data/exam/
component
s/PersonalList.vue
→
src/modules/teacher/data/exam/
view
s/PersonalList.vue
浏览文件 @
8df63276
File moved
src/modules/teacher/data/test/index.js
浏览文件 @
8df63276
...
@@ -3,8 +3,8 @@ const routes = [
...
@@ -3,8 +3,8 @@ const routes = [
path
:
'/'
,
path
:
'/'
,
component
:
()
=>
import
(
'@/components/layout/index.vue'
),
component
:
()
=>
import
(
'@/components/layout/index.vue'
),
children
:
[{
path
:
'/teacher/data/test'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
children
:
[{
path
:
'/teacher/data/test'
,
component
:
()
=>
import
(
'./views/List.vue'
)
},
{
path
:
'/classList'
,
component
:
()
=>
import
(
'./
component
s/ClassList.vue'
)
},
{
path
:
'/classList'
,
component
:
()
=>
import
(
'./
view
s/ClassList.vue'
)
},
{
path
:
'/person'
,
component
:
()
=>
import
(
'./
component
s/PersonalList.vue'
)
}]
{
path
:
'/person'
,
component
:
()
=>
import
(
'./
view
s/PersonalList.vue'
)
}]
}
}
]
]
...
...
src/modules/teacher/data/test/
component
s/ClassList.vue
→
src/modules/teacher/data/test/
view
s/ClassList.vue
浏览文件 @
8df63276
<
template
>
<
template
>
<div>
<div>
<div
style=
"font-size:
32px;margin-bottom:
15px"
>
测试班级一
</div>
<div
style=
"font-size:
32px; margin-bottom:
15px"
>
测试班级一
</div>
<app-card>
<app-card>
<h1
class=
"title"
style=
"font-size:28px"
>
班级排名
</h1>
<h1
class=
"title"
style=
"font-size:
28px"
>
班级排名
</h1>
<el-button
type=
"text"
style=
"font-size:
28px;float:right;margin-top:
-40px"
>
导出
</el-button>
<el-button
type=
"text"
style=
"font-size:
28px; float: right; margin-top:
-40px"
>
导出
</el-button>
<el-tabs
v-model=
"tabActive"
style=
"margin-top:30px"
>
<el-tabs
v-model=
"tabActive"
style=
"margin-top:
30px"
>
<el-tab-pane
label=
"已结束"
name=
"baseInfo"
>
<el-tab-pane
label=
"已结束"
name=
"baseInfo"
>
<Finished
/>
<Finished
/>
</el-tab-pane>
</el-tab-pane>
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
Finished
from
'./Finished.vue'
import
Finished
from
'.
./components
/Finished.vue'
import
ToEvaluate
from
'./ToEvaluate.vue'
import
ToEvaluate
from
'.
./components
/ToEvaluate.vue'
import
NoAnswer
from
'./NoAnswer.vue'
import
NoAnswer
from
'.
./components
/NoAnswer.vue'
export
default
{
export
default
{
components
:
{
Finished
,
ToEvaluate
,
NoAnswer
},
components
:
{
Finished
,
ToEvaluate
,
NoAnswer
},
data
()
{
data
()
{
...
...
src/modules/teacher/data/test/
component
s/PersonalList.vue
→
src/modules/teacher/data/test/
view
s/PersonalList.vue
浏览文件 @
8df63276
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<app-container>
<app-container>
<app-list
v-bind=
"tableOptions"
ref=
"list"
>
<app-list
v-bind=
"tableOptions"
ref=
"list"
>
<template
#
header-aside
>
<template
#
header-aside
>
<el-button
type=
"text"
style=
"margin-top:
5px;font-size:24px"
导出
</el-button>
<el-button
type=
"text"
style=
"margin-top:
5px; font-size: 24px"
>
导出
</el-button>
</
template
>
</
template
>
<!-- 操作 -->
<!-- 操作 -->
<
template
v-slot:table-operate=
"{ row }"
>
<
template
v-slot:table-operate=
"{ row }"
>
...
@@ -15,18 +15,14 @@
...
@@ -15,18 +15,14 @@
<
script
>
<
script
>
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{}
}
},
},
computed
:
{
computed
:
{
// 列表配置
// 列表配置
tableOptions
()
{
tableOptions
()
{
return
{
return
{
remote
:
{
remote
:
{},
},
filters
:
[{
type
:
'input'
,
prop
:
'class_name'
,
placeholder
:
'学生姓名'
,
label
:
'学生姓名'
}],
filters
:
[
{
type
:
'input'
,
prop
:
'class_name'
,
placeholder
:
'学生姓名'
,
label
:
'学生姓名'
}
],
columns
:
[
columns
:
[
{
label
:
'学生姓名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'学生姓名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'总得分'
,
prop
:
'class_name'
,
align
:
'center'
},
{
label
:
'总得分'
,
prop
:
'class_name'
,
align
:
'center'
},
...
@@ -36,9 +32,7 @@ export default {
...
@@ -36,9 +32,7 @@ export default {
{
label
:
'状态'
,
prop
:
'sdgerte'
,
align
:
'center'
},
{
label
:
'状态'
,
prop
:
'sdgerte'
,
align
:
'center'
},
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
}
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
}
],
],
data
:
[
data
:
[{
paper_title
:
'99'
}]
{
paper_title
:
'99'
}
]
}
}
}
}
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论