Kaynağa Gözat

编辑去除空格

xiaohaizhao 9 ay önce
ebeveyn
işleme
4dd171d422

+ 1 - 1
src/optionSystem/FProductManage/modules/edit.vue

@@ -6,7 +6,7 @@
       @click="onShow"
       :disabled="data.lectotypestatus != '新建'"
     >
-      {{ $t("编辑 ") }}</el-button
+      {{ $t("编辑") }}</el-button
     >
     <el-drawer
       :title="$t(`编辑成品`)"

+ 1 - 1
src/optionSystem/optionOrder/detail/modules/edit.vue

@@ -6,7 +6,7 @@
       @click="onShow"
       :disabled="data.createuserid != userid || data.status == '无需评审'"
     >
-      {{ $t("编辑 ") }}</el-button
+      {{ $t("编辑") }}</el-button
     >
     <el-drawer
       custom-class="custom-select-option_class"

+ 1 - 1
src/optionSystem/optionOrder/modules/edit.vue

@@ -1,7 +1,7 @@
 <template>
   <div>
     <el-button type="primary" size="mini" @click="onShow">
-      {{ $t("编辑 ") }}</el-button
+      {{ $t("编辑") }}</el-button
     >
     <el-drawer
       :title="$t(`编辑成品`)"

+ 1 - 1
src/optionSystem/valveOption/DieFa.vue

@@ -9,7 +9,7 @@
       <div class="my-steps">
         <a-steps :current="active - 1" style="margin-bottom: 10px">
           <a-step
-            :title="item.title"
+            :title="$t(item.title)"
             v-for="(item, index) in items"
             :key="index"
           >