You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
331 B
JavaScript

Component({
options: {
addGlobalClass: true,
},
/**
* 页面的初始数据
*/
data: {
elements: [{
title: '病历申请',
name: 'record',
color: 'cyan',
icon: 'newsfill'
},{
title: '申请记录',
name: 'order',
color: 'blue',
icon: 'order'
}]
},
})