vue项目中涉及到的iview组件

vue项目中涉及到的iview组件,第1张

1.input输入框


  
   
      确认选择
      取消
    
  

9.modal的header

审核记录

10.table的多选框、序号

// 多选框
{
  type: 'selection',
  width: 60,
  align: 'center'
},
// 序号
{
  type: 'index',
  width: 60,
  align: 'center'
},

11.table的slot插槽

{
title: ' *** 作',
slot: 'action',
resizable: true,
name: 'action',
width: 110,
key: 'action'
},
{
title: '状态',
resizable: true,
tooltip: true,
name: 'status',
slot: 'status'
},

 

 

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1321543.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-12
下一篇 2022-06-12

发表评论

登录后才能评论

评论列表(0条)

保存