|
@@ -191,55 +191,55 @@
|
|
</el-form>
|
|
</el-form>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <div class="create-body" v-if="!isModifyMode">
|
|
|
|
- <div class="title h2">分析需求</div>
|
|
|
|
- <div class="task-list">
|
|
|
|
- <el-table :data="analyseDemandList" style="width: 100%" max-height="400">
|
|
|
|
- <el-table-column prop="institution" label="承接单位" title="承接单位"></el-table-column>
|
|
|
|
- <el-table-column prop="feasibilityReport" sortable label="可行性分析报告">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <span v-if="!scope.row.feasibilityReport.url">暂无文件</span>
|
|
|
|
- <a
|
|
|
|
- :href="scope.row.feasibilityReport.url"
|
|
|
|
- v-if="scope.row.feasibilityReport.url"
|
|
|
|
- target="_blank"
|
|
|
|
- >
|
|
|
|
- <i class="fa fa-file-text-o"></i>
|
|
|
|
- {{scope.row.feasibilityReport.name}}
|
|
|
|
- </a>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- <el-table-column prop="priceAuditReport" sortable label="可行性分析报告">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <span v-if="!scope.row.priceAuditReport.url">暂无文件</span>
|
|
|
|
- <a
|
|
|
|
- :href="scope.row.priceAuditReport.url"
|
|
|
|
- v-if="scope.row.priceAuditReport.url"
|
|
|
|
- target="_blank"
|
|
|
|
- >
|
|
|
|
- <i class="fa fa-file-text-o"></i>
|
|
|
|
- {{scope.row.priceAuditReport.name}}
|
|
|
|
- </a>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
|
|
+ <!--<div class="create-body" v-if="!isModifyMode">-->
|
|
|
|
+ <!--<div class="title h2">分析需求</div>-->
|
|
|
|
+ <!--<div class="task-list">-->
|
|
|
|
+ <!--<el-table :data="analyseDemandList" style="width: 100%" max-height="400">-->
|
|
|
|
+ <!--<el-table-column prop="institution" label="承接单位" title="承接单位"></el-table-column>-->
|
|
|
|
+ <!--<el-table-column prop="feasibilityReport" sortable label="可行性分析报告">-->
|
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
|
+ <!--<span v-if="!scope.row.feasibilityReport.url">暂无文件</span>-->
|
|
|
|
+ <!--<a-->
|
|
|
|
+ <!--:href="scope.row.feasibilityReport.url"-->
|
|
|
|
+ <!--v-if="scope.row.feasibilityReport.url"-->
|
|
|
|
+ <!--target="_blank"-->
|
|
|
|
+ <!-->-->
|
|
|
|
+ <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
|
+ <!--{{scope.row.feasibilityReport.name}}-->
|
|
|
|
+ <!--</a>-->
|
|
|
|
+ <!--</template>-->
|
|
|
|
+ <!--</el-table-column>-->
|
|
|
|
+ <!--<el-table-column prop="priceAuditReport" sortable label="可行性分析报告">-->
|
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
|
+ <!--<span v-if="!scope.row.priceAuditReport.url">暂无文件</span>-->
|
|
|
|
+ <!--<a-->
|
|
|
|
+ <!--:href="scope.row.priceAuditReport.url"-->
|
|
|
|
+ <!--v-if="scope.row.priceAuditReport.url"-->
|
|
|
|
+ <!--target="_blank"-->
|
|
|
|
+ <!-->-->
|
|
|
|
+ <!--<i class="fa fa-file-text-o"></i>-->
|
|
|
|
+ <!--{{scope.row.priceAuditReport.name}}-->
|
|
|
|
+ <!--</a>-->
|
|
|
|
+ <!--</template>-->
|
|
|
|
+ <!--</el-table-column>-->
|
|
|
|
|
|
- <el-table-column align="right" label="操作">
|
|
|
|
- <template slot-scope="scope">
|
|
|
|
- <div
|
|
|
|
- class="btn btn-small btn-info"
|
|
|
|
- @click="handleAccept(scope.$index, scope.row.id)"
|
|
|
|
- >接受
|
|
|
|
- </div>
|
|
|
|
- <div
|
|
|
|
- class="btn btn-small btn-danger"
|
|
|
|
- @click="handleReject(scope.$index, scope.row.id)"
|
|
|
|
- >拒绝
|
|
|
|
- </div>
|
|
|
|
- </template>
|
|
|
|
- </el-table-column>
|
|
|
|
- </el-table>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <!--<el-table-column align="right" label="操作">-->
|
|
|
|
+ <!--<template slot-scope="scope">-->
|
|
|
|
+ <!--<div-->
|
|
|
|
+ <!--class="btn btn-small btn-info"-->
|
|
|
|
+ <!--@click="handleAccept(scope.$index, scope.row.id)"-->
|
|
|
|
+ <!-->接受-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--<div-->
|
|
|
|
+ <!--class="btn btn-small btn-danger"-->
|
|
|
|
+ <!--@click="handleReject(scope.$index, scope.row.id)"-->
|
|
|
|
+ <!-->拒绝-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</template>-->
|
|
|
|
+ <!--</el-table-column>-->
|
|
|
|
+ <!--</el-table>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
+ <!--</div>-->
|
|
|
|
|
|
<div class="create-body" v-if="!isModifyMode">
|
|
<div class="create-body" v-if="!isModifyMode">
|
|
<div class="title h2">任务列表</div>
|
|
<div class="title h2">任务列表</div>
|