Commit a0113236 authored by 王飞龙's avatar 王飞龙

课程管理修改

parent d2187261
...@@ -52,14 +52,14 @@ ...@@ -52,14 +52,14 @@
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
</el-table-column> </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"> <template slot-scope="scope">
{{ scope.row.userType === '1' ? '单位' : '个人' }} {{ scope.row.userType === '1' ? '单位' : '个人' }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="applicant" label="申请人"> <el-table-column prop="applicant" label="申请人">
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.applicantName }} {{ scope.row.applicantName }}({{ scope.row.applicantUserName }})
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="applicantUnitName" label="申请单位" show-overflow-tooltip /> <el-table-column prop="applicantUnitName" label="申请单位" show-overflow-tooltip />
...@@ -269,7 +269,7 @@ export default { ...@@ -269,7 +269,7 @@ export default {
}, },
// 日期格式转换 // 日期格式转换
replace(time) { replace(time) {
return parseTime(time, '{y}/{m}/{d}:{h}:{i}') return parseTime(time, '{y}-{m}-{d}:{h}:{i}')
}, },
submit() { submit() {
console.log('this,form', this.form) console.log('this,form', this.form)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment