Browse Source

英文版格式校验提示词缩短

milestone-20260415-金币优化4期
ZhangYong 14 hours ago
parent
commit
aba38865f5
  1. 2
      src/components/locales/lang/en.js
  2. 5
      src/views/moneyManage/financialAccount/cashFlow.vue

2
src/components/locales/lang/en.js

@ -1346,7 +1346,7 @@ export default {
processingFee:"Processing Fee", processingFee:"Processing Fee",
processingFeePlaceholder:"Processing Fee Placeholder", processingFeePlaceholder:"Processing Fee Placeholder",
quantityMustBeNumber:"Quantity Must Be Number", quantityMustBeNumber:"Quantity Must Be Number",
invalidFormat:"Invalid amount format. Maximum 2 decimal places allowed.",
invalidFormat:"Max 2 decimals allowed.",
paymentMust:"Payment amount must be 0", paymentMust:"Payment amount must be 0",
remarksexceed:"Please enter remarks", remarksexceed:"Please enter remarks",
marketConsumption:"Market Consumption Gold Performance Adjustment", marketConsumption:"Market Consumption Gold Performance Adjustment",

5
src/views/moneyManage/financialAccount/cashFlow.vue

@ -1085,7 +1085,7 @@ onBeforeUnmount(() => {
<el-input v-model="addOtherForm.paymentAmount" :placeholder="t('cash.cashFlow.paymentAmountPlaceholder')" /> <el-input v-model="addOtherForm.paymentAmount" :placeholder="t('cash.cashFlow.paymentAmountPlaceholder')" />
</el-form-item> </el-form-item>
<el-form-item :label="t('cash.cashFlow.paymentTime')" prop="payTime"> <el-form-item :label="t('cash.cashFlow.paymentTime')" prop="payTime">
<el-date-picker v-model="addOtherForm.payTime" type="datetime" :placeholder="t('cash.cashFlow.paymentTimePlaceholder')" value-format="YYYY-MM-DD HH:mm:ss"/>
<el-date-picker v-model="addOtherForm.payTime" type="datetime" :placeholder="t('cash.cashFlow.paymentTimePlaceholder')" value-format="YYYY-MM-DD HH:mm:ss" style="width: 100%;"/>
</el-form-item> </el-form-item>
<el-form-item :label="t('cash.cashFlow.bankHandlingFee')" prop="handlingCharge"> <el-form-item :label="t('cash.cashFlow.bankHandlingFee')" prop="handlingCharge">
<el-input v-model="addOtherForm.handlingCharge" :placeholder="t('cash.cashFlow.bankHandlingFeePlaceholder')" /> <el-input v-model="addOtherForm.handlingCharge" :placeholder="t('cash.cashFlow.bankHandlingFeePlaceholder')" />
@ -1369,10 +1369,11 @@ onBeforeUnmount(() => {
margin-top: 30px; margin-top: 30px;
} }
:deep(.adddialog) { :deep(.adddialog) {
min-width: 400px;
min-width: 450px;
background-color: #F3FAFE !important; background-color: #F3FAFE !important;
margin-top: 8vh; margin-top: 8vh;
border-radius: 8px; border-radius: 8px;
padding: 30px;
} }
.popover-content { .popover-content {
.popover-title { .popover-title {

Loading…
Cancel
Save