|
@@ -194,7 +194,7 @@
|
|
|
|
|
|
<el-button v-show="scope.row.state==0" class="disa" type="primary" size="mini">完结</el-button>
|
|
|
<el-button v-show="scope.row.state==1" class="disa" type="primary" size="mini">完结</el-button>
|
|
|
- <el-button v-show="scope.row.state==2" @click="endDialogShow(scope.row.fid)" type="primary" size="mini">已完结</el-button>
|
|
|
+ <el-button v-show="scope.row.state==2" @click="endDialogShow(scope.row.fid)" type="primary" size="mini">完结</el-button>
|
|
|
<el-button v-show="scope.row.state==3" class="disa" type="primary" size="mini">已完结</el-button>
|
|
|
|
|
|
|
|
@@ -222,7 +222,7 @@
|
|
|
title="立项审核"
|
|
|
:visible.sync="dialogVisible"
|
|
|
width="750px"
|
|
|
- class="dialog"
|
|
|
+ class="pageSubmitData"
|
|
|
:before-close="init">
|
|
|
<div class="diaTit1" style="margin-top: 0;">
|
|
|
<div class="spans">项目名称:</div><div style="margin-right: 30px;color: #adadad;">{{ ProjectFundData.title }}</div>
|