Commit a9bb9f04 authored by renjintao's avatar renjintao

work index

parent a643dc4f
...@@ -75,12 +75,6 @@ export default { ...@@ -75,12 +75,6 @@ export default {
curId: 0, curId: 0,
columns: [ columns: [
// { type: 'selection', width: 70, align: 'center'}, // { type: 'selection', width: 70, align: 'center'},
{
key: "id",
title: this.l("id"),
hide: true,
align: "left"
},
{ {
key: "calId", key: "calId",
title: this.l("calId"), title: this.l("calId"),
...@@ -122,6 +116,7 @@ export default { ...@@ -122,6 +116,7 @@ export default {
title: this.l("creatorUserId"), title: this.l("creatorUserId"),
hide: true, hide: true,
align: "left", align: "left",
type: 'user'
}, },
{ {
title: "操作", title: "操作",
......
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