去掉nio

This commit is contained in:
sunFlower
2022-10-14 10:31:44 +08:00
parent 63f471e7ec
commit 4c0d8d6dd2
3 changed files with 19 additions and 19 deletions
+6 -6
View File
@@ -632,7 +632,7 @@ module.exports = {
TaskRequirements: 'Task Requirements',
CertificationProgress: 'Homologation Progress',
CurrentProjectStatusEvaluation: 'Current State',
NiONumber: 'NIO Number',
NiONumber: 'Number',//NIO Number
ParameterName: 'Parameter Name',
ParameterDescription: 'Parameter Description',
Version: 'Version',
@@ -730,7 +730,7 @@ module.exports = {
// 认证
// 认证状态
timeOperation: 'You have permission to operate this button.',
NiOnumberis: 'NiO number is',
NiOnumberis: 'Number is',//NiO number is
NoOperationPermissionForthisbutton: 'No Operation permission for this button',
Attentionfreeze: 'Note: Note: The item can no longer be configured after its frozen. ',
Filledperson: 'The project contact person has not been filled in. Please fill in the project contact person before issuing and collecting.',
@@ -799,7 +799,7 @@ module.exports = {
templateName: 'Template Name',
pleaseSelectData: 'Please Select Data',
templateCopy: 'Template Copy',
NiOnumberalreadyexists: 'NiO number already exists, please replace NiO number',
NiOnumberalreadyexists: 'Number already exists, please replace number',//NiO number already exists, please replace NiO number
attachmentTemplate: 'Attachment Template',
controlAlternatives: 'Control Component',
controlVerification: 'Validate Component',
@@ -1016,8 +1016,8 @@ module.exports = {
implementationModel: 'Implementation Model',
primaryCoverageCn: 'Description (Cn)',
primaryCoverageEn: 'Description (En)',
workProgressCn: 'NIO Work Progress (Cn)',
workProgressEn: 'NIO Work Progress (En)',
workProgressCn: 'Work Progress (Cn)',//NIO Work Progress (Cn)
workProgressEn: 'Work Progress (En)',//NIO Work Progress (En)
initiatingProcess: 'Initiate Process',
collectResults: 'Collect Results',
dateOfInitiation: 'Date Of Initiation',
@@ -1054,7 +1054,7 @@ module.exports = {
Aftersynchronization: 'After synchronization, the parameter items cannot be modified.',
FNumber: 'Number',
NNNiONumber: 'Number',
NNiONumber: 'NIO Number',
NNiONumber: 'Number',//NIO Number
ParameterNo: 'Number',
NRequired: 'Required',
NParameterName: 'Para Name',
+8 -8
View File
@@ -642,7 +642,7 @@ module.exports = {
TaskRequirements: '任务要求',
CertificationProgress: '认证进度',
CurrentProjectStatusEvaluation: '当前项目状态评估',
NiONumber: 'NIO编号',
NiONumber: '编号',//NIO编号
ParameterName: '参数名称',
ParameterDescription: '参数说明',
Version: '版本',
@@ -746,7 +746,7 @@ module.exports = {
// 认证
// 认证状态
timeoperation: '才有权限操作此按钮',
NiOnumberis: 'NIO编号为',
NiOnumberis: '编号为',//NIO编号为
NoOperationPermissionForthisbutton: '没有此按钮的操作权限',
Attentionfreeze: '冻结后该冻结配置内容不可进行编辑',
Filledperson: '工程接口人没有填写,请填写完工程接口人再进行下发收集',
@@ -815,7 +815,7 @@ module.exports = {
templateName: '模板名称',
pleaseSelectData: '请选择数据',
templateCopy: '模板复制',
NiOnumberalreadyexists: 'NIO编号已存在,请更换NIO编号',
NiOnumberalreadyexists: '编号已存在,请更换编号',//NIO编号已存在,请更换NIO编号
attachmentTemplate: '附件模板',
controlAlternatives: '控件备选值',
controlVerification: '控件校验',
@@ -1026,8 +1026,8 @@ module.exports = {
implementationModel: '实施车型',
primaryCoverageCn: '主要内容(中文)',
primaryCoverageEn: '主要内容(英文)',
workProgressCn: 'NIO工作进展(中文)',
workProgressEn: 'NIO工作进展(英文)',
workProgressCn: '工作进展(中文)',//NIO工作进展(中文)
workProgressEn: '工作进展(英文)',//NIO工作进展(英文)
initiatingProcess: '发起流程',
collectResults: '收集结果',
dateOfInitiation: '发起日期',
@@ -1064,8 +1064,8 @@ module.exports = {
Synchronizedatabase: '是否同步选中行数据至上报库?',
Aftersynchronization: '同步后的参数项将不可修改',
FNumber: '账号',
NNNiONumber: 'NIO编号',
NNiONumber: 'NIO编号',
NNNiONumber: '编号',//NIO编号
NNiONumber: '编号',//NIO编号
ParameterNo: '编号',
NRequired: '是否必填',
NParameterName: '参数名称',
@@ -1101,7 +1101,7 @@ module.exports = {
NFourDecimalplaces: '四位小数',
Copyparameterlist: '复制参数清单',
Templatenamelist: '模板名称-参数项收集清单',
newNiONumber: 'NIO编号',
newNiONumber: '编号',//NIO编号
English: '英文',
requiredParametersEmpty: '必填参数不能为空',
theResponsiblePersonAndDeadlineClank: '的责任人截止时间不能为空',
+5 -5
View File
@@ -1,13 +1,13 @@
<template>
<div class="logo">
<router-link :to="{name:'dashboard'}">
<!-- <router-link :to="{name:'dashboard'}">-->
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
<img v-if="!collapsed" src="~@/assets/logo.png" alt="logo" class="logoImg">
<img v-if="collapsed" src="~@/assets/logoOne.png" alt="logo" class="logoImgOne">
<!-- <img v-if="!collapsed" src="~@/assets/logo.png" alt="logo" class="logoImg">-->
<!-- <img v-if="collapsed" src="~@/assets/logoOne.png" alt="logo" class="logoImgOne">-->
<!-- <img v-else src="~@/assets/logo.png" alt="logo">-->
<!-- update-begin- author:sunjianlei --- date:20190814 --- for: logo颜色根据主题颜色变化 -->
<span v-if="showTitle && !collapsed" class="logoTitle">{{ title }}</span>
</router-link>
<!-- <span v-if="showTitle && !collapsed" class="logoTitle">{{ title }}</span>-->
<!-- </router-link>-->
</div>
</template>