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

save

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