Commit c93be22a authored by 黄奎's avatar 黄奎

页面修改

parent 0cd6182d
This diff is collapsed.
...@@ -32,14 +32,24 @@ ...@@ -32,14 +32,24 @@
<q-td :props="props"> <q-td :props="props">
<div style="max-width: 150px; overflow: hidden; <div style="max-width: 150px; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis;">{{props.row.PrizeAddress}}</div> text-overflow: ellipsis;">
{{props.row.PrizeAddress}}
<q-tooltip :offset="[10, 10]">
{{props.row.PrizeAddress}}
</q-tooltip>
</div>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-Description="props"> <template v-slot:body-cell-Description="props">
<q-td :props="props"> <q-td :props="props">
<div style="max-width: 200px; overflow: hidden; <div style="max-width: 200px; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis;">{{props.row.Description}}</div> text-overflow: ellipsis;">
{{props.row.Description}}
<q-tooltip :offset="[10, 10]">
{{props.row.Description}}
</q-tooltip>
</div>
</q-td> </q-td>
</template> </template>
<template v-slot:bottom> <template v-slot:bottom>
...@@ -125,9 +135,10 @@ ...@@ -125,9 +135,10 @@
loading: true, loading: true,
msg: { msg: {
pageIndex: 1, pageIndex: 1,
pageSize: 20, pageSize: 12,
PrizeType: 0, PrizeType: 0,
Title: '', Title: '',
rowsPerPage: 12,
}, },
platList: [], platList: [],
pageCount: 0, pageCount: 0,
......
This diff is collapsed.
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