|
@@ -384,27 +384,6 @@ export default {
|
|
|
this.payTypeList.forEach((item) => {
|
|
|
item.text = item.dictLabel;
|
|
|
item.value = item.dictValue;
|
|
|
- if (item.value == "PreStorage") {
|
|
|
- item.color = "#30D3A2";
|
|
|
- }
|
|
|
- if (item.value == "Subsidy") {
|
|
|
- item.color = "#09C700";
|
|
|
- }
|
|
|
- if (item.value == "Refund") {
|
|
|
- item.color = "#FA5555";
|
|
|
- }
|
|
|
- if (item.value == "Water") {
|
|
|
- item.color = "#FF9C27";
|
|
|
- }
|
|
|
- if (item.value == "Elec") {
|
|
|
- item.color = "#FF9C27";
|
|
|
- }
|
|
|
- if (item.value == "PropertyFee") {
|
|
|
- item.color = "#FF9C27";
|
|
|
- }
|
|
|
- if (item.value == "CancelSubsidy") {
|
|
|
- item.color = "#ED3A25";
|
|
|
- }
|
|
|
});
|
|
|
},
|
|
|
getPropertyTypeList() {
|