| | |
| | | <a-button type="primary" style="margin-left: 10px" @click="selectCheck"
|
| | | >校验</a-button
|
| | | >
|
| | | <a-button type="primary" style="margin-left: 10px" @click="reosurce"
|
| | | >添加路段信息</a-button
|
| | | >
|
| | | </div>
|
| | | <div class="left-five">
|
| | | <a-input
|
| | |
| | | <a-button type="primary" style="margin-left: 10px" @click="clearPolygon"
|
| | | >清除绘制</a-button
|
| | | >
|
| | | <a-button
|
| | | type="primary"
|
| | | style="margin-left: 10px"
|
| | | @click="showAllPolygon"
|
| | | >显示所有矩形</a-button
|
| | | >
|
| | | </div>
|
| | | <div class="left-two">
|
| | | <a-table
|
| | |
| | | ></a-table>
|
| | | </div>
|
| | | <div class="left-three" style="margin-top: 20px">
|
| | | <a-button type="primary" style="margin-left: 10px" @click="reosurce"
|
| | | >添加路段信息</a-button
|
| | | >
|
| | | <a-button
|
| | | type="primary"
|
| | | style="margin-left: 10px"
|
| | | @click="showAllPolygon"
|
| | | >显示所有矩形</a-button
|
| | | >
|
| | | <a-button
|
| | | v-show="upa === ''"
|
| | | type="primary"
|
| | |
| | |
|
| | | private opRender(text: string, record: any, index: number) {
|
| | | return (
|
| | | <div style="width:180px">
|
| | | <div style="width:180px;text-align:left">
|
| | | <a onClick={() => this.handleEditModalVisible(record)}> 编辑 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a onClick={() => this.handleEditbatch(record)}> 批量添加 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a onClick={() => this.canvasbatch(record)}> 绘制批量添加 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a onClick={() => this.handleEditCanves(record)}> 添加矩形 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a onClick={() => this.handleShowPolygon(record)}> 显示矩形 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a-popconfirm
|
| | | title="确认删除吗?"
|
| | |
| | | >
|
| | | <a href="#">删除</a>
|
| | | </a-popconfirm>
|
| | | <br></br>
|
| | | <a onClick={() => this.canvasbatch(record)}> 绘制批量添加 </a>
|
| | | <a-divider type="vertical" />
|
| | | <a onClick={() => this.handleEditCanves(record)}> 添加矩形 </a>
|
| | | <br></br>
|
| | | <a onClick={() => this.handleShowPolygon(record)}> 显示矩形 </a>
|
| | | </div>
|
| | | );
|
| | | }
|