diff --git a/src/views/monitor/operlog/index.vue b/src/views/monitor/operlog/index.vue index 6f80177..a5fac77 100644 --- a/src/views/monitor/operlog/index.vue +++ b/src/views/monitor/operlog/index.vue @@ -165,9 +165,7 @@ {{ form.title }} / {{ typeFormat(form) }} - {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }} + {{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }} {{ form.operUrl }} diff --git a/src/views/system/dict/data.vue b/src/views/system/dict/data.vue index 2102e9e..e59d52f 100644 --- a/src/views/system/dict/data.vue +++ b/src/views/system/dict/data.vue @@ -222,27 +222,27 @@ export default { listClassOptions: [ { value: "default", - label: "默认" + label: "黑色" }, { value: "primary", - label: "主要" + label: "蓝色" }, { value: "success", - label: "成功" + label: "绿色" }, { value: "info", - label: "信息" + label: "灰色" }, { value: "warning", - label: "警告" + label: "黄色" }, { value: "danger", - label: "危险" + label: "红色" } ], // 类型数据字典 @@ -399,4 +399,4 @@ export default { } } } - \ No newline at end of file +