一键展开
一键收起
导入excel
导出excel
审核
查看流程
{
scope.row.unitPrice = val;
}
"
:precision="2"
:step="0.1"
:controls="false"
:disabled="reviewStatus != 'draft'"
v-if="scope.row.quantity && scope.row.quantity != 0"
/>
{{ scope.row.price != 0 ? Number(scope.row.price).toFixed(2) : null }}
确定