| | |
| | | <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign') |
| | | }}</router-link> |
| | | <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ |
| | | $t('Parameter') |
| | | $t('Manual/Automatic') |
| | | }}</router-link> |
| | | </el-breadcrumb> |
| | | |
| | |
| | | import LanguageMixin from '../../lang/LanguageMixin' |
| | | import data from '../../configuration/parameter1' |
| | | import { throttle } from 'lodash'; |
| | | // import { |
| | | // SelectPermissionByUserName, currentUsername |
| | | // } from "../../api/home"; |
| | | let socket; |
| | | export default { |
| | | name: "Parameter1", |