把数组批量生成input标签并且绑定
<template v-for="item,index in U_array"> <td><input type="text" class="form-control " name="" v-model="U_array[index]" /></td> </template>