Kaynağa Gözat

提交移动端的调休假支持按小时请假

Lijy 8 ay önce
ebeveyn
işleme
0ecc994231

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet_h5/src/views/exaLeave/applyLeave.vue

@@ -50,7 +50,8 @@
                     <template #input>
                         <van-radio-group v-model="editForm.timeType" direction="horizontal" @change="timeTypeChange">
                             <van-radio name="0">按天</van-radio>
-                            <van-radio name="1" v-if="editForm.leaveType != 6">按小时</van-radio>
+                            <!-- <van-radio name="1" v-if="editForm.leaveType != 6">按小时</van-radio> -->
+                            <van-radio name="1">按小时</van-radio>
                         </van-radio-group>
                     </template>
                 </van-field>