Просмотр исходного кода

专家质控-病历模板更改为多选

liyanyan 1 неделя назад
Родитель
Сommit
fe40f3a229

+ 2 - 2
src/views/recordsRoom/qc/components/expertQualityControl/SearchBox.vue

@@ -146,8 +146,8 @@
       <el-row :gutter="24" v-show="expand">
         <el-col :span="7">
           <el-form-item label="病历模版" prop="blmb">
-            <el-cascader style="width: 100%;" placeholder="请选择" v-model="formData.blmb"
-              :options="searchOptions.blmbArray" filterable clearable :props="{emitPath: false}">
+            <el-cascader style="width: 100%;" placeholder="请选择" v-model="formData.blmb" collapse-tags
+              :options="searchOptions.blmbArray" filterable clearable :props="{emitPath: false, multiple: true}">
             </el-cascader>
           </el-form-item>
         </el-col>