WXL (wul)
2025-12-05 22bd207587899810e9afb4c1a53f0d5dae1e2ece
src/components/RightToolbar/index.vue
@@ -65,7 +65,7 @@
  props: {
    showSearch: {
      type: Boolean,
      default: true,
      default: true, //required是否必须,为true渲染时会抛出typeError;default:默认值,
    },
    columns: {
      type: Array,