Commit 769c6f56 authored by 沈良进's avatar 沈良进

save

parent e5c0fd4a
......@@ -253,18 +253,18 @@ export default {
isResize: true,
width: 80,
orderBy: "desc",
componentName:'table-operation',
// formatter: function(rowData, rowIndex, pagingIndex, field) {
// // if (that.authority.indexOf("Sales_Volume_Rank_Show") == -1) {
// // let content = "";
// // for (let i = 0; i < rowData["income"].length; i++) {
// // content += "*";
// // }
// // return content;
// // } else {
// return `${rowData["SumPreferPrice"].toFixed(2)}`;
// //}
// }
// componentName:'table-operation',
formatter: function(rowData, rowIndex, pagingIndex, field) {
// if (that.authority.indexOf("Sales_Volume_Rank_Show") == -1) {
// let content = "";
// for (let i = 0; i < rowData["income"].length; i++) {
// content += "*";
// }
// return content;
// } else {
return `${rowData["SumPreferPrice"].toFixed(2)}`;
//}
}
};
let moneyCount = {
field: "income",
......@@ -274,7 +274,7 @@ export default {
isResize: true,
width: 80,
orderBy:"",
componentName:'table-operation',
// componentName:'table-operation',
formatter: function(rowData, rowIndex, pagingIndex, field) {
// if (that.authority.indexOf("Sales_Volume_Rank_Show") == -1) {
// let content = "";
......@@ -295,7 +295,7 @@ export default {
isResize: true,
width: 80,
orderBy: "",
componentName:'table-operation',
// componentName:'table-operation',
formatter: function(rowData, rowIndex, pagingIndex, field) {
// if (that.authority.indexOf("Sales_Volume_Rank_Show") == -1) {
// let content = "";
......
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