|
@@ -193,14 +193,14 @@
|
|
|
<el-button type="primary" v-if="scope.row.state==0&& $store.state.userInfo.type==0" class="disa" size="mini">审核</el-button>
|
|
|
<el-button type="primary" @click="Audit(scope.row,1)" v-if="scope.row.state==1&& $store.state.userInfo.type==0" size="mini">审核</el-button>
|
|
|
<el-button type="primary" v-if="scope.row.state==2&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
|
|
|
- <el-button type="primary" v-if="scope.row.state==3&& $store.state.userInfo.type==0" class="disa" size="mini">已完结</el-button>
|
|
|
+ <el-button type="primary" v-if="scope.row.state==3&& $store.state.userInfo.type==0" class="disa" size="mini">已审核</el-button>
|
|
|
|
|
|
|
|
|
|
|
|
<el-button v-if="scope.row.state==0" class="disa" type="primary" size="mini">完结</el-button>
|
|
|
<el-button v-if="scope.row.state==1" class="disa" type="primary" size="mini">完结</el-button>
|
|
|
<el-button v-if="scope.row.state==2" @click="endDialogShow(scope.row.fid)" type="primary" size="mini">完结</el-button>
|
|
|
- <el-button v-if="scope.row.state==3" class="disa" type="primary" size="mini">已完结</el-button>
|
|
|
+ <el-button v-if="scope.row.state==3" class="disa" type="primary" size="mini">已报销</el-button>
|
|
|
|
|
|
|
|
|
</div>
|