zhangxiao
2024-08-09 2fafc298a0b8468ccd98ecf4dd9918ee85cef252
fix: 修改添加
2个文件已修改
8 ■■■■ 已修改文件
src/views/authority/users/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dmx/model/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/authority/users/index.vue
@@ -531,7 +531,7 @@
  const basePagination: Pagination = {
    current: 1,
    pageSize: 20,
    pageSize: 15,
  };
  const pagination = reactive({
    ...basePagination,
src/views/dmx/model/index.vue
@@ -125,11 +125,7 @@
              </div> -->
              <div>
                <!-- <addModel></addModel> -->
                <a-button
                  type="primary"
                  :loading="loading"
                  @click="handleAddModel"
                >
                <a-button type="primary" @click="handleAddModel">
                  <template #icon>
                    <icon-plus />
                  </template>