记得上下班打卡 | git大法好,push需谨慎

Commit 3fcc61e6 authored by jiangxiulong's avatar jiangxiulong

快递方式

parent 82e85c44
...@@ -442,7 +442,7 @@ ...@@ -442,7 +442,7 @@
field: '', field: '',
title: '快递方式', title: '快递方式',
formatter: function (value, row) { formatter: function (value, row) {
let dictLabel = $.table.selectDictLabel(prizeType, value); let dictLabel = $.table.selectDictLabel(expressType, value);
return '快递方式:' + dictLabel + '<br>' + '已支付快递费:' + row.priceExpress; return '快递方式:' + dictLabel + '<br>' + '已支付快递费:' + row.priceExpress;
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment