Commit 23bd1e38 by guanzhenshan

调整页面样式

parent 927f06c4
......@@ -119,7 +119,7 @@
{ field: 'amount_refund', title: '退款(已发货)', width: '130', iscount: true },
{
field: 'amount_other', title: '其他金额', width: '110', iscount: true, formatter: function (idx, data) {
return '<span>' + data.amount_other + '</span><a href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other+'\');">编辑</a>';
return '<span>' + data.amount_other + '</span><a style="margin-left:3px;" href="javascript:;" onclick="showmodel(' + data.id + ',\'' + data.day + '\',\'' + data.platform + '\',\'' + data.amount_other+'\');">编辑</a>';
}
},
{ field: 'amount_end', title: '期末应收账款', width: '130', iscount: true }
......
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