Commit ca006bb0 authored by xhx's avatar xhx

fix

parent 6b767406
...@@ -74,20 +74,6 @@ ...@@ -74,20 +74,6 @@
@click="handleClickNagigate" @click="handleClickNagigate"
/> />
</div> </div>
<template v-if="is_normal_work">
<icon
name="icon-a-shijian"
color="#1B1F37"
size="14"
class="inline-block align-text-top mr-3"
/>
<span
class="text-gray-400 text-sm inline-block align-top"
>{{ weekDays }}{{ dailyTime }}</span>
</template>
<template v-else>
<div class="text-red">{{ errorReason }}</div>
</template>
</div> </div>
</div> </div>
<!-- 底部操作 --> <!-- 底部操作 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment