whlBooK

<td>
<select v-model="selectWare">
<option selected="selected" value="">请选择仓号</option>
<option v-for="(item, index) in wareList" :value="item">{{item}}</option>
</select>
</td>

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2021-11-21
  • 2021-06-26
  • 2021-08-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2021-10-14
  • 2021-09-10
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案