Commit 7461bd72 authored by 黄奎's avatar 黄奎

页面修改

parent 167c2b5f
......@@ -27,7 +27,7 @@
</div>
<div class="page-content">
<q-table :loading="loading" no-data-label="暂无相关数据" flat class="sticky-column-table sticky-right-column-table"
separator="none" :data="dataList" :columns="columns" row-key="name">
separator="none" :data="dataList" :columns="columns" row-key="name" :pagination="msg">
<template v-slot:body-cell-CustomerName="props">
<q-td :props="props">
<q-avatar rounded size="sm" v-if="props.row.CustomerImage">
......@@ -128,7 +128,6 @@
rowsPerPage: 12,
Type: '0', // 类型 1返佣 2幸福存折
AuditStatus: '0', //状态 1申请中 2待打款 3已打款 4拒绝
},
loading: false,
TypeList: [{
......
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