| | |
| | | prop="bcupdateTime" |
| | | min-width="160" |
| | | /> |
| | | <el-table-column label="操作" align="center" min-width="120px"> |
| | | <!-- <el-table-column label="操作" align="center" min-width="120px"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | size="mini" |
| | |
| | | @click="queryResultone(scope.row)" |
| | | >结果</el-button |
| | | > |
| | | <!-- @click="chaxun(scope.row) " --> |
| | | </template> |
| | | </el-table-column> |
| | | </el-table-column> --> |
| | | |
| | | <!-- <el-table-column type="selection" width="40" align="center" /> |
| | | <el-table-column label="收费项目" align="center" prop="proName" /> |
| | |
| | | /> |
| | | </div> |
| | | |
| | | <Public ref="aaa" :check-status="checkStatus" :pro-result="form.proResult" :conclusion="form.conclusion" @add="handleChanges" /> |
| | | <Public |
| | | ref="aaa" |
| | | :check-status="checkStatus" |
| | | :pro-result="form.proResult" |
| | | :conclusion="form.conclusion" |
| | | @add="handleChanges" |
| | | :project-list="projectList" |
| | | /> |
| | | <!-- :last-desc="form.conclusion" --> |
| | | </div> |
| | | </template> |
| | |
| | | pictureList: [], |
| | | tableList: [], |
| | | CompanyList: [], |
| | | projectList: [], |
| | | // 弹出层标题 |
| | | title: "", |
| | | // 是否显示弹出层 |
| | |
| | | this.loading = false; |
| | | }); */ |
| | | }, |
| | | |
| | | // 取消按钮 |
| | | cancel() { |
| | | this.open = false; |
| | |
| | | }); |
| | | }, |
| | | handleChange(selection) { |
| | | this.projectList = selection.map((item) => ({ |
| | | proId: item.proId, |
| | | proName: item.proName, |
| | | })); |
| | | if (selection && selection.length > 0) { |
| | | const proId = selection[0].proId; |
| | | |