This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

framework-chart

0.0.352 • Public • Published

2021-04-01 1、新添加了fw-base-area-link 3级联动的省市区字典 配置属性为: labelWidth:字符串,文本长度 config:字段配置,下面为参考格式,其中,label表示显示的文本, propConfig:属性对应关系配置, province:表示在你的字段中,省对应的属性 city:表示在你的字段中,市对应的属性 xian:表示在你的字段中,县/区对应的属性 rules:表示字段数值属性provniceRules表示省检测规则,cityRules表示市检测规则,xianRules表示县检测规则 formModel:字段数值属性

 config:{
 		span: 24,
 		label: '景点编号',
 		type: 'areaType',
     propConfig:{
       province: 'province1',
       city: 'city1',
       xian: 'xian1'
     },
     labels:{
       provnice:'',
       city:'',
       xian:''
     },
     labelsWidth:{
       provnice:'',
       city:'',
       xian:''
     },
     rules:{
       provniceRules:[
         {
         	required: true,
         	message: '请选择景点编号',
         	trigger: 'change'
         }
       ],
       cityRules:[],
       xianRules:[]
     }
 	},
  formModel: {
   province1:null,
   city1:null,
   xian1:null
  }

3、FwMoveMapLocation 移动百度地图图标获取经纬度 currentCity:当前省市县 address:详细地址 zoom:缩放等级 centerLocation:经纬度 "lng,lat"

Readme

Keywords

none

Package Sidebar

Install

npm i framework-chart

Weekly Downloads

15

Version

0.0.352

License

MIT

Unpacked Size

84.4 MB

Total Files

150

Last publish

Collaborators

  • superpope