Selaa lähdekoodia

表格过滤类型

Shannon_mu 2 vuotta sitten
vanhempi
commit
20705dc343
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 '其他';
                         }