📝(all): 补充文档

更新文档
This commit is contained in:
就眠儀式
2022-06-19 21:50:08 +08:00
parent 8926bb6022
commit 615cb5ba7c
5 changed files with 8 additions and 7 deletions

View File

@@ -112,7 +112,9 @@ const handleClick = function () {
:type="
props.isIndeterminate && isChecked
? 'layui-icon-subtraction'
: isChecked ? 'layui-icon-ok' : ''
: isChecked
? 'layui-icon-ok'
: ''
"
></lay-icon>
</div>

View File

@@ -54,7 +54,6 @@ const emit = defineEmits([
const slot = useSlots();
const slots = slot.default && slot.default();
const allChecked = ref(false);
const hasChecked = ref(false);
const tableDataSource = ref([...props.dataSource]);