|
|
@@ -183,7 +183,7 @@
|
|
|
提交项目
|
|
|
</el-button>
|
|
|
<el-button v-if="projectOperationControl.receive" type="primary" size="mini" @click="receiveProject()">
|
|
|
- 接受项目
|
|
|
+ 接收项目
|
|
|
</el-button>
|
|
|
<el-button v-if="projectOperationControl.reject" type="danger" size="mini" @click="rejectProject()">
|
|
|
拒绝项目
|
|
|
@@ -808,7 +808,7 @@ export default {
|
|
|
this.$router.push({name: 'AnalyseDemand'})
|
|
|
},
|
|
|
handleAccept (index, id) {
|
|
|
- console.log('接受')
|
|
|
+ console.log('接收')
|
|
|
},
|
|
|
handleReject (index, id) {
|
|
|
console.log('拒绝')
|