This commit is contained in:
2025-11-29 01:14:09 +08:00
parent 44dbcb48a6
commit bfa83f42a8
7 changed files with 153 additions and 180 deletions

View File

@@ -10,7 +10,7 @@
:okAuth="'biz:cities:edit'"
@register="registerDrawer"
@ok="handleSubmit"
width="70%"
width="40%"
>
<template #title>
<Icon :icon="getTitle.icon" class="m-1 pr-1" />
@@ -51,6 +51,7 @@
selectType: 'bizProvSelect',
},
required: true,
colProps: { md: 24, lg: 24 },
},
{
label: t('市区编码'),
@@ -60,6 +61,7 @@
maxlength: 24,
},
required: true,
colProps: { md: 24, lg: 24 },
},
{
label: t('市区名称'),
@@ -69,6 +71,7 @@
maxlength: 125,
},
required: true,
colProps: { md: 24, lg: 24 },
},
{
label: t('市区区号'),
@@ -78,6 +81,7 @@
maxlength: 12,
},
required: true,
colProps: { md: 24, lg: 24 },
},
{
label: t('市区级别'),
@@ -88,6 +92,7 @@
allowClear: true,
},
required: true,
colProps: { md: 24, lg: 24 },
},
{
label: t('数据状态'),
@@ -98,6 +103,7 @@
allowClear: true,
},
required: true,
colProps: { md: 24, lg: 24 },
},
];