Table table in vue.js

< el-table ref= "multipleTable": data= "tableData3" tooltip-effect= "dark" style= "width:" @ selection-change= "handleSelectionChange" >

< el-table-column type= "selection" width= "100%" >
< / el-table-column >
< el-table-column prop= "ProductStore.ProductHouseName" VMI Model = "ProductStore.ProductHouseId" label= "Warehouse" width= "200" >
< / el-table-column >
< el-table-column prop=" ProductStore.ProductName "Vmura Model =" ProductStore.ProductName "label=" Product name "width=" 200 ">
< / el-table-column >

< el-table-column label= "ex-factory price" width= "250" >

<template slot-scope="scope">
  <el-input  v-model="scope.row.Price" name="1" prop="ProductStore.Price">
  </el-input> 

< / template >
< / el-table-column >
< / el-table >
the backend wants to get this price, ProductHouseId table. How to pass the value vMube model = "scope.row.Price" to the backend? thank you-sharp-sharp-sharp topic description

sources of topics and their own ideas

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?


request support

Nov.22,2021

clipboard.png
you can add events, pass them to the backend when triggered, and choose event handling according to your needs.

Menu