Ver Fonte

表格过滤类型

Shannon_mu há 2 anos atrás
pai
commit
20705dc343
1 ficheiros alterados com 2 adições e 0 exclusões
  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 '其他';
                         }