This commit is contained in:
李远 2026-03-17 13:13:40 +08:00
parent 161f1996d4
commit 5e940ceade
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ export const countryOptions = ref<CountryItem[]>([
{ name: '新加坡', code: '+65' }
])
//编辑点差表格列配置
export const marketPointTableColumns = ([
{ prop: 'varietyName', label: '名称', align: 'center' as const },
{ prop: 'varietyCode', label: '编号', align: 'center' as const },