mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev
Conflicts: src/views/member/user/detail/UserPointList.vue
This commit is contained in:
		@@ -39,14 +39,14 @@
 | 
				
			|||||||
| 框架                                                                   | 说明               | 版本     |
 | 
					| 框架                                                                   | 说明               | 版本     |
 | 
				
			||||||
|----------------------------------------------------------------------|------------------|--------|
 | 
					|----------------------------------------------------------------------|------------------|--------|
 | 
				
			||||||
| [Vue](https://staging-cn.vuejs.org/)                                 | Vue 框架           | 3.3.4 |
 | 
					| [Vue](https://staging-cn.vuejs.org/)                                 | Vue 框架           | 3.3.4 |
 | 
				
			||||||
| [Vite](https://cn.vitejs.dev//)                                      | 开发与构建工具          | 4.4.8  |
 | 
					| [Vite](https://cn.vitejs.dev//)                                      | 开发与构建工具          | 4.4.9  |
 | 
				
			||||||
| [Element Plus](https://element-plus.org/zh-CN/)                      | Element Plus     | 2.3.9 |
 | 
					| [Element Plus](https://element-plus.org/zh-CN/)                      | Element Plus     | 2.3.9 |
 | 
				
			||||||
| [TypeScript](https://www.typescriptlang.org/docs/)                   | JavaScript 的超集   | 5.1.6  |
 | 
					| [TypeScript](https://www.typescriptlang.org/docs/)                   | JavaScript 的超集   | 5.1.6  |
 | 
				
			||||||
| [pinia](https://pinia.vuejs.org/)                                    | Vue 存储库 替代 vuex5 | 2.1.6 |
 | 
					| [pinia](https://pinia.vuejs.org/)                                    | Vue 存储库 替代 vuex5 | 2.1.6 |
 | 
				
			||||||
| [vueuse](https://vueuse.org/)                                        | 常用工具集            | 10.3.0 |
 | 
					| [vueuse](https://vueuse.org/)                                        | 常用工具集            | 10.3.0 |
 | 
				
			||||||
| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化              | 9.2.2  |
 | 
					| [vue-i18n](https://kazupon.github.io/vue-i18n/zh/introduction.html/) | 国际化              | 9.2.2  |
 | 
				
			||||||
| [vue-router](https://router.vuejs.org/)                              | Vue 路由           | 4.2.4  |
 | 
					| [vue-router](https://router.vuejs.org/)                              | Vue 路由           | 4.2.4  |
 | 
				
			||||||
| [unocss](https://uno.antfu.me/)                                      | 原子 css          | 0.54.1  |
 | 
					| [unocss](https://uno.antfu.me/)                                      | 原子 css          | 0.55.2  |
 | 
				
			||||||
| [iconify](https://icon-sets.iconify.design/)                         | 在线图标库            | 3.1.1  |
 | 
					| [iconify](https://icon-sets.iconify.design/)                         | 在线图标库            | 3.1.1  |
 | 
				
			||||||
| [wangeditor](https://www.wangeditor.com/)                            | 富文本编辑器           | 5.1.23 |
 | 
					| [wangeditor](https://www.wangeditor.com/)                            | 富文本编辑器           | 5.1.23 |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										38
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										38
									
								
								package.json
									
									
									
									
									
								
							@@ -49,7 +49,7 @@
 | 
				
			|||||||
    "element-plus": "2.3.9",
 | 
					    "element-plus": "2.3.9",
 | 
				
			||||||
    "fast-xml-parser": "^4.2.7",
 | 
					    "fast-xml-parser": "^4.2.7",
 | 
				
			||||||
    "highlight.js": "^11.8.0",
 | 
					    "highlight.js": "^11.8.0",
 | 
				
			||||||
    "intro.js": "^7.0.1",
 | 
					    "intro.js": "^7.2.0",
 | 
				
			||||||
    "jsencrypt": "^3.3.2",
 | 
					    "jsencrypt": "^3.3.2",
 | 
				
			||||||
    "lodash-es": "^4.17.21",
 | 
					    "lodash-es": "^4.17.21",
 | 
				
			||||||
    "min-dash": "^4.1.1",
 | 
					    "min-dash": "^4.1.1",
 | 
				
			||||||
@@ -73,23 +73,23 @@
 | 
				
			|||||||
  "devDependencies": {
 | 
					  "devDependencies": {
 | 
				
			||||||
    "@commitlint/cli": "^17.7.1",
 | 
					    "@commitlint/cli": "^17.7.1",
 | 
				
			||||||
    "@commitlint/config-conventional": "^17.7.0",
 | 
					    "@commitlint/config-conventional": "^17.7.0",
 | 
				
			||||||
    "@iconify/json": "^2.2.100",
 | 
					    "@iconify/json": "^2.2.103",
 | 
				
			||||||
    "@intlify/unplugin-vue-i18n": "^0.12.2",
 | 
					    "@intlify/unplugin-vue-i18n": "^0.12.3",
 | 
				
			||||||
    "@purge-icons/generated": "^0.9.0",
 | 
					    "@purge-icons/generated": "^0.9.0",
 | 
				
			||||||
    "@types/intro.js": "^5.1.1",
 | 
					    "@types/intro.js": "^5.1.1",
 | 
				
			||||||
    "@types/lodash-es": "^4.17.8",
 | 
					    "@types/lodash-es": "^4.17.8",
 | 
				
			||||||
    "@types/node": "^20.4.0",
 | 
					    "@types/node": "^20.5.0",
 | 
				
			||||||
    "@types/nprogress": "^0.2.0",
 | 
					    "@types/nprogress": "^0.2.0",
 | 
				
			||||||
    "@types/qrcode": "^1.5.1",
 | 
					    "@types/qrcode": "^1.5.1",
 | 
				
			||||||
    "@types/qs": "^6.9.7",
 | 
					    "@types/qs": "^6.9.7",
 | 
				
			||||||
    "@typescript-eslint/eslint-plugin": "^6.3.0",
 | 
					    "@typescript-eslint/eslint-plugin": "^6.4.1",
 | 
				
			||||||
    "@typescript-eslint/parser": "^6.3.0",
 | 
					    "@typescript-eslint/parser": "^6.4.1",
 | 
				
			||||||
    "@unocss/transformer-variant-group": "^0.55.0",
 | 
					    "@unocss/transformer-variant-group": "^0.55.2",
 | 
				
			||||||
    "@vitejs/plugin-legacy": "^4.1.1",
 | 
					    "@vitejs/plugin-legacy": "^4.1.1",
 | 
				
			||||||
    "@vitejs/plugin-vue": "^4.2.3",
 | 
					    "@vitejs/plugin-vue": "^4.3.3",
 | 
				
			||||||
    "@vitejs/plugin-vue-jsx": "^3.0.1",
 | 
					    "@vitejs/plugin-vue-jsx": "^3.0.2",
 | 
				
			||||||
    "@vue-macros/volar": "^0.13.3",
 | 
					    "@vue-macros/volar": "^0.13.7",
 | 
				
			||||||
    "autoprefixer": "^10.4.14",
 | 
					    "autoprefixer": "^10.4.15",
 | 
				
			||||||
    "bpmn-js": "^8.9.0",
 | 
					    "bpmn-js": "^8.9.0",
 | 
				
			||||||
    "bpmn-js-properties-panel": "^0.46.0",
 | 
					    "bpmn-js-properties-panel": "^0.46.0",
 | 
				
			||||||
    "consola": "^3.2.3",
 | 
					    "consola": "^3.2.3",
 | 
				
			||||||
@@ -98,22 +98,22 @@
 | 
				
			|||||||
    "eslint-define-config": "^1.23.0",
 | 
					    "eslint-define-config": "^1.23.0",
 | 
				
			||||||
    "eslint-plugin-prettier": "^5.0.0",
 | 
					    "eslint-plugin-prettier": "^5.0.0",
 | 
				
			||||||
    "eslint-plugin-vue": "^9.17.0",
 | 
					    "eslint-plugin-vue": "^9.17.0",
 | 
				
			||||||
    "lint-staged": "^13.2.3",
 | 
					    "lint-staged": "^14.0.1",
 | 
				
			||||||
    "postcss": "^8.4.27",
 | 
					    "postcss": "^8.4.28",
 | 
				
			||||||
    "postcss-html": "^1.5.0",
 | 
					    "postcss-html": "^1.5.0",
 | 
				
			||||||
    "postcss-scss": "^4.0.6",
 | 
					    "postcss-scss": "^4.0.7",
 | 
				
			||||||
    "prettier": "^3.0.1",
 | 
					    "prettier": "^3.0.2",
 | 
				
			||||||
    "rimraf": "^5.0.1",
 | 
					    "rimraf": "^5.0.1",
 | 
				
			||||||
    "rollup": "^3.28.0",
 | 
					    "rollup": "^3.28.1",
 | 
				
			||||||
    "sass": "^1.65.1",
 | 
					    "sass": "^1.66.1",
 | 
				
			||||||
    "stylelint": "^15.10.2",
 | 
					    "stylelint": "^15.10.3",
 | 
				
			||||||
    "stylelint-config-html": "^1.1.0",
 | 
					    "stylelint-config-html": "^1.1.0",
 | 
				
			||||||
    "stylelint-config-recommended": "^13.0.0",
 | 
					    "stylelint-config-recommended": "^13.0.0",
 | 
				
			||||||
    "stylelint-config-standard": "^34.0.0",
 | 
					    "stylelint-config-standard": "^34.0.0",
 | 
				
			||||||
    "stylelint-order": "^6.0.3",
 | 
					    "stylelint-order": "^6.0.3",
 | 
				
			||||||
    "terser": "^5.19.2",
 | 
					    "terser": "^5.19.2",
 | 
				
			||||||
    "typescript": "5.1.6",
 | 
					    "typescript": "5.1.6",
 | 
				
			||||||
    "unocss": "^0.55.0",
 | 
					    "unocss": "^0.55.2",
 | 
				
			||||||
    "unplugin-auto-import": "^0.16.6",
 | 
					    "unplugin-auto-import": "^0.16.6",
 | 
				
			||||||
    "unplugin-element-plus": "^0.8.0",
 | 
					    "unplugin-element-plus": "^0.8.0",
 | 
				
			||||||
    "unplugin-vue-components": "^0.25.1",
 | 
					    "unplugin-vue-components": "^0.25.1",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -67,6 +67,7 @@ const dialogStyle = computed(() => {
 | 
				
			|||||||
    lock-scroll
 | 
					    lock-scroll
 | 
				
			||||||
    draggable
 | 
					    draggable
 | 
				
			||||||
    top="0"
 | 
					    top="0"
 | 
				
			||||||
 | 
					    class="com-dialog"
 | 
				
			||||||
    :show-close="false"
 | 
					    :show-close="false"
 | 
				
			||||||
  >
 | 
					  >
 | 
				
			||||||
    <template #header="{ close }">
 | 
					    <template #header="{ close }">
 | 
				
			||||||
@@ -107,32 +108,34 @@ const dialogStyle = computed(() => {
 | 
				
			|||||||
</template>
 | 
					</template>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<style lang="scss">
 | 
					<style lang="scss">
 | 
				
			||||||
.#{$elNamespace}-overlay-dialog {
 | 
					.com-dialog {
 | 
				
			||||||
  display: flex;
 | 
					  .#{$elNamespace}-overlay-dialog {
 | 
				
			||||||
  justify-content: center;
 | 
					    display: flex;
 | 
				
			||||||
  align-items: center;
 | 
					    justify-content: center;
 | 
				
			||||||
}
 | 
					    align-items: center;
 | 
				
			||||||
 | 
					 | 
				
			||||||
.#{$elNamespace}-dialog {
 | 
					 | 
				
			||||||
  margin: 0 !important;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
  &__header {
 | 
					 | 
				
			||||||
    height: 54px;
 | 
					 | 
				
			||||||
    padding: 0;
 | 
					 | 
				
			||||||
    margin-right: 0 !important;
 | 
					 | 
				
			||||||
    border-bottom: 1px solid var(--el-border-color);
 | 
					 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__body {
 | 
					  .#{$elNamespace}-dialog {
 | 
				
			||||||
    padding: 15px !important;
 | 
					    margin: 0 !important;
 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__footer {
 | 
					    &__header {
 | 
				
			||||||
    border-top: 1px solid var(--el-border-color);
 | 
					      height: 54px;
 | 
				
			||||||
  }
 | 
					      padding: 0;
 | 
				
			||||||
 | 
					      margin-right: 0 !important;
 | 
				
			||||||
 | 
					      border-bottom: 1px solid var(--el-border-color);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &__headerbtn {
 | 
					    &__body {
 | 
				
			||||||
    top: 0;
 | 
					      padding: 15px !important;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &__footer {
 | 
				
			||||||
 | 
					      border-top: 1px solid var(--el-border-color);
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    &__headerbtn {
 | 
				
			||||||
 | 
					      top: 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,6 +8,7 @@
 | 
				
			|||||||
    :page-sizes="[10, 20, 30, 50, 100]"
 | 
					    :page-sizes="[10, 20, 30, 50, 100]"
 | 
				
			||||||
    :pager-count="pagerCount"
 | 
					    :pager-count="pagerCount"
 | 
				
			||||||
    :total="total"
 | 
					    :total="total"
 | 
				
			||||||
 | 
					    :small="isSmall"
 | 
				
			||||||
    class="float-right mt-15px mb-15px"
 | 
					    class="float-right mt-15px mb-15px"
 | 
				
			||||||
    layout="total, sizes, prev, pager, next, jumper"
 | 
					    layout="total, sizes, prev, pager, next, jumper"
 | 
				
			||||||
    @size-change="handleSizeChange"
 | 
					    @size-change="handleSizeChange"
 | 
				
			||||||
@@ -15,10 +16,19 @@
 | 
				
			|||||||
  />
 | 
					  />
 | 
				
			||||||
</template>
 | 
					</template>
 | 
				
			||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { computed } from 'vue'
 | 
					import { computed, watchEffect } from 'vue'
 | 
				
			||||||
 | 
					import { useAppStore } from '@/store/modules/app'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defineOptions({ name: 'Pagination' })
 | 
					defineOptions({ name: 'Pagination' })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					// 此处解决了当全局size为small的时候分页组件样式太大的问题
 | 
				
			||||||
 | 
					const appStore = useAppStore()
 | 
				
			||||||
 | 
					const layoutCurrentSize = computed(() => appStore.currentSize)
 | 
				
			||||||
 | 
					const isSmall = ref<boolean>(layoutCurrentSize.value === 'small')
 | 
				
			||||||
 | 
					watchEffect(() => {
 | 
				
			||||||
 | 
					  isSmall.value = layoutCurrentSize.value === 'small'
 | 
				
			||||||
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const props = defineProps({
 | 
					const props = defineProps({
 | 
				
			||||||
  // 总条目数
 | 
					  // 总条目数
 | 
				
			||||||
  total: {
 | 
					  total: {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -111,7 +111,7 @@
 | 
				
			|||||||
<script lang="ts" setup>
 | 
					<script lang="ts" setup>
 | 
				
			||||||
import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
 | 
					import { DICT_TYPE, getIntDictOptions } from '@/utils/dict'
 | 
				
			||||||
import { dateFormatter } from '@/utils/formatTime'
 | 
					import { dateFormatter } from '@/utils/formatTime'
 | 
				
			||||||
import * as RecordApi from '@/api//member/point/record'
 | 
					import * as RecordApi from '@/api/member/point/record'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
defineOptions({ name: 'PointRecord' })
 | 
					defineOptions({ name: 'PointRecord' })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user