20241113-a
This commit is contained in:
28
src/pages/schema/centre/att/face.schema.ts
Normal file
28
src/pages/schema/centre/att/face.schema.ts
Normal file
@@ -0,0 +1,28 @@
|
||||
const schema = {
|
||||
body: [{ type: 'html', html: '<h1>人脸考勤使用说明</h1>' }],
|
||||
type: 'page',
|
||||
title: '人脸考勤使用说明',
|
||||
toolbar: [
|
||||
{
|
||||
type: 'button',
|
||||
label: '下载客户端',
|
||||
level: 'success',
|
||||
blank: true,
|
||||
onEvent: {
|
||||
click: {
|
||||
actions: [
|
||||
{
|
||||
args: {
|
||||
url: '/download/faceApp.zip',
|
||||
},
|
||||
actionType: 'url',
|
||||
},
|
||||
],
|
||||
weight: 0,
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export { schema };
|
||||
Reference in New Issue
Block a user