update i18n

This commit is contained in:
2022-09-01 15:01:25 +08:00
parent 666059af6e
commit 70303f3f06
54 changed files with 642 additions and 532 deletions

View File

@@ -15,6 +15,7 @@
</template>
<script>
import i18n from '@/i18n'
import BaseTable from '@/components/base-table'
import SmallTitle from '@/components/small-title'
import moment from 'moment'
@@ -174,7 +175,7 @@ export default {
// Step1: 设置静态的 table props
const staticTableProps = [
{ prop: 'lineName', label: '产线', fixed: true },
{ prop: 'equName', label: '设备', fixed: true },
{ prop: 'equName', label: i18n.t('equipment'), fixed: true },
{ prop: 'totalProduction', label: '总产量', fixed: true }
]
this.tableProps = staticTableProps