Browse Source

fixed: 0018618: 【一体机】随访记录中,随访时间和分享按键有部分重叠

loki.wu 11 tháng trước cách đây
mục cha
commit
b577ff585f

+ 2 - 2
lib/pages/check/tuberculosis_management_record/view.dart

@@ -254,7 +254,7 @@ class _followUpRecordCard extends StatelessWidget {
                       runSpacing: 8,
                       children: [
                         SizedBox(
-                          width: 300,
+                          width: 250,
                           child: RecordCommonItem(
                             itemName: '姓名',
                             itemValue: dto.patientName ?? "",
@@ -278,7 +278,7 @@ class _followUpRecordCard extends StatelessWidget {
                       runSpacing: 8,
                       children: [
                         SizedBox(
-                          width: 300,
+                          width: 250,
                           child: RecordCommonItem(
                             itemName: '随访医生',
                             itemValue: dataDto.followUpDoctor ?? "",

+ 1 - 1
lib/pages/medical/widgets/health_check/health_check_left/index.dart

@@ -132,7 +132,7 @@ class HealthCheckLeft extends GetView<HealthCheckListController> {
   Future<void> _importClick(String key) async {
     var excelImportUrl = _excelImportUrl;
     if (kDebugMode) {
-      // excelImportUrl = "http://127.0.0.1:8083";
+      excelImportUrl = "http://127.0.0.1:8083";
     }
     html.window.open(
         "$excelImportUrl?token=${Store.user.token}&templateKey=$key",