Commit b08a0302 authored by 华国豪's avatar 华国豪 🙄

1

parent 99caa9fb
......@@ -382,6 +382,18 @@ export default {
return `<span>${rowData.xiaoShouKaiTuan <= 0 && !rowData.xiaoShouKaiTuan ? '' : rowData.xiaoShouKaiTuan}</span>`
}
};
let PlanDmcPriceCount = {
field: "PlanDmcPriceCount",
title: "用款计划违规",
titleAlign: "left",
columnAlign: "left",
isResize: true,
width: 120,
orderBy: "",
formatter: function(rowData, rowIndex, pagingIndex, field) {
return `<span>${rowData.PlanDmcPriceCount <= 0 && !rowData.PlanDmcPriceCount ? '' : rowData.PlanDmcPriceCount}</span>`
}
};
this.columns = [];
this.columns.push(company);
this.columns.push(department);
......@@ -400,7 +412,7 @@ export default {
this.columns.push(leaveEarlyCount);
this.columns.push(complainCount);
this.columns.push(discountPrice);
this.columns.push(PlanDmcPriceCount)
this.isReady = true;
},
sortChange(param) {
......@@ -443,6 +455,10 @@ export default {
this.msg.OrderBy='a.AppletOrderCount '+param.appletOrderCount
}
if(param.PlanDmcPriceCount!=''){
this.msg.OrderBy='a.PlanDmcPriceCount '+param.PlanDmcPriceCount
}
//this.tableData = this.orderBy(d, ["incomeVal"], param.income).results;
this.getList();
// }else{
......
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