Commit 4a074cb4 authored by 华国豪's avatar 华国豪 🙄

修改

parent 0b81f6c9
......@@ -347,6 +347,7 @@ export default {
}
};
let shaoJian = {
field: "shaoJian",
title: "违反少价规定",
titleAlign: "left",
columnAlign: "left",
......@@ -358,6 +359,7 @@ export default {
}
};
let shenHeShiJian = {
field: "shenHeShiJian",
title: "违反单据审核时间",
titleAlign: "left",
columnAlign: "left",
......@@ -365,7 +367,7 @@ export default {
width: 120,
orderBy: "",
formatter: function(rowData, rowIndex, pagingIndex, field) {
return `<span>${rowData.shenHeShiJian <= 0 ? '' : that.moneyFormat(rowData.shenHeShiJian)}</span>`
return `<span>${rowData.shenHeShiJian <= 0 ? '' : rowData.shenHeShiJian}</span>`
}
};
this.columns = [];
......
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