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