|
@@ -293,6 +293,8 @@ export default {
|
|
if (item.customRender == 'amount') {
|
|
if (item.customRender == 'amount') {
|
|
mw = 15
|
|
mw = 15
|
|
item.customRender = function (text) { return (text || text == 0) ? _this.toThousands(text) : '--' }
|
|
item.customRender = function (text) { return (text || text == 0) ? _this.toThousands(text) : '--' }
|
|
|
|
+ }else{
|
|
|
|
+ item.customRender = function (text) { return text || '--' }
|
|
}
|
|
}
|
|
const w = item.title.length * mw
|
|
const w = item.title.length * mw
|
|
const tw = w <= 80 ? mw*5 : w
|
|
const tw = w <= 80 ? mw*5 : w
|