| | |
| | | width: "8%", |
| | | title: '联系方式' |
| | | }, |
| | | // { |
| | | // field: 'enabled', width: 80, title: '状态', templet: function (d) { |
| | | // return d.hospitalState == 0 ? "试用" : "正式" |
| | | // } |
| | | // }, |
| | | { |
| | | field: 'orderType', width: 80, title: '状态', templet: function (d) { |
| | | if(d.orderType==null){ |
| | | return ""; |
| | | } |
| | | return d.orderType ? "正式" : "试用" |
| | | } |
| | | }, |
| | | { |
| | | field: 'isScreen', |
| | | width: "4%", |
| | |
| | | title: '读片量(剩余)' |
| | | }, |
| | | { |
| | | field: 'ailightCount', |
| | | width: 150, |
| | | title: '读片使用量', |
| | | templet: function (d) { |
| | | return d.orderAilightCount-d.ailightCount; |
| | | } |
| | | }, |
| | | { |
| | | field: 'recordCount', |
| | | width: 150, |
| | | title: '报告量(剩余)' |