Browse Source

国际化补充

xiaohaizhao 9 months ago
parent
commit
b611d09733

+ 1 - 1
src/HDrpManagement/ProductMag/modules/add.vue

@@ -22,7 +22,7 @@
             </el-col>
             <el-col :span="12">
               <el-form-item :label="$t(`ERP品名`)" prop="erpitemname">
-                <el-input :disabled="calcDisabled" v-model="form.erpitemname" :placeholder="$t(`输入ERP品名`)"></el-input>
+                <el-input :disabled="calcDisabled" v-model="form.erpitemname" :placeholder="$t(`请输入erp品名`)"></el-input>
               </el-form-item>
             </el-col>
             <el-col :span="12">

+ 1 - 1
src/HDrpManagement/ProductMag/modules/edit.vue

@@ -22,7 +22,7 @@
             </el-col>
             <el-col :span="12">
               <el-form-item :label="$t(`ERP品名`)" prop="erpitemname">
-                <el-input :disabled="calcDisabled" v-model="form.erpitemname" :placeholder="$t(`输入ERP品名`)"></el-input>
+                <el-input :disabled="calcDisabled" v-model="form.erpitemname" :placeholder="$t(`请输入erp品名`)"></el-input>
               </el-form-item>
             </el-col>
             <el-col :span="12">

+ 2 - 2
src/optionSystem/FProductManage/modules/diefa/diefaAdd.vue

@@ -19,12 +19,12 @@
             </el-col>
             <el-col :span="12">
                 <el-form-item  :label="$t(`erp品名`)" prop="erpitemname" :rules="[{ required: true, message: $t('请输入erp品名')}]">
-                    <el-input type="text" autosize v-model="form.erpitemname" :placeholder="$t(`输入erp品名`)"></el-input>
+                    <el-input type="text" autosize v-model="form.erpitemname" :placeholder="$t(`输入erp品名`)"></el-input>
                 </el-form-item>
             </el-col>
             <el-col :span="12">
                 <el-form-item  :label="$t(`规格尺寸`)" prop="spec" :rules="[{ required: true, message: $t('请输入规格尺寸')}]">
-                    <el-input type="text" autosize v-model="form.spec" :placeholder="$t(`输入规格尺寸`)"></el-input>
+                    <el-input type="text" autosize v-model="form.spec" :placeholder="$t(`输入规格尺寸`)"></el-input>
                 </el-form-item>
             </el-col>
             <el-col :span="12">

+ 2 - 2
src/optionSystem/FProductManage/modules/diefa/edit.vue

@@ -61,7 +61,7 @@
               type="text"
               autosize
               v-model="form.erpitemname"
-              :placeholder="$t(`输入erp品名`)"
+              :placeholder="$t(`输入erp品名`)"
             ></el-input>
           </el-form-item>
         </el-col>
@@ -75,7 +75,7 @@
               type="text"
               autosize
               v-model="form.spec"
-              :placeholder="$t(`输入规格尺寸`)"
+              :placeholder="$t(`输入规格尺寸`)"
             ></el-input>
           </el-form-item>
         </el-col>