From 8a233ce71d57e7ea0141954b3bcc622849accb95 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Mon, 01 Mar 2021 08:46:13 +0800
Subject: [PATCH] 样式修改
---
src/views/policeInformationDistribution/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/policeInformationDistribution/index.vue b/src/views/policeInformationDistribution/index.vue
index 702fa4f..2a72927 100644
--- a/src/views/policeInformationDistribution/index.vue
+++ b/src/views/policeInformationDistribution/index.vue
@@ -465,11 +465,11 @@
rowStyle({ row, column, rowIndex }) {
if (row.type == "0") {
return {
- color: "#15a2fe"
+ color: "#ff7627"
};
} else if (row.type == "1") {
return {
- color: "#ff7627"
+ color: "#15a2fe"
};
} else if (row.type == "2") {
return {
--
Gitblit v1.9.3