diff --git a/src/views/health/marStatistic/index.vue b/src/views/health/marStatistic/index.vue
index 80da4d1..30150c4 100644
--- a/src/views/health/marStatistic/index.vue
+++ b/src/views/health/marStatistic/index.vue
@@ -215,7 +215,7 @@
用药统计
-
+
@@ -239,7 +239,7 @@
-->
-
+
{{ scope.$index + 1 }}
@@ -283,7 +283,7 @@ const dates = [{ value: 1, label: '日' }]
const accountsList = ref([])
const loading = ref(true)
const total = ref(0)
-const radioVal = ref('用药分类明细')
+const radioVal = ref('用药明细')
const dateValidate = (rules, value, callback) => {
const dateType = rules.dateType || 'days'
const num = rules.num || 31
diff --git a/src/views/health/temperatureStatistic/index.vue b/src/views/health/temperatureStatistic/index.vue
index 95860b2..7abcfd4 100644
--- a/src/views/health/temperatureStatistic/index.vue
+++ b/src/views/health/temperatureStatistic/index.vue
@@ -166,7 +166,7 @@
体温统计
-
+
@@ -175,7 +175,7 @@
-
+
{{ scope.$index + 1 }}
@@ -224,7 +224,7 @@ const dates = [{ value: 1, label: '日' }]
const accountsList = ref([])
const loading = ref(true)
const total = ref(0)
-const radioVal = ref('表格')
+const radioVal = ref('体温明细')
const dateValidate = (rules, value, callback) => {
const dateType = rules.dateType || 'days'
const num = rules.num || 31