|
@@ -5,7 +5,7 @@
|
|
<el-card class="box-card daily" shadow="never">
|
|
<el-card class="box-card daily" shadow="never">
|
|
<div style="position: relative;margin-top: -20px;margin-bottom: 20px">
|
|
<div style="position: relative;margin-top: -20px;margin-bottom: 20px">
|
|
<!-- <div class="jjk" style="display:inline-block;position:fixed;top:70px;background:#fff;left:250px;"> -->
|
|
<!-- <div class="jjk" style="display:inline-block;position:fixed;top:70px;background:#fff;left:250px;"> -->
|
|
- <div class="jjk" style="display:inline-block;position:absolute;top:10px;background:#fff;left:0px;">
|
|
|
|
|
|
+ <div class="jjk" style="display:inline-block;position:absolute;top:15px;background:#fff;left:0px;">
|
|
<el-date-picker size="small" v-model="date" :editable="false" format="yyyy-MM" value-format="yyyy-MM"
|
|
<el-date-picker size="small" v-model="date" :editable="false" format="yyyy-MM" value-format="yyyy-MM"
|
|
style="width:190px;"
|
|
style="width:190px;"
|
|
@change="changeMonthOut" :clearable="false" type="month" placeholder="选择月份"></el-date-picker>
|
|
@change="changeMonthOut" :clearable="false" type="month" placeholder="选择月份"></el-date-picker>
|
|
@@ -19,13 +19,15 @@
|
|
<el-button style="margin-left:10px;" icon="iconfont firerock-icongongshitongji" size="mini" @click="showWorkTime"></el-button>
|
|
<el-button style="margin-left:10px;" icon="iconfont firerock-icongongshitongji" size="mini" @click="showWorkTime"></el-button>
|
|
</div> -->
|
|
</div> -->
|
|
<span v-for="(item,index) in allDate" :id="'day'+index" :class="index==choseDay?'chooseDate date_item':'date_item'"
|
|
<span v-for="(item,index) in allDate" :id="'day'+index" :class="index==choseDay?'chooseDate date_item':'date_item'"
|
|
- @click="choseDate(index, item)" :key="index" >
|
|
|
|
|
|
+ @click="choseDate(index, item)" :key="index" style="padding:0 6px;">
|
|
<div :style="'display:inline-block;'+(item.state == null?'padding:0px 6px;':'')" >
|
|
<div :style="'display:inline-block;'+(item.state == null?'padding:0px 6px;':'')" >
|
|
- <div><span>{{item.showDate}}</span>
|
|
|
|
|
|
+ <div style="text-align:center;position:relative;"><span>{{item.showDate}}</span>
|
|
|
|
+ <br>
|
|
<span style="font-size:10px;text-align:center;color:#999;">{{item.weekDay}}</span>
|
|
<span style="font-size:10px;text-align:center;color:#999;">{{item.weekDay}}</span>
|
|
|
|
+ <i v-if="item.state != null" class="iconfont firerock-icondot" :class="statusStyle[item.state]" style="position:absolute;top:-1px;right:-18px"></i>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <i v-if="item.state != null" class="iconfont firerock-icondot" :class="statusStyle[item.state]"></i>
|
|
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|