Commit 1535be87 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

fix: 修改新增物流公司翻译问题

parent f72c567b
......@@ -37,7 +37,7 @@ export const formSchema: ISchema = {
type: 'string',
title: intl.formatMessage({ id: 'logistics.hezuoleixing' }),
enum: [
{ label: intl.formatMessage({ id: 'logistics.hezuoleixing' }), value: 1 },
{ label: intl.formatMessage({ id: 'logistics.pingtaiwuliufuwushang' }), value: 1 },
{ label: intl.formatMessage({ id: 'logistics.shanghuhezuowuliugongsi' }), value: 2 },
],
'x-component-props': {
......@@ -52,7 +52,7 @@ export const formSchema: ISchema = {
},
code: {
type: 'string',
title: intl.formatMessage({ id: 'logistics.qingxuanzehezuoleixing' }),
title: intl.formatMessage({ id: 'logistics.wuliugongsidaimaping' }),
visible: false,
'x-component-props': {
placeholder: intl.formatMessage({ id: 'logistics.wuliugongsidaima' })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment