Browse Source

翻译和查询难题

Jeremy 2 years ago
parent
commit
7536b1c68d

+ 1 - 1
VinnoManagementSystem/src/views/organizationManage/organizationList.vue

@@ -53,7 +53,7 @@
             <el-option
               v-for="item in stateTypes"
               :key="item"
-              :label="$t('organization.' + item)"
+              :label="$t('organization.' + item.replace(/^\S/, s => s.toLowerCase()))"
               :value="item"
             />
           </el-select>