Browse Source

表格过滤类型

Shannon_mu 2 years ago
parent
commit
20705dc343
1 changed files with 2 additions and 0 deletions
  1. 2 0
      operationSupport/src/views/propertyManagement/index.vue

+ 2 - 0
operationSupport/src/views/propertyManagement/index.vue

@@ -154,6 +154,8 @@ export default {
                             return '公共卫生';
                         } else if (val == '4') {
                             return '安全建议';
+                        } else if (val == '6') {
+                            return '服务质量';
                         } else {
                             return '其他';
                         }