-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -146,15 +33,15 @@
diff --git a/acs/nladmin-ui/src/views/monitor/lucene/time.vue b/acs/nladmin-ui/src/views/monitor/lucene/time.vue
index a8df097..36d504a 100644
--- a/acs/nladmin-ui/src/views/monitor/lucene/time.vue
+++ b/acs/nladmin-ui/src/views/monitor/lucene/time.vue
@@ -8,9 +8,9 @@
v-model="query.createTime"
type="datetimerange"
:picker-options="pickerOptions"
- :range-separator="$t('monitor.lucence.until')"
- :start-placeholder="$t('monitor.lucence.start_time')"
- :end-placeholder="$t('monitor.lucence.end_time')"
+ range-separator="至"
+ start-placeholder="开始日期"
+ end-placeholder="结束日期"
align="right"
/>
@@ -29,7 +29,7 @@ export default {
return {
pickerOptions: {
shortcuts: [{
- text: this.$t('monitor.lucence.the_past_week'),
+ text: '最近一周',
onClick(picker) {
const end = new Date()
const start = new Date()
@@ -37,7 +37,7 @@ export default {
picker.$emit('pick', [start, end])
}
}, {
- text: this.$t('monitor.lucence.the_past_month'),
+ text: '最近一个月',
onClick(picker) {
const end = new Date()
const start = new Date()
@@ -45,7 +45,7 @@ export default {
picker.$emit('pick', [start, end])
}
}, {
- text: this.$t('monitor.lucence.the_past_three_months'),
+ text: '最近三个月',
onClick(picker) {
const end = new Date()
const start = new Date()