|
|
|
|
@ -127,23 +127,7 @@ class _ProgressNoteState extends State<OperationReportScreen> {
|
|
|
|
|
widthFactor: 0.95,
|
|
|
|
|
child: CardWithBgWidget(
|
|
|
|
|
hasBorder: false,
|
|
|
|
|
bgColor: model.operationReportList[index]
|
|
|
|
|
.status ==
|
|
|
|
|
1 &&
|
|
|
|
|
authenticationViewModel
|
|
|
|
|
.doctorProfile.doctorID !=
|
|
|
|
|
model.operationReportList[index]
|
|
|
|
|
.createdBy
|
|
|
|
|
? Color(0xFFCC9B14)
|
|
|
|
|
: model.operationReportList[index]
|
|
|
|
|
.status ==
|
|
|
|
|
4
|
|
|
|
|
? Colors.red.shade700
|
|
|
|
|
: model.operationReportList[index]
|
|
|
|
|
.status ==
|
|
|
|
|
2
|
|
|
|
|
? Colors.green[600]
|
|
|
|
|
: Color(0xFFCC9B14),
|
|
|
|
|
bgColor: Colors.white,
|
|
|
|
|
widget: Column(
|
|
|
|
|
children: [
|
|
|
|
|
Column(
|
|
|
|
|
|