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

课程管理修改

parent d2187261
......@@ -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)
......
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