|
@@ -6,21 +6,9 @@
|
|
|
<!-- <ws-button type="primary" @click="screen(2)">待结算</ws-button>
|
|
|
<ws-button type="primary" @click="screen(0)">待审核</ws-button>
|
|
|
<ws-button type="primary" @click="screen()">全部</ws-button> -->
|
|
|
- <ws-button
|
|
|
- :type="searchType == 0 ? 'primary' : ''"
|
|
|
- @click="screen(1)"
|
|
|
- >待审核</ws-button
|
|
|
- >
|
|
|
- <ws-button
|
|
|
- :type="searchType == 2 ? 'primary' : ''"
|
|
|
- @click="screen(2)"
|
|
|
- >待结算</ws-button
|
|
|
- >
|
|
|
- <ws-button
|
|
|
- :type="searchType == -1 ? 'primary' : ''"
|
|
|
- @click="screen(-1)"
|
|
|
- >全部</ws-button
|
|
|
- >
|
|
|
+ <ws-button :type="searchType == 0 ? 'primary' : ''" @click="screen(1)" v-if="isShowAdopt" >待审核</ws-button >
|
|
|
+ <ws-button :type="searchType == 2 ? 'primary' : ''" @click="screen(2)">待结算</ws-button>
|
|
|
+ <ws-button :type="searchType == -1 ? 'primary' : ''" @click="screen(-1)" >全部</ws-button>
|
|
|
<ws-button type="primary" @click="reject" v-if="isShowAdopt">驳回</ws-button>
|
|
|
<ws-button type="primary" @click="adopt" v-if="isShowAdopt">通过</ws-button>
|
|
|
<!-- <ws-button type="primary" @click="handlepass" v-if="isShowAdopt">审核</ws-button> -->
|