Ver código fonte

表格过滤类型

Shannon_mu 2 anos atrás
pai
commit
20705dc343

+ 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 '其他';
                         }