修改
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user