{{objItem.Id}}
{{$lib.Common.getValueByList($lib.Store.Dictionary.objMapKey["Orders_State"], "Value", objItem.State, "Name")}}
{{$lib.Common.getValueByList($lib.Store.Dictionary.objMapKey["Orders_Type"], "Value", objItem.Type, "Name")}}
{{$lib.Common.getValueByList($lib.Store.Dictionary.objMapKey["Orders_Version"], "Value", objItem.Version, "Name")}}
{{objItem.AccountCount}}用户数
{{(objItem.Type==3?(objItem.BuyDay+'天'):$lib.Sys.fmtBuyDay(objItem.BuyDay))}}
总额:{{parseFloat(objItem.MoneyTotal).toFixed(2)}}
下单时间:{{$lib.Format.fmtDateExt(new Date(objItem.CreateTime),'yyyy-MM-dd HH:mm')}}