|
@@ -172,12 +172,6 @@
|
|
|
dataIndex: 'englishName',
|
|
|
align:"center"
|
|
|
},
|
|
|
- {
|
|
|
- title: '规格(specifications)',
|
|
|
- key: 'specifications',
|
|
|
- dataIndex: 'specifications',
|
|
|
- align:"center"
|
|
|
- },
|
|
|
{
|
|
|
title: '型号(model)',
|
|
|
key: 'model',
|
|
@@ -195,13 +189,21 @@
|
|
|
title: '税率(tax rate)',
|
|
|
key: 'taxRate',
|
|
|
dataIndex: 'taxRate',
|
|
|
- align:"center"
|
|
|
+ align:"center",
|
|
|
+ customRender:function (t, r, index) {
|
|
|
+ if(t.text&&t.text!==''){
|
|
|
+ return t.text+'%'
|
|
|
+ }else{
|
|
|
+ return ''
|
|
|
+ }
|
|
|
+ }
|
|
|
},
|
|
|
{
|
|
|
title: '虚拟产品(virtual product)',
|
|
|
key: 'virtualProduct',
|
|
|
dataIndex: 'virtualProduct',
|
|
|
align:"center",
|
|
|
+
|
|
|
customRender:function (t, r, index) {
|
|
|
if(t.text==1){
|
|
|
return '是(yes)'
|