-- fix bug

This commit is contained in:
yuping
2023-02-22 02:38:19 +08:00
parent 29f24bd775
commit 48affbc6fe
4 changed files with 4 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ const rowSelection = computed(() => ({
}));
const getCheckboxProps = () => ({
// 某几项默认禁止选中(R: 当state等于1时)
disabled: true
disabled: false
})
function onSelectChange(e, l) {
rowSelectKeys.value = e;

View File

@@ -160,7 +160,7 @@ const rowSelection = computed(() => ({
}));
const getCheckboxProps = () => ({
// 某几项默认禁止选中(R: 当state等于1时)
disabled: true
disabled: false
})
function onSelectChange(e, l) {

View File

@@ -167,7 +167,7 @@ const rowSelection = computed(() => ({
}));
const getCheckboxProps = () => ({
// 某几项默认禁止选中(R: 当state等于1时)
disabled: true
disabled: false
})
function onSelectChange(e, l) {

View File

@@ -179,7 +179,7 @@ const rowSelection = computed(() => ({
}));
const getCheckboxProps = () => ({
// 某几项默认禁止选中(R: 当state等于1时)
disabled: true
disabled: false
})
function onSelectChange(e, l) {