diff --git a/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue b/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue index b1b3845..8c37a30 100644 --- a/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue +++ b/cds-fontend-2025.V1/src/views/business/percentage/modules/percentage-search.vue @@ -47,9 +47,8 @@ async function getDeptIdOptions(){ } } function handleDeptUpdate(value: string, option: CommonType.Option) { - model.value.branchId = value; - // model.value.branchName = option.label; + model.value.branchName = option.label; } diff --git a/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue b/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue index 122a92e..3782adc 100644 --- a/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue +++ b/cds-fontend-2025.V1/src/views/mps/manual-pricing/index.vue @@ -218,6 +218,7 @@ const { title: '日期', align: 'center', minWidth: 120, + fixed: 'right', ellipsis: true, resizable: true }, diff --git a/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue b/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue index 2941bb6..c44bf1b 100644 --- a/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue +++ b/cds-fontend-2025.V1/src/views/mps/manual-pricing/modules/manual-pricing-search.vue @@ -1,7 +1,8 @@