WXL
2025-03-04 57a7537f38f78499218c2d23f4c09a26add08c5a
src/components/RightToolbar/index.vue
@@ -65,7 +65,7 @@
  props: {
    showSearch: {
      type: Boolean,
      default: true,
      default: true, //required是否必须,为true渲染时会抛出typeError;default:默认值,
    },
    columns: {
      type: Array,