QuKatie 3 년 전
부모
커밋
064490e448
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/finance/charge/kaihe-detail.vue
  2. 1 0
      src/views/finance/contrast/kaihe-detail.vue
  3. 1 0
      src/views/finance/payment/kaihe-detail.vue

+ 1 - 0
src/views/finance/charge/kaihe-detail.vue

@@ -36,6 +36,7 @@
               clearable
               :disabled="form.fBillstatus >= 4 || readOnly == 0 || form.fId!=null"
               style="width: 100%"
+              filterable
             >
               <el-option
                 v-for="item in corpList"

+ 1 - 0
src/views/finance/contrast/kaihe-detail.vue

@@ -38,6 +38,7 @@
                 form.fBillstatus >= 4 || readOnly == 0 || form.fId != null
               "
               style="width: 100%"
+              filterable
             >
               <el-option
                 v-for="item in corpList"

+ 1 - 0
src/views/finance/payment/kaihe-detail.vue

@@ -36,6 +36,7 @@
               clearable
               :disabled="form.fBillstatus >= 4 || readOnly == 0 || form.fId!=null"
               style="width: 100%"
+              filterable
             >
               <el-option
                 v-for="item in corpList"