|
|
|
@ -34,7 +34,7 @@ class DoctorReplyScreen extends StatelessWidget {
|
|
|
|
},
|
|
|
|
},
|
|
|
|
child: AppScaffold(
|
|
|
|
child: AppScaffold(
|
|
|
|
baseViewModel: model,
|
|
|
|
baseViewModel: model,
|
|
|
|
appBarTitle: "ghgh",//TranslationBase.of(context).replay2,
|
|
|
|
appBarTitle: TranslationBase.of(context).replay2,
|
|
|
|
isShowAppBar: false,
|
|
|
|
isShowAppBar: false,
|
|
|
|
body: model.listDoctorWorkingHoursTable.isEmpty
|
|
|
|
body: model.listDoctorWorkingHoursTable.isEmpty
|
|
|
|
? DrAppEmbeddedError(error: TranslationBase.of(context).noItem)
|
|
|
|
? DrAppEmbeddedError(error: TranslationBase.of(context).noItem)
|
|
|
|
|