| | |
| | | bind: { key: "MessageGroupByEnum", data: [] }, |
| | | require: true, |
| | | }, |
| | | { |
| | | field: "messageStatus", |
| | | title: "ç¶æ", |
| | | type: "string", |
| | | width: 100, |
| | | align: "center", |
| | | bind: { key: "MessageStatusEnum", data: [] }, |
| | | require: true, |
| | | }, |
| | | // { |
| | | // field: "messageStatus", |
| | | // title: "ç¶æ", |
| | | // type: "string", |
| | | // width: 100, |
| | | // align: "center", |
| | | // bind: { key: "MessageStatusEnum", data: [] }, |
| | | // require: true, |
| | | // }, |
| | | { |
| | | field: "messageName", |
| | | title: "å¼å¸¸ä¿¡æ¯åç§°", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | link: true, |
| | | // link: true, |
| | | require: true, |
| | | }, |
| | | { |
| | |
| | | align: "left", |
| | | require: true, |
| | | }, |
| | | { |
| | | field: "messageRemark", |
| | | title: "夿³¨", |
| | | type: "string", |
| | | width: 200, |
| | | align: "left", |
| | | }, |
| | | { |
| | | field: "creater", |
| | | title: "å建人", |
| | | type: "string", |
| | | width: 100, |
| | | align: "center", |
| | | }, |
| | | // { |
| | | // field: "messageRemark", |
| | | // title: "夿³¨", |
| | | // type: "string", |
| | | // width: 200, |
| | | // align: "left", |
| | | // }, |
| | | // { |
| | | // field: "creater", |
| | | // title: "å建人", |
| | | // type: "string", |
| | | // width: 100, |
| | | // align: "center", |
| | | // }, |
| | | { |
| | | field: "createDate", |
| | | title: "å建æ¶é´", |
| | |
| | | width: 160, |
| | | align: "center", |
| | | }, |
| | | { |
| | | field: "modifier", |
| | | title: "ä¿®æ¹äºº", |
| | | type: "string", |
| | | width: 100, |
| | | align: "center", |
| | | }, |
| | | { |
| | | field: "modifyDate", |
| | | title: "ä¿®æ¹æ¶é´", |
| | | type: "datetime", |
| | | width: 160, |
| | | align: "center", |
| | | }, |
| | | // { |
| | | // field: "modifier", |
| | | // title: "ä¿®æ¹äºº", |
| | | // type: "string", |
| | | // width: 100, |
| | | // align: "center", |
| | | // }, |
| | | // { |
| | | // field: "modifyDate", |
| | | // title: "ä¿®æ¹æ¶é´", |
| | | // type: "datetime", |
| | | // width: 160, |
| | | // align: "center", |
| | | // }, |
| | | ]); |
| | | |
| | | const detail = ref({ |