export const menuData = [ { label: '站点名称', placeholder: '请输入站点名称', name: 'diName', value: '', status: 'success', tips: '站点名称不能为空', onChange:(v)=>{ this.value = v } }, { label: 'MN编号', placeholder: '请输入MN编号', name: 'diMnCode', value: '', status: 'success', tips: 'MN编号不能为空', onChange:(v)=>{ this.value = v } }, { label: '设备类型', placeholder: '请输入设备类型', name: 'diType', value: '', status: 'success', tips: '设备类型不能为空', onChange:(v)=>{ this.value = v } }, ];