parent
b27687d35f
commit
4db5926d6b
5 changed files with 25 additions and 39 deletions
|
@ -24,16 +24,17 @@
|
|||
<!--style="width: 168px"></time-picker>-->
|
||||
<!--</i-col>-->
|
||||
<i-col span="12">
|
||||
<time-picker
|
||||
:value="value2"
|
||||
type="timerange"
|
||||
placeholder="选择时间"
|
||||
format="HH:mm:ss"
|
||||
:hide-disabled-options="false"
|
||||
@on-change="c"
|
||||
@on-ok="ok"
|
||||
@on-clear="clear"
|
||||
style="width: 168px"></time-picker>
|
||||
<Time-picker type="time" :value="value" placeholder="选择时间" style="width: 168px"></Time-picker>
|
||||
<!--<time-picker-->
|
||||
<!--:value="value2"-->
|
||||
<!--type="timerange"-->
|
||||
<!--placeholder="选择时间"-->
|
||||
<!--format="HH:mm:ss"-->
|
||||
<!--:hide-disabled-options="false"-->
|
||||
<!--@on-change="c"-->
|
||||
<!--@on-ok="ok"-->
|
||||
<!--@on-clear="clear"-->
|
||||
<!--style="width: 168px"></time-picker>-->
|
||||
</i-col>
|
||||
</row>
|
||||
</template>
|
||||
|
|
|
@ -4,25 +4,13 @@
|
|||
}
|
||||
</style>
|
||||
<template>
|
||||
{{properties|json}}<br>
|
||||
{{units|json}}
|
||||
<Checkbox-group :model.sync="properties">
|
||||
<Checkbox v-for="unit in units" :value="unit.UnitName"></Checkbox>
|
||||
</Checkbox-group>
|
||||
<Back-top></Back-top>
|
||||
<row>
|
||||
<i-col span="0">123</i-col>
|
||||
<i-col span="24">24</i-col>
|
||||
</row>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
properties: [],
|
||||
units: []
|
||||
}
|
||||
},
|
||||
ready () {
|
||||
setTimeout(() => {
|
||||
this.units = [{UnitName:"件"},{UnitName:"箱"},{UnitName:"双"}];
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue