avue 常用修改

时间:2020-06-19 16:33:50   收藏:0   阅读:1377

1.搜索栅栏调整

技术分享图片colum中对象的属性:searchSpan:4,

 

column: [
             {
              label: "模型名称",
              prop: "name",
              search: true,
              searchSpan:4,
            },

 

2.搜索框字段位置长度

技术分享图片

 

 

 

column: [
             {
              label: "流程标题23423432",
              searchLabelWidth:200,

 

3.编辑页面,字段lable宽度设置

技术分享图片 labelWidth:"30%",

 

option: {
height:‘auto‘,
calcHeight: 30,
labelWidth:"33%",

 

原文:https://www.cnblogs.com/longsanshi/p/13163265.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!