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
a0113236
Commit
a0113236
authored
Apr 02, 2024
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程管理修改
parent
d2187261
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
180 additions
and
106 deletions
+180
-106
index.vue
src/views/courseInformation/courseManagement/index.vue
+177
-103
index.vue
src/views/courseInformation/tryoutApplication/index.vue
+3
-3
No files found.
src/views/courseInformation/courseManagement/index.vue
View file @
a0113236
This diff is collapsed.
Click to expand it.
src/views/courseInformation/tryoutApplication/index.vue
View file @
a0113236
...
...
@@ -52,14 +52,14 @@
<span>
{{
scope
.
$index
+
1
}}
</span>
</
template
>
</el-table-column>
<el-table-column
prop=
"userType"
label=
"用户类型"
show-overflow-tooltip
>
<el-table-column
prop=
"userType"
label=
"用户类型"
show-overflow-tooltip
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
userType
===
'1'
?
'单位'
:
'个人'
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"applicant"
label=
"申请人"
>
<
template
slot-scope=
"scope"
>
{{
scope
.
row
.
applicantName
}}
{{
scope
.
row
.
applicantName
}}
(
{{
scope
.
row
.
applicantUserName
}}
)
</
template
>
</el-table-column>
<el-table-column
prop=
"applicantUnitName"
label=
"申请单位"
show-overflow-tooltip
/>
...
...
@@ -269,7 +269,7 @@ export default {
},
// 日期格式转换
replace
(
time
)
{
return
parseTime
(
time
,
'{y}
/{m}/
{d}:{h}:{i}'
)
return
parseTime
(
time
,
'{y}
-{m}-
{d}:{h}:{i}'
)
},
submit
()
{
console
.
log
(
'this,form'
,
this
.
form
)
...
...
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