Browse Source

fix: #可以删除选项

loki 4 năm trước cách đây
mục cha
commit
1ad87f5691
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/containers/ToolbarContainer.vue

+ 1 - 0
src/containers/ToolbarContainer.vue

@@ -83,6 +83,7 @@
               v-model="form[field.name]"
               :params="field.params"
               :props="field.props"
+              :clearable="true"
             ></DataSelect>
           </el-form-item>
         </el-col>