diff --git a/CHANGELOG.md b/CHANGELOG.md index ce741a4..1d9f447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (2022-09-15) +# 1.0.0 (2022-09-16) ### 🌟 新功能 范围|描述|commitId @@ -91,6 +91,7 @@ - | 增加位置信息并传参给内嵌插件 | [fe5fe4e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/fe5fe4e) - | 长按改变层级 | [c25319a](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/c25319a) - | 账户名密码登录 | [ebf456e](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/ebf456e) + - | 整理交付物代码文件 | [4480546](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/4480546) - | 重复数据删除 | [99aa565](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/99aa565) - | 主体颜色 | [bb5c0e3](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/bb5c0e3) - | 注册、用户协议 | [68e9189](https://101.201.226.163:50022/ccsens_tall/TALL-MUI-4/commits/68e9189) diff --git a/components/Plugin/Plugin.vue b/components/Plugin/Plugin.vue index ce530cd..8c0de1f 100644 --- a/components/Plugin/Plugin.vue +++ b/components/Plugin/Plugin.vue @@ -40,6 +40,15 @@ + + + + + + + + + 0) { + params.queryType === 0 ? store.commit('socket/setCurrLocationTaskId', data.list[0].id) : store.commit('socket/setCurrLocationTaskId', data.list[data.list.length - 1].id); + } // 下一页 if (data.list.length < params.pageSize) { diff --git a/pages/submitLog/submitLog.vue b/pages/submitLog/submitLog.vue index bea4e6f..952e401 100644 --- a/pages/submitLog/submitLog.vue +++ b/pages/submitLog/submitLog.vue @@ -100,6 +100,7 @@ import { ref, provide } from 'vue'; import { onLoad } from '@dcloudio/uni-app'; import dayjs from 'dayjs'; +import pDeliverUploadSecond from "@/plugins/p-deliver-second/p-deliver-upload-second.vue" import pDeliverCheckSecondDetail from "@/plugins/p-deliver-second/p-deliver-check-second-detail.vue" const listRef = ref([]); diff --git a/plugins/p-check-work-summary/detail.vue b/plugins/p-check-work-summary/detail.vue new file mode 100644 index 0000000..3c3b19d --- /dev/null +++ b/plugins/p-check-work-summary/detail.vue @@ -0,0 +1,153 @@ + + + + + diff --git a/plugins/p-check-work-summary/p-check-work-summary.vue b/plugins/p-check-work-summary/p-check-work-summary.vue new file mode 100644 index 0000000..e5e1f66 --- /dev/null +++ b/plugins/p-check-work-summary/p-check-work-summary.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file diff --git a/plugins/p-salary-manage/p-salary-manage.vue b/plugins/p-salary-manage/p-salary-manage.vue new file mode 100644 index 0000000..714fa6c --- /dev/null +++ b/plugins/p-salary-manage/p-salary-manage.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file diff --git a/plugins/p-salary/p-salary.vue b/plugins/p-salary/p-salary.vue new file mode 100644 index 0000000..d7955bc --- /dev/null +++ b/plugins/p-salary/p-salary.vue @@ -0,0 +1,42 @@ + + + + + \ No newline at end of file