|
@@ -192,21 +192,21 @@ class PatientListPage extends GetView<PatientListController> {
|
|
|
// CrowdSelectLabelView(
|
|
|
// controller: controller.crowdLabelsController,
|
|
|
// ),
|
|
|
- // const Text(
|
|
|
- // '创建者:',
|
|
|
- // style: TextStyle(fontSize: 20),
|
|
|
- // ),
|
|
|
- // const SizedBox(
|
|
|
- // height: 20,
|
|
|
- // ),
|
|
|
- // Obx(
|
|
|
- // () => Row(
|
|
|
- // children: [
|
|
|
- // _tabRadio(title: "建档医生", value: 0),
|
|
|
- // _tabRadio(title: "团队", value: 1)
|
|
|
- // ],
|
|
|
- // ),
|
|
|
- // ),
|
|
|
+ const Text(
|
|
|
+ '创建者:',
|
|
|
+ style: TextStyle(fontSize: 20),
|
|
|
+ ),
|
|
|
+ const SizedBox(
|
|
|
+ height: 20,
|
|
|
+ ),
|
|
|
+ Obx(
|
|
|
+ () => Row(
|
|
|
+ children: [
|
|
|
+ _tabRadio(title: "建档医生", value: 0),
|
|
|
+ _tabRadio(title: "团队", value: 1)
|
|
|
+ ],
|
|
|
+ ),
|
|
|
+ ),
|
|
|
],
|
|
|
),
|
|
|
),
|