Ver código fonte

提交相关代码

Lijy 9 meses atrás
pai
commit
bb4adaf0c7

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

@@ -133,7 +133,8 @@
                 <el-form-item style="display: inline-block;width:300px;margin-right: 400px" :label="$t('lengthunit')">
                     <el-radio-group v-model="addForm.timeType" @change="chanRadio()" style="display:inline-block;width:240px">
                         <el-radio label="0">{{ $t('accordingdays') }}</el-radio>
-                        <el-radio label="1" v-if="addForm.leaveType != 6">{{ $t('leavehour') }}</el-radio>
+                        <!-- <el-radio label="1" v-if="addForm.leaveType != 6">{{ $t('leavehour') }}</el-radio> -->
+                        <el-radio label="1">{{ $t('leavehour') }}</el-radio>
                     </el-radio-group>
                 </el-form-item>
                 <!-- 时间选择 -->