BUG 29559
This commit is contained in:
		| @@ -118,11 +118,9 @@ | ||||
|               fixed="right" | ||||
|               width="160"> | ||||
|             <template slot-scope="{ row }"> | ||||
|               <div class="table-options"> | ||||
|                 <el-button type="text" @click="showEdit(row.id)">编辑</el-button> | ||||
|                 <map-plotting :value="row.points" @change="v=>confirm(row,v)"/> | ||||
|                 <el-button type="text" @click="deleteById(row.id)">删除</el-button> | ||||
|               </div> | ||||
|               <el-button type="text" @click="showEdit(row.id)">编辑</el-button> | ||||
|               <map-plotting :value="row.points" @change="v=>confirm(row,v)"/> | ||||
|               <el-button type="text" @click="deleteById(row.id)">删除</el-button> | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|         </ai-table> | ||||
| @@ -146,7 +144,6 @@ | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| import AMapLoader from "@amap/amap-jsapi-loader"; | ||||
| import MapPlotting from "./mapPlotting"; | ||||
|  | ||||
| export default { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user