@@ -87,6 +87,16 @@ export default {
width: this.$col.s
},
{
+ key: 'createAt',
+ name: '创建时间',
+ width: this.$col.b
+ },
+ {
+ name: '修改时间',
key: 'isShow',
name: '状态',
width: this.$col.s,
@@ -52,6 +52,16 @@ export default {
width: this.$col.m
width: this.$col.m,
@@ -80,6 +80,16 @@ export default {
}
width: this.$col.b,
@@ -138,7 +148,6 @@ export default {
// '删除'
// )
// );
-
// return h('div', action);
// }