master
parent
44fcf985fe
commit
9816790316
|
|
@ -38,11 +38,11 @@
|
|||
<div v-for="(item,index) in list" class="listItem" @click="myNavigateTo(item)">
|
||||
<div class="row1"><text>{{item.year+'年度调令第'+item.serial+'号'}}</text></div>
|
||||
<div class="row2">
|
||||
<div><text>{{myType[item.dispatchType]}}</text></div>
|
||||
<div>
|
||||
<text :style="{marginRight:'5px'}">{{item.createUserName}}</text>
|
||||
<text>{{item.createTm}}</text>
|
||||
</div>
|
||||
<div><text>{{myType[item.dispatchType]}}</text></div>
|
||||
</div>
|
||||
</div>
|
||||
<div :style="{height:'100px'}"></div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue