类型:
{{
postoperativePathlogyFormData.pathological_types
}}
部位:
{{ postoperativePathlogyFormData.tumor_location }}
主肿物长径:
{{
postoperativePathlogyFormData.tumor_long_diameter
? postoperativePathlogyFormData.tumor_long_diameter +
"cm"
: "暂无"
}}
主肿物短径:
{{
postoperativePathlogyFormData.tumor_short_diameter
? postoperativePathlogyFormData.tumor_short_diameter +
"cm"
: "暂无"
}}
主肿物其他径:
{{
postoperativePathlogyFormData.tumor_other_diameters
? postoperativePathlogyFormData.tumor_other_diameters +
"cm"
: "暂无"
}}