{{ scope.row.good_name }}
-
_
{{ si.spec_name }}[{{ si.spec_value }}]
{{
(usetypeOtions.find(({ value }) => value === scope.row.use_type) || {})
.label || "---"
}}
--
{{
(
purchaseStatusOptions.find(
({ value }) => value === scope.row.cgd_status
) || {}
).label || "---"
}}