mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-04 11:26:03 +00:00
fix: 当TableAction的actions属性中的ActionItem传递了color属性时,PopConfirm的指示箭头颜色异常问题 (#3597)
Co-authored-by: linja <linja@film.com>
This commit is contained in:
@@ -47,6 +47,9 @@
|
||||
if (!props.enable) {
|
||||
return Button;
|
||||
}
|
||||
if (bindValues.color) {
|
||||
delete bindValues.color;
|
||||
}
|
||||
return h(Popconfirm, bindValues, { default: () => Button });
|
||||
};
|
||||
},
|
||||
|
Reference in New Issue
Block a user