Browse Source

【修改】bug

莫绍宝 3 years ago
parent
commit
40186ae82f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/finance/standbook_list.vue

+ 1 - 1
src/views/finance/standbook_list.vue

@@ -65,7 +65,7 @@
           </el-col>
           <el-col :xs="24" :sm="12" :lg="6">
             <el-form-item label="单据类型" prop="billType">
-              <el-select :disabled="isDisabled" class="selectStyle" v-model="searchForm.billType" placeholder="请选择" filterable>
+              <el-select class="selectStyle" v-model="searchForm.billType" placeholder="请选择" filterable>
                 <el-option v-for="(v, i) in typeList" :key="i" :label="v" :value="v"></el-option>
               </el-select>
             </el-form-item>