UNPKG

manage-client

Version:

经营管控模块前台组件

59 lines (50 loc) 1.88 kB
export default { // 查询页面的字段名和中文对应 ReportDataQuery: { '用户编号': 'f_userinfo_code', '用户名称': 'f_user_name', '用户地址': 'f_address', '小区': 'f_residential_area', '用户类型': 'f_user_type', '用气类型': 'f_user_nature', '用气性质': 'f_gasproperties', '表号': 'f_meternumber', '本次抄表底数': 'f_tablebase', '上次抄表底数': 'f_last_tablebase', '表上余额': 'f_jval', '抄表日期': 'f_hand_date', '上次抄表日期': 'f_last_hand_date', '开户日期': 'f_gas_date', '软件版本号': 'f_software_version', '表状态信息': 'f_table_msg', '上次表状态信息': 'f_last_meter_state_msg', '插入日期': 'f_insert_date', '上次插入日期': 'f_last_insertdate', '是否结算': 'f_whether_clear', '超用气量': 'f_super_gas', '电量等级': 'f_electricity', '购气次数': 'f_times', '单价': 'f_price', '信号强度': 'f_signal', '信噪比': 'f_snr', '电压': 'f_batterylevel', '阀门强制状态': 'f_networkshutvalve', '阀门状态': 'f_valvestate', '计量类型': 'f_wmprepaytype', '上报类型': 'f_upload_type', '金额状态': 'f_moneystate', '增加工况瞬时': 'operatingModeFlow', '标况瞬时': 'standardConditionFlow', '开盖状态': 'f_SplitAlarm', '液晶状态': 'f_XTIpllStopFlag', '声速': 'soundVelocity', '外电低电': 'f_lowlithiumbattery', '磁干扰异常': 'f_magneticinterference', '表内剩余金额': 'f_meterbalanceamt', '表内累计充值金额': 'f_meterdebitamt', '补偿状态': 'f_compensatestate', '气表品牌': 'f_meter_brand', '气表型号': 'f_meter_style', '分公司': 'f_orgname' } }