细节
This commit is contained in:
@@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user