• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • pages
  • AppointmentListPage.ets
  • desc: 预约列表 UI 展示 和接口 读取数据 · 6c7a9b1c
    6c7a9b1c Browse Files
    yangchenggong1_wd authored 2024-03-16 17:11:07 +0800
AppointmentListPage.ets 194 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
import { AppointmentListUI} from 'wdComponent';
const TAG = "AppointmentListPage"

@Entry
@Component
struct AppointmentListPage {

  build() {
    Column(){
      AppointmentListUI()
    }
  }
}