iview中table内嵌套

iview中table里嵌套i-switch、input、select等iview中table里嵌套i-switch、input、select等

input

 render:(h,params) => {
               return h('Input',{
                     props: {
                           value:'',
                           size:'small',
                          },
                        on: {
                               input: (val) => {
                    t.data[params.index].estimateTime = val
                            }
                        },
                     })
                   }
View Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-14
  • 2021-11-14
  • 2022-12-23
  • 2021-11-14
相关资源
相似解决方案