update: 优化
This commit is contained in:
@@ -14,7 +14,7 @@ const props = defineProps({
|
||||
|
||||
const getDisplayText = (arrow = {}) => {
|
||||
if (!arrow) return "";
|
||||
if (!arrow.ring) return "-";
|
||||
if (!arrow.ring) return "0";
|
||||
return arrow.ringX ? "X" : String(arrow.ring);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user