Commit 11bba794 by 闫泽浩

Getfre汉化更新

parent ca28c3ac
......@@ -3,14 +3,14 @@
<!-- SF000344 : Number of Amendm. -->
<c-col :span="12">
<c-form-item :label="$t('getfre.SF000344')" prop="trnmod.swiadd.amenbr">
<c-input v-model="model.trnmod.swiadd.amenbr" :placeholder="$t('other.please_enter')+$t('getfre.SF000344')"></c-input>
<c-form-item label="修改次数" prop="trnmod.swiadd.amenbr">
<c-input v-model="model.trnmod.swiadd.amenbr" placeholder="请输入修改次数"></c-input>
</c-form-item>
</c-col>
<!-- SF000345 : Reason for Rejection -->
<c-col :span="12">
<c-form-item :label="$t('getfre.SF000345')" prop="trnmod.swiadd.amestatxt">
<c-form-item label="修改说明" prop="trnmod.swiadd.amestatxt">
<c-input type="textarea" v-model="model.trnmod.swiadd.amestatxt" maxlength="35" show-word-limit :placeholder="$t('other.please_enter')+$t('getfre.SF000345')" ></c-input>
</c-form-item>
</c-col>
......
......@@ -3,8 +3,8 @@
<!-- S0000334 : Declaration of Indemnity -->
<c-col :span="12">
<c-form-item label="Declaration of Indemnity Text" prop="gidgrp.blk.revtxt">
<c-input type="textarea" v-model="model.gidgrp.blk.revtxt" maxlength="65" show-word-limit :placeholder="$t('other.please_enter')+'Declaration of Indemnity Text'" ></c-input>
<c-form-item label="赔偿声明文本" prop="gidgrp.blk.revtxt">
<c-input type="textarea" v-model="model.gidgrp.blk.revtxt" maxlength="65" show-word-limit placeholder="请输入赔偿声明文本" ></c-input>
</c-form-item>
</c-col>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment