码迷,mamicode.com
首页 > 其他好文 > 详细

vue将数据绑定到属性中

时间:2017-11-01 23:57:59      阅读:390      评论:0      收藏:0      [点我收藏+]

标签:action   log   get   tar   mod   -o   color   add   pre   

*必须使用[]

<tr v-for="(p,index) in prodects">
        @*v-bind:class="styleType(index)"*@
    <td v-for="(value,key) in p">{{value}}</td>
    <td>
        <form id="updateP" action="/Home/UpdateProduct" method="get">
            <div class="">
                <input type="text" name="id" v-bind:value="[p[‘产品编号‘]]" />
                <input type="text" name="name" v-bind:value="[p[‘产品名称‘]]" />
                <input type="text" name="price" v-bind:value="[p[‘价格‘]]" />
                <input type="text" name="address" v-bind:value="[p[‘产地‘]]" />
                <input type="text" name="id" v-bind:value="[p[‘生产商‘]]" />
                <input type="text" name="id" v-bind:value="[p[‘重量‘]]" />
            </div>
            <a role="button" class="btn" v-on:click="updateProduct(p)" data-toggle="modal" data-target="#myModal">
                修改
            </a>
        </form>
    </td>

 

vue将数据绑定到属性中

标签:action   log   get   tar   mod   -o   color   add   pre   

原文地址:http://www.cnblogs.com/zhuxiang1633/p/7768888.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!