{
"config": {
"wide_screen_mode": true
},
"header": {
"title": {
"tag": "plain_text",
"content": "你有一个休假申请待审批"
}
},
"elements": [
{
"tag": "div",
"fields": [
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**申请人**\n王晓磊"
}
},
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**休假类型:**\n年假"
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": ""
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": "**时间:**\n2020-4-8 至 2020-4-10(共3天)"
}
},
{
"is_short": false,
"text": {
"tag": "lark_md",
"content": ""
}
},
{
"is_short": true,
"text": {
"tag": "lark_md",
"content": "**备注**\n因家中有急事,需往返老家,故请假"
}
}
]
},
{
"tag": "hr"
},
{
"tag": "action",
"layout": "bisected",
"actions": [
{
"tag": "button",
"text": {
"tag": "plain_text",
"content": "批准"
},
"type": "primary",
"value": {
"chosen": "approve"
}
},
{
"tag": "button",
"text": {
"tag": "plain_text",
"content": "拒绝"
},
"type": "primary",
"value": {
"chosen": "decline"
}
}
]
}
]
}