优化页面

This commit is contained in:
pengxiaolong
2025-06-09 23:02:05 +08:00
parent c5042d08c3
commit 8c70c2c850
605 changed files with 661 additions and 945 deletions

View File

@@ -1 +1 @@
{"version":3,"file":"index.js","sources":["TUIKit/components/common/SelectUser/index.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9UVUlLaXQvY29tcG9uZW50cy9jb21tb24vU2VsZWN0VXNlci9pbmRleC52dWU"],"sourcesContent":["<template>\n <Dialog\n :show=\"true\"\n :isH5=\"!isPC\"\n :isHeaderShow=\"false\"\n :isFooterShow=\"false\"\n :background=\"false\"\n @update:show=\"reset\"\n >\n <Transfer\n :isSearch=\"props.isNeedSearch\"\n :title=\"props.title\"\n :list=\"props.userList\"\n :isH5=\"!isPC\"\n :isRadio=\"props.isRadio\"\n :total=\"props.total\"\n @getMore=\"handleGetMore\"\n @search=\"handleSearchUser\"\n @submit=\"submit\"\n @cancel=\"reset\"\n />\n </Dialog>\n</template>\n<script lang=\"ts\" setup>\nimport { isPC } from '../../../utils/env';\nimport Dialog from '../Dialog/index.vue';\nimport Transfer from '../Transfer/index.vue';\n\nconst emits = defineEmits(['complete', 'search', 'getMore']);\n\nconst props = defineProps({\n isRadio: {\n type: Boolean,\n default: false,\n },\n isNeedSearch: {\n type: Boolean,\n default: false,\n },\n title: {\n type: String,\n default: '',\n },\n userList: {\n type: Array,\n default: () => ([]),\n },\n total: {\n type: Number,\n default: 0,\n },\n});\n\nconst reset = () => {\n emits('complete', []);\n};\n\nconst submit = (dataList: any) => {\n emits('complete', dataList);\n};\n\nconst handleSearchUser = (userID: string) => {\n emits('search', userID);\n};\n\nconst handleGetMore = () => {\n emits('getMore');\n};\n</script>\n","import Component from 'D:/项目/tk-mini-program/TUIKit/components/common/SelectUser/index.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;AAyBA,MAAA,SAAmB,MAAA;AACnB,MAAA,WAAqB,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;AAErB,UAAM,QAAQ;AAEd,UAAM,QAAQ;AAuBd,UAAM,QAAQ,MAAM;AACZ,YAAA,YAAY,CAAA,CAAE;AAAA,IAAA;AAGhB,UAAA,SAAS,CAAC,aAAkB;AAChC,YAAM,YAAY,QAAQ;AAAA,IAAA;AAGtB,UAAA,mBAAmB,CAAC,WAAmB;AAC3C,YAAM,UAAU,MAAM;AAAA,IAAA;AAGxB,UAAM,gBAAgB,MAAM;AAC1B,YAAM,SAAS;AAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjEjB,GAAG,gBAAgBA,SAAS;"}
{"version":3,"file":"index.js","sources":["TUIKit/components/common/SelectUser/index.vue","../../HBuilderX/plugins/uniapp-cli-vite/uniComponent:/RDov6aG555uuL3RrLW1pbmktcHJvZ3JhbS9UVUlLaXQvY29tcG9uZW50cy9jb21tb24vU2VsZWN0VXNlci9pbmRleC52dWU"],"sourcesContent":["<template>\r\n <Dialog\r\n :show=\"true\"\r\n :isH5=\"!isPC\"\r\n :isHeaderShow=\"false\"\r\n :isFooterShow=\"false\"\r\n :background=\"false\"\r\n @update:show=\"reset\"\r\n >\r\n <Transfer\r\n :isSearch=\"props.isNeedSearch\"\r\n :title=\"props.title\"\r\n :list=\"props.userList\"\r\n :isH5=\"!isPC\"\r\n :isRadio=\"props.isRadio\"\r\n :total=\"props.total\"\r\n @getMore=\"handleGetMore\"\r\n @search=\"handleSearchUser\"\r\n @submit=\"submit\"\r\n @cancel=\"reset\"\r\n />\r\n </Dialog>\r\n</template>\r\n<script lang=\"ts\" setup>\r\nimport { isPC } from '../../../utils/env';\r\nimport Dialog from '../Dialog/index.vue';\r\nimport Transfer from '../Transfer/index.vue';\r\n\r\nconst emits = defineEmits(['complete', 'search', 'getMore']);\r\n\r\nconst props = defineProps({\r\n isRadio: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n isNeedSearch: {\r\n type: Boolean,\r\n default: false,\r\n },\r\n title: {\r\n type: String,\r\n default: '',\r\n },\r\n userList: {\r\n type: Array,\r\n default: () => ([]),\r\n },\r\n total: {\r\n type: Number,\r\n default: 0,\r\n },\r\n});\r\n\r\nconst reset = () => {\r\n emits('complete', []);\r\n};\r\n\r\nconst submit = (dataList: any) => {\r\n emits('complete', dataList);\r\n};\r\n\r\nconst handleSearchUser = (userID: string) => {\r\n emits('search', userID);\r\n};\r\n\r\nconst handleGetMore = () => {\r\n emits('getMore');\r\n};\r\n</script>\r\n","import Component from 'D:/项目/tk-mini-program/TUIKit/components/common/SelectUser/index.vue'\nwx.createComponent(Component)"],"names":["Component"],"mappings":";;;;;;AAyBA,MAAA,SAAmB,MAAA;AACnB,MAAA,WAAqB,MAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;AAErB,UAAM,QAAQ;AAEd,UAAM,QAAQ;AAuBd,UAAM,QAAQ,MAAM;AACZ,YAAA,YAAY,CAAA,CAAE;AAAA,IAAA;AAGhB,UAAA,SAAS,CAAC,aAAkB;AAChC,YAAM,YAAY,QAAQ;AAAA,IAAA;AAGtB,UAAA,mBAAmB,CAAC,WAAmB;AAC3C,YAAM,UAAU,MAAM;AAAA,IAAA;AAGxB,UAAM,gBAAgB,MAAM;AAC1B,YAAM,SAAS;AAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;ACjEjB,GAAG,gBAAgBA,SAAS;"}