소스 검색

Merge branch 'master' of http://47.100.37.243:10080/wutt/manHourHousekeeper

ggooalice 2 년 전
부모
커밋
f187c8408c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -943,7 +943,8 @@
         <!-- 新增/编辑 分类条目 -->
         <el-dialog :title="$t('addmodifycategoryentry')" v-if="addClfDialog" :visible.sync="addClfDialog" :close-on-click-modal="false" customClass="customWidth" width="500px">
             <el-form ref="form2" :model="addClf" :rules="rules" label-width="100px">
-                <el-form-item :label="$t('mainProjectName')" prop="name">
+                <!-- <el-form-item :label="$t('mainProjectName')" prop="name"> -->
+                <el-form-item :label="$t('fen-lei-ming-cheng')" prop="name">
                     <el-input v-model="addClf.name" :placeholder="$t('peaseenterthe')" clearable></el-input>
                 </el-form-item>
             </el-form>