Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-dml
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-dml
Commits
789e71d6
提交
789e71d6
authored
3月 03, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
f441f90d
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
14 行增加
和
14 行删除
+14
-14
types.ts
src/modules/trip/my/types.ts
+1
-0
Score.vue
src/modules/trip/my/views/Score.vue
+12
-13
index.ts
src/modules/trip/review/index.ts
+1
-1
没有找到文件。
src/modules/trip/my/types.ts
浏览文件 @
789e71d6
...
@@ -19,6 +19,7 @@ export interface Trip {
...
@@ -19,6 +19,7 @@ export interface Trip {
course_id
:
string
course_id
:
string
course_name
:
string
course_name
:
string
experiment_name
:
string
experiment_name
:
string
experiment_itinerary_name
:
string
experiment_itinerary_type
:
string
experiment_itinerary_type
:
string
experiment_itinerary_type_name
:
string
experiment_itinerary_type_name
:
string
}
}
src/modules/trip/my/views/Score.vue
浏览文件 @
789e71d6
...
@@ -23,19 +23,18 @@ const commentVisible = ref(false)
...
@@ -23,19 +23,18 @@ const commentVisible = ref(false)
</
script
>
</
script
>
<
template
>
<
template
>
<AppCard
:title=
"detail?.experiment_itinerary_type_name"
>
<AppCard>
<el-card
shadow=
"never"
style=
"margin-bottom: 20px"
v-if=
"detail"
>
<el-descriptions
:column=
"4"
v-if=
"detail"
>
<el-descriptions
class=
"info"
>
<el-descriptions-item
label=
"课程名称:"
>
{{
detail
.
course_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"课程名称:"
>
{{
detail
.
course_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"实验名称:"
>
{{
detail
.
experiment_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"实验名称:"
>
{{
detail
.
experiment_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"用户旅程名称:"
>
{{
detail
.
experiment_itinerary_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"旅程类型:"
>
{{
detail
.
experiment_itinerary_type_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"旅程类型:"
>
{{
detail
.
experiment_itinerary_type_name
}}
</el-descriptions-item>
<el-descriptions-item
label=
"客户旅程总分:"
>
{{
detail
.
score
}}
</el-descriptions-item>
<el-descriptions-item
label=
"客户旅程总分:"
>
{{
detail
.
score
}}
</el-descriptions-item>
<el-descriptions-item
label=
"客户旅程得分:"
>
{{
detail
.
score
}}
</el-descriptions-item>
<el-descriptions-item
label=
"客户旅程得分:"
>
{{
detail
.
score
}}
</el-descriptions-item>
<el-descriptions-item>
<el-descriptions-item>
<el-button
type=
"primary"
@
click=
"commentVisible = true"
>
教师评语
</el-button>
<el-button
type=
"primary"
@
click=
"commentVisible = true"
>
教师评语
</el-button>
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</el-card>
<TripFlow
v-model=
"elements"
action=
"view"
role=
"student"
></TripFlow>
<TripFlow
v-model=
"elements"
action=
"view"
role=
"student"
></TripFlow>
</AppCard>
</AppCard>
...
...
src/modules/trip/review/index.ts
浏览文件 @
789e71d6
...
@@ -5,7 +5,7 @@ const routes: RouteRecordRaw[] = [
...
@@ -5,7 +5,7 @@ const routes: RouteRecordRaw[] = [
{
{
path
:
'/trip/review'
,
path
:
'/trip/review'
,
component
:
Layout
,
component
:
Layout
,
children
:
[{
path
:
''
,
component
:
()
=>
import
(
'.
./template
/views/Index.vue'
)
}]
children
:
[{
path
:
''
,
component
:
()
=>
import
(
'./views/Index.vue'
)
}]
}
}
]
]
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论