| | |
| | | </td> |
| | | <td style="border: 1px solid #dfe6ec; border-collapse: collapse" colspan="2"> |
| | | <div style="margin: 0 0px 10px 15px"> |
| | | <el-button type="primary" @click="propoChange" |
| | | <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px" |
| | | >快捷建议</el-button |
| | | > |
| | | <el-button type="primary" @click="proposalChange" |
| | | <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px" |
| | | >生成建议</el-button |
| | | > |
| | | </div> |
| | |
| | | </tr> |
| | | <tr style="border: 1px solid #dfe6ec; border-collapse: collapse"> |
| | | <div style="margin: 0 0px 10px 15px"> |
| | | <el-button type="primary" @click="propoChange" class="height:100px" |
| | | <el-button type="primary" @click="propoChange" style="margin-top:10px;height:37px" |
| | | >快捷建议</el-button |
| | | > |
| | | <el-button type="primary" @click="proposalChange" |
| | | <el-button type="primary" @click="proposalChange" style="margin-top:10px;height:37px" |
| | | >生成建议</el-button |
| | | > |
| | | </div> |
| | |
| | | </span> |
| | | </el-dialog> |
| | | <proposal ref="proposal" :cusobj="cusobj" @event1="eventchange($event)" /> |
| | | <createproposal ref="createproposal" :creatobj="creatobj" :textarea1="proParentList.remark" /> |
| | | <createproposal ref="createproposal" :creatobj="creatobj" /> |
| | | </div> |
| | | </template> |
| | | |