|
@@ -11,10 +11,10 @@
|
|
|
<template slot-scope="scope">
|
|
|
<el-button size="mini" type="text" style="background: #F5A40C;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']"
|
|
|
@click="dec_btn(scope.row)">查看详情</el-button>
|
|
|
- <el-button size="mini" type="text" style="background: #0669B2;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']"
|
|
|
+ <!-- <el-button size="mini" type="text" style="background: #0669B2;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']"
|
|
|
@click="infoBtn(scope.row)" v-if="scope.row.projectStatus%2==1">提交</el-button>
|
|
|
<el-button size="mini" type="text" style="background: #DE1939;color: #FFF;padding: 7px;" v-hasPermi="['projectInfo:info:edit']"
|
|
|
- @click="bh_brn(scope.row)">销号</el-button>
|
|
|
+ @click="bh_brn(scope.row)">销号</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
@@ -66,7 +66,8 @@
|
|
|
toBeReviewedList,
|
|
|
setExamine,
|
|
|
setReject,
|
|
|
- getUnitAmountList,
|
|
|
+ getUnitAmountList,
|
|
|
+ setPass,
|
|
|
getIndexEharts
|
|
|
} from '@/api/statistical'
|
|
|
export default {
|