Compare commits
No commits in common. "ab6a3c4ed63b9d41f06d935d94c44e452ca08187" and "c811ddedb990577a2eaa7251493457b07fb470c3" have entirely different histories.
ab6a3c4ed6
...
c811ddedb9
@ -62,16 +62,12 @@
|
|||||||
@selection-change="handleSelectionChange"
|
@selection-change="handleSelectionChange"
|
||||||
>
|
>
|
||||||
<template #isDefault="slotProps">
|
<template #isDefault="slotProps">
|
||||||
<div
|
<div style="width: 120px; display: flex; align-items: center; justify-content: flex-start">
|
||||||
:class="[slotProps.row.isDefault == '1' ? 'pr' : 'er']"
|
<el-checkbox
|
||||||
style="width: 120px; display: flex; align-items: center; justify-content: flex-start"
|
|
||||||
>
|
|
||||||
{{ slotProps.row.isDefault == '1' ? '是' : '否' }}
|
|
||||||
<!-- <el-checkbox
|
|
||||||
:disabled="slotProps.row.isDefault == '1' ? false : true"
|
:disabled="slotProps.row.isDefault == '1' ? false : true"
|
||||||
:checked="slotProps.row.isDefault == '1' ? true : false"
|
:checked="slotProps.row.isDefault == '1' ? true : false"
|
||||||
size="large"
|
size="large"
|
||||||
/> -->
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -511,12 +507,6 @@ function removeCheckedItems(data) {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.pr {
|
|
||||||
color: #25bf82;
|
|
||||||
}
|
|
||||||
.er {
|
|
||||||
color: #999999;
|
|
||||||
}
|
|
||||||
:deep(.el-checkbox__inner) {
|
:deep(.el-checkbox__inner) {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user