|
@@ -193,7 +193,7 @@ class PatientListPage extends GetView<PatientListController> {
|
|
|
// controller: controller.crowdLabelsController,
|
|
|
// ),
|
|
|
const Text(
|
|
|
- '创建者:',
|
|
|
+ '居民查询范围:',
|
|
|
style: TextStyle(fontSize: 20),
|
|
|
),
|
|
|
const SizedBox(
|
|
@@ -202,8 +202,8 @@ class PatientListPage extends GetView<PatientListController> {
|
|
|
Obx(
|
|
|
() => Row(
|
|
|
children: [
|
|
|
- _tabRadio(title: "建档医生", value: 0),
|
|
|
- _tabRadio(title: "团队", value: 1)
|
|
|
+ _tabRadio(title: "仅当前医生建档", value: 0),
|
|
|
+ _tabRadio(title: "当前团队所有居民", value: 1)
|
|
|
],
|
|
|
),
|
|
|
),
|