This commit is contained in:
u2nyakim 2025-08-26 11:20:38 +08:00
parent 05a2fe8de1
commit e6772f6036

View File

@ -98,7 +98,7 @@ defineExpose({
* 格式化value为数据库可存储的字符串结构之后
* 返回 name->value
*/
return [props.name, valueToStr(toRaw(dataValue.value))];
return [props.name, valueToStr(props.type, toRaw(dataValue.value))];
}
})
</script>