患者相关文件
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { GroupManagementComp } from 'patient'
|
||||
|
||||
@Entry
|
||||
@Component
|
||||
struct GroupManagementPage {
|
||||
|
||||
build() {
|
||||
RelativeContainer() {
|
||||
GroupManagementComp()
|
||||
}
|
||||
.height('100%')
|
||||
.width('100%')
|
||||
}
|
||||
}
|
||||
@@ -40,6 +40,7 @@
|
||||
"pages/Netease/PreviewPhotoPage",
|
||||
"pages/Netease/InterrogationDetailCompPage",
|
||||
"pages/Netease/PatientSimplyPage",
|
||||
"pages/Netease/MyOpinionPage"
|
||||
"pages/Netease/MyOpinionPage",
|
||||
"pages/PatientsPage/GroupManagementPage"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user