Commit 45faabd9 authored by zhengke's avatar zhengke

2

parent 0172ba3d
......@@ -258,9 +258,6 @@
<q-tab name="5" label="合同" />
<q-tab name="6" label="工单" />
</q-tabs>
<!-- <q-tabs v-model="data.First">
<q-tab v-for="(qItem,qIndex) in data.tripTypeArr" :name="qItem.Id" :label="qItem.Name" :key="qIndex"></q-tab>
</q-tabs> -->
<div class="tripTypeContent">
<div v-for="(qItem,qIndex) in data.tripTypeArr" :key="qIndex" :class="{'ckedClass':qIndex==customTripMsg.Type}"
@click="getckedType(qItem)">{{qItem.Name}}</div>
......@@ -284,7 +281,6 @@
</q-timeline>
</div>
</div>
<!-- <q-pagination v-model="current" :max="5" direction-links/> -->
<q-pagination class="full-width justify-end" v-model="customTripMsg.pageIndex" color="primary" :max="data.TripPageCount"
:input="true" @update:model-value ="changePage" />
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment