海运出口详情bug

szh-new
lijingjia 3 months ago
parent 31f1d1f2f6
commit e9316a4348

@ -284,7 +284,7 @@ export const searchFormSchema: FormSchema[] = [
colProps: { span: 4 }, colProps: { span: 4 },
componentProps: () => { componentProps: () => {
return { return {
api: GetCarrierlist, api: GetCustomerServiceList,
labelField: 'pinYinCode', labelField: 'pinYinCode',
valueField: 'userCode', valueField: 'userCode',
showName: 'userName', showName: 'userName',

@ -587,7 +587,9 @@ onMounted(() => {
<style lang="less"> <style lang="less">
.ds-sea-export-table { .ds-sea-export-table {
height: 100%; height: 100%;
.ant-table-footer {
display: none;
}
.vben-basic-table-header__toolbar { .vben-basic-table-header__toolbar {
justify-content: space-between; justify-content: space-between;
} }

Loading…
Cancel
Save