diff --git a/src/components/DictTag/index.vue b/src/components/DictTag/index.vue index 055bfe3..e25c59d 100644 --- a/src/components/DictTag/index.vue +++ b/src/components/DictTag/index.vue @@ -106,12 +106,18 @@ export default { background: transparent; } */ .greenColor { - color: rgb(41, 160, 122); + color: #16b771; } .orangeColor { - color: orange; + color: #f58a0c; } .redColor { color: red; } +.blueColor { + color: #1485ef; +} +.cyanColor { + color: #29a07a; +} diff --git a/src/views/auditPages/assetsManagement.vue b/src/views/auditPages/assetsManagement.vue index c87d8b6..f4938cf 100644 --- a/src/views/auditPages/assetsManagement.vue +++ b/src/views/auditPages/assetsManagement.vue @@ -14,30 +14,15 @@ /> @@ -68,7 +53,7 @@ 0) { + this.formInline.startTime = this.time[0]; + this.formInline.endTime = this.time[1]; } - // this.formInline.time = []; + this.getList(); }, /** @@ -279,7 +266,7 @@ export default {