mirror of
https://shylinux.com/x/enterprise
synced 2025-04-25 09:08:06 +08:00
8 lines
296 B
JavaScript
8 lines
296 B
JavaScript
Volcanos(chat.ONIMPORT, {
|
|
_init: function(can, msg) {
|
|
can.onimport.myView(can, msg, function(value) { return [
|
|
{view: html.TITLE, list: [value.subject, can.onimport.titleAction(can, value)]},
|
|
{view: html.STATUS, list: [value.start_time, "~", value.end_time.split(" ")[1]]},
|
|
] })
|
|
},
|
|
}) |