|
@@ -17,7 +17,7 @@
|
|
icon="fa-solid:list"
|
|
icon="fa-solid:list"
|
|
icon-bg-color="text-pink-500"
|
|
icon-bg-color="text-pink-500"
|
|
icon-color="bg-blue-100"
|
|
icon-color="bg-blue-100"
|
|
- :title="t('stat.maintenanceOrder')"
|
|
|
|
|
|
+ :title="t('stat.repairOrder')"
|
|
/>
|
|
/>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :sm="3" :xs="12">
|
|
<el-col :sm="3" :xs="12">
|
|
@@ -298,7 +298,7 @@ const getStats = () => {
|
|
if (lang==='zh-CN') {
|
|
if (lang==='zh-CN') {
|
|
initZqlChart('累计注气量','累计注水量')
|
|
initZqlChart('累计注气量','累计注水量')
|
|
} else if (lang==='en') {
|
|
} else if (lang==='en') {
|
|
- initZqlChart('cumulative gas injection','cumulative water injection')
|
|
|
|
|
|
+ initZqlChart('gas','water')
|
|
}
|
|
}
|
|
|
|
|
|
})
|
|
})
|
|
@@ -309,7 +309,7 @@ const getStats = () => {
|
|
if (lang==='zh-CN') {
|
|
if (lang==='zh-CN') {
|
|
initTodayZqlChart('当日注气量','当日注水量')
|
|
initTodayZqlChart('当日注气量','当日注水量')
|
|
} else if (lang==='en') {
|
|
} else if (lang==='en') {
|
|
- initTodayZqlChart('daily gas injection','daily water injection')
|
|
|
|
|
|
+ initTodayZqlChart('gas','water')
|
|
}
|
|
}
|
|
})
|
|
})
|
|
const fillQueryParams = reactive({
|
|
const fillQueryParams = reactive({
|