浏览代码

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

xsh 3 年之前
父节点
当前提交
747ff0f5c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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: {