update 基本完成国际化
This commit is contained in:
@@ -65,7 +65,7 @@ import SmallTitle from '@/components/small-title'
|
||||
import { pick } from 'lodash/object'
|
||||
import TableOperateComponent from '@/components/base-table/components/operationComponent'
|
||||
import AttrForm from './workshopSectionDialogAttrForm.vue'
|
||||
|
||||
import { calcMaxHeight } from '@/utils'
|
||||
const tableProps = [
|
||||
{ name: i18n.t('eq.name'), prop: 'equipmentName' },
|
||||
{ name: i18n.t('dept.sort'), prop: 'sort' },
|
||||
@@ -84,6 +84,7 @@ export default {
|
||||
components: { BaseTable, SmallTitle, AttrForm },
|
||||
data() {
|
||||
return {
|
||||
calcMaxHeight,
|
||||
visible: false,
|
||||
isDetail: false,
|
||||
tableProps,
|
||||
|
||||
Reference in New Issue
Block a user