diff --git a/src/views/crm/productprocurementcost/ProductProcurementCostForm.vue b/src/views/crm/productprocurementcost/ProductProcurementCostForm.vue index 9224ac4f3..fa5e97663 100644 --- a/src/views/crm/productprocurementcost/ProductProcurementCostForm.vue +++ b/src/views/crm/productprocurementcost/ProductProcurementCostForm.vue @@ -7,15 +7,21 @@ label-width="100px" v-loading="formLoading" > - - + + - - + + + + + + + + @@ -175,4 +181,4 @@ const resetForm = () => { } formRef.value?.resetFields() } - \ No newline at end of file + diff --git a/src/views/crm/productprocurementcost/index.vue b/src/views/crm/productprocurementcost/index.vue index 39022e834..d09ad353a 100644 --- a/src/views/crm/productprocurementcost/index.vue +++ b/src/views/crm/productprocurementcost/index.vue @@ -8,10 +8,10 @@ :inline="true" label-width="68px" > - + - + + + + @@ -208,4 +211,4 @@ const handleExport = async () => { onMounted(() => { getList() }) - \ No newline at end of file +