Browse Source

更改特定时间表格是否能选中

xsh 3 năm trước cách đây
mục cha
commit
747ff0f5c6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/newTable/NewTable.vue

+ 1 - 0
src/components/newTable/NewTable.vue

@@ -61,6 +61,7 @@ export default {
     },
     shows: {
       type: Object,
+      // defaultProp =>  需要特定条件的字段
       default: () => ({ showIndex: true, showSelect: true, defaultProp: null})
     },
     tableItems: {