diff --git a/src/components/RowPagination/index.vue b/src/components/RowPagination/index.vue new file mode 100644 index 00000000..3e8c04d1 --- /dev/null +++ b/src/components/RowPagination/index.vue @@ -0,0 +1,57 @@ + + + + + diff --git a/src/components/index.ts b/src/components/index.ts index a03aa034..76a1159b 100644 --- a/src/components/index.ts +++ b/src/components/index.ts @@ -16,6 +16,7 @@ import JEmpty from './Empty/index.vue' import AMapComponent from './AMapComponent/index.vue' import PathSimplifier from './AMapComponent/PathSimplifier.vue' import ValueItem from './ValueItem/index.vue' +import RowPagination from './RowPagination/index.vue' export default { install(app: App) { @@ -37,5 +38,6 @@ export default { .component('AMapComponent', AMapComponent) .component('PathSimplifier', PathSimplifier) .component('ValueItem', ValueItem) + .component('RowPagination', RowPagination) } } diff --git a/src/views/system/Apply/Save/components/EditForm.vue b/src/views/system/Apply/Save/components/EditForm.vue index bae48b9c..951c703e 100644 --- a/src/views/system/Apply/Save/components/EditForm.vue +++ b/src/views/system/Apply/Save/components/EditForm.vue @@ -333,6 +333,7 @@ .clientId " placeholder="请输入appId" + :disabled="!!form.data.id" /> @@ -657,10 +663,6 @@ required: true, message: '请输入secureKey', }, - { - max: 64, - message: '最多可输入64个字符', - }, ]" >