Commit b9bcaf6f1b097d12e7d7881a62d9cf51b70d8501

Authored by Min
1 parent b952f416

1.处理末条翻译

src/components/Manufacture/CommonPackEvent.js
@@ -1475,7 +1475,7 @@ const ParamsChooseNewModal = props => { @@ -1475,7 +1475,7 @@ const ParamsChooseNewModal = props => {
1475 1475
1476 const BtnFirst= commonFunc.showMessage(props.app.commonConst, 'BtnFirst') || '首条' ; 1476 const BtnFirst= commonFunc.showMessage(props.app.commonConst, 'BtnFirst') || '首条' ;
1477 1477
1478 - const BtnLast= commonFunc.showMessage(props.app.commonConst, 'Btnlast') || '末条' ; 1478 + const BtnLast= commonFunc.showMessage(props.app.commonConst, 'BtnLast') || '末条' ;
1479 1479
1480 const BtnPrior= commonFunc.showMessage(props.app.commonConst, 'BtnPrior') || '上一条' ; 1480 const BtnPrior= commonFunc.showMessage(props.app.commonConst, 'BtnPrior') || '上一条' ;
1481 1481
src/components/Manufacture/WorkOrderPack/WorkOrderPackTableTree.js
@@ -9352,7 +9352,7 @@ const ModalComponent = props => { @@ -9352,7 +9352,7 @@ const ModalComponent = props => {
9352 const sProcessParams = commonFunc.showMessage(props.app.commonConst, 'workParam') || '工单参数' ; 9352 const sProcessParams = commonFunc.showMessage(props.app.commonConst, 'workParam') || '工单参数' ;
9353 const BtnFirst= commonFunc.showMessage(props.app.commonConst, 'BtnFirst') || '首条' ; 9353 const BtnFirst= commonFunc.showMessage(props.app.commonConst, 'BtnFirst') || '首条' ;
9354 9354
9355 - const BtnLast= commonFunc.showMessage(props.app.commonConst, 'Btnlast') || '末条' ; 9355 + const BtnLast= commonFunc.showMessage(props.app.commonConst, 'BtnLast') || '末条' ;
9356 9356
9357 const BtnPrior= commonFunc.showMessage(props.app.commonConst, 'BtnPrior') || '上一条' ; 9357 const BtnPrior= commonFunc.showMessage(props.app.commonConst, 'BtnPrior') || '上一条' ;
9358 9358