This commit is contained in:
2023-06-12 16:47:41 +08:00
parent 478a5b217c
commit 52604a1468
6 changed files with 31 additions and 49 deletions

View File

@@ -56,7 +56,7 @@
<th width="8%">报废数量</th>
<th width="8%">报修数量</th>
<th width="9%">开始时间</th>
<th width="9%">开始时间</th>
<th width="9%">结束时间</th>
</tr>
<tr v-for="e in dataList" :key="e.workorder_id" :class="{'selected_icon': pkId === e.workorder_id}" @click="toRadio(e)">
<!-- <td>
@@ -113,7 +113,7 @@ export default {
},
data () {
return {
value1: [],
value1: [new Date((new Date().getTime() - 24 * 60 * 60 * 1000)), new Date((new Date().getTime() + 24 * 60 * 60 * 1000))],
options: [],
value: '',
keyValue: '',