|
@@ -1,6 +1,6 @@
|
|
<template>
|
|
<template>
|
|
<div id="index">
|
|
<div id="index">
|
|
- <admin-frame @search="search" :limit="limit" :total="total" topType="2" :leftArrow="false" :rightArrow="false" :useNav="false">
|
|
|
|
|
|
+ <admin-frame @search="search" :limit="limit" :total="total" topType="2" :useTop="false" :useNav="false">
|
|
<template v-slot:info>
|
|
<template v-slot:info>
|
|
<van-col :span="24" class="one">
|
|
<van-col :span="24" class="one">
|
|
<van-button type="info" size="small" @click="toSearch">查询条件</van-button>
|
|
<van-button type="info" size="small" @click="toSearch">查询条件</van-button>
|