Merge branch 'master' of http://bore.pub:10439/r/ERP_override
| | |
| | | import { createI18n} from 'vue-i18n' |
| | | import zh from "./zh" |
| | | import en from "./en" |
| | | import ru from "./ru" |
| | | |
| | | let messages = { |
| | | zh:zh, |
| | | en: en |
| | | en: en, |
| | | ru: ru |
| | | } |
| | | |
| | | const i18n = createI18n({ |
| | |
| | | level:'类别等级', |
| | | firstLevel:'一级类别', |
| | | towLevel:'二级类别', |
| | | alias:'别名', |
| | | }, |
| | | machine:{ |
| | | basicId:'设备编号', |
| | |
| | | style="float: right;width: 6rem"> |
| | | <el-option value="zh" label="中文" /> |
| | | <el-option value="en" label="English" /> |
| | | <el-option value="ru" label="Russian" /> |
| | | </el-select> |
| | | <h2>{{$t('login.SysName')}}</h2> |
| | | <el-form |
| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="4">{{ $t('mainBasicData.operateType') }}:</el-col> |
| | | <el-col :span="4">{{ $t('orderBasicData.alias') }}:</el-col> |
| | | <el-col :span="12"> |
| | | <el-input v-model="basic.nickname"/> |
| | | </el-col> |
| | |
| | | {title: t('basicData.operate'), width: 110, slots: { default: 'button_slot' },fixed:"left",}, |
| | | {type: 'seq', title: t('basicData.number'), width: 80 ,fixed:"left",}, |
| | | {field:'basicName',title: t('orderBasicData.name')}, |
| | | {field:'nickname',title: t('mainBasicData.operateType')}, |
| | | {field:'nickname',title: t('orderBasicData.alias')}, |
| | | {field:'createTime',title: t('basicData.creationTime')}, |
| | | |
| | | |