Commit 85634937 authored by 罗超's avatar 罗超

2

parent a2624c0b
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<tbody v-for="(item, index) in dataList" :key="index"> <tbody v-for="(item, index) in dataList" :key="index">
<tr> <tr>
<td :rowspan="3" style="text-align: left"> <td :rowspan="3" style="text-align: left">
<div class="order_OfferId" >{{item.OrderId}}</div> <div class="" >{{item.OrderId}}</div>
<div>{{item.OrderNo}}</div> <div>{{item.OrderNo}}</div>
<div> <div>
订单类型: 订单类型:
...@@ -119,6 +119,9 @@ ...@@ -119,6 +119,9 @@
<span v-else>暂无</span> <span v-else>暂无</span>
</div> </div>
</div> </div>
<div class="col-4">
<div>收款单据:<span v-for="(x,y) in item.IncomeList" :key="y" class="q-ml-xs" style="color:#02C499">{{x.FrID}}</span></div>
</div>
</div> </div>
</td> </td>
</tr> </tr>
...@@ -139,11 +142,15 @@ ...@@ -139,11 +142,15 @@
viewType:{ viewType:{
type: Number, type: Number,
default: 0 default: 0
},
loading:{
type: Boolean,
default: false
} }
}, },
data() { data() {
return { return {
loading:false,
}; };
}, },
created() { created() {
...@@ -379,15 +386,6 @@ ...@@ -379,15 +386,6 @@
.table-body { .table-body {
overflow-x: hidden; overflow-x: hidden;
overflow-y: auto; overflow-y: auto;
} height: calc(100vh - 240px );
.classorder .redstyle {
color: var(--q-color-negative);
}
.order_OferTitle {
font-size: 14px;
color: #333333;
margin-bottom: 10px;
} }
</style> </style>
\ No newline at end of file
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</div> </div>
</div> </div>
<div class="page-content"> <div class="page-content">
<OrderList :dataList="dataList"></OrderList> <OrderList :dataList="dataList" :loading="loading"></OrderList>
<div> <div>
<q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount" <q-pagination class="full-width justify-end" v-model="msg.pageIndex" color="primary" :max="pageCount"
:input="true" @input="changePage" /> :input="true" @input="changePage" />
......
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