This commit is contained in:
parent
161f1996d4
commit
5e940ceade
|
|
@ -74,6 +74,7 @@ export const countryOptions = ref<CountryItem[]>([
|
||||||
{ name: '新加坡', code: '+65' }
|
{ name: '新加坡', code: '+65' }
|
||||||
])
|
])
|
||||||
|
|
||||||
|
//编辑点差表格列配置
|
||||||
export const marketPointTableColumns = ([
|
export const marketPointTableColumns = ([
|
||||||
{ prop: 'varietyName', label: '名称', align: 'center' as const },
|
{ prop: 'varietyName', label: '名称', align: 'center' as const },
|
||||||
{ prop: 'varietyCode', label: '编号', align: 'center' as const },
|
{ prop: 'varietyCode', label: '编号', align: 'center' as const },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue