提交 44dece05 authored 作者: pengxiaohui's avatar pengxiaohui

证书取证时间

上级 a5eb175a
......@@ -57,13 +57,6 @@ export default {
{ slots: 'filter-class' },
{ slots: 'filter-cert' }
],
// data: this.detail.staff.list,
// data: [
// { name: '张三', class: '广发银行金融班', has_cert: '1', time: '2022-01-03 10:30:00' },
// { name: '李四', class: '工商银行金融1班', has_cert: '0', time: '2022-01-03 10:30:00' },
// { name: '王五', class: '北京银行金融班', has_cert: '0', time: '2022-01-03 10:30:00' },
// { name: '赵六', class: '平安银行金融班', has_cert: '1', time: '2022-01-03 10:30:00' }
// ],
columns: [
{ label: '姓名', align: 'center', prop: 'personal_name' },
{ label: '所属班级', align: 'center', prop: 'class_name' },
......@@ -74,7 +67,7 @@ export default {
return row.has_certificate ? '已获得' : '未获得'
}
},
{ label: '取证时间', align: 'center', prop: 'time' },
{ label: '取证时间', align: 'center', prop: 'certificate_created_time' },
{ label: '操作', slots: 'table-x', align: 'center', width: '220', fixed: 'right' }
]
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论