Commit de982ba1 by liuchenxi

update: 列表顺序调整

parent 8b760a47
......@@ -34,7 +34,7 @@
</template>
</el-table-column>
</el-table>
<dm-pagination background class="dm-pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="tableData.currentPage" :page-sizes="tableData.pageSizeList" :page-size="tableData.pageSize" layout="total, sizes, prev, pager, next" :total="tableData.total" hide-on-single-page />
<el-pagination background class="dm-pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange" :current-page="tableData.currentPage" :page-sizes="tableData.pageSizeList" :page-size="tableData.pageSize" layout="total, sizes, prev, pager, next" :total="tableData.total" hide-on-single-page />
</div>
<el-dialog :visible.sync="dialogData.visible" :title="dialogData.title" append-to-body width="600px">
<el-table :data="dialogData.list" max-height="500">
......@@ -91,10 +91,10 @@ export default {
],
channelList: [],
channelStatusList: [
{ label: '全部', value: null },
{ label: '已通过', value: 0 },
{ label: '未通过', value: 2 },
{ label: '审核中', value: 1 },
{ label: '全部', value: null }
],
search: {
searchKey: '',
......
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