diff --git a/yanzhu-ui-vue3/src/components/Chart/index.vue b/yanzhu-ui-vue3/src/components/Chart/index.vue index 0fd867de..76016bf1 100644 --- a/yanzhu-ui-vue3/src/components/Chart/index.vue +++ b/yanzhu-ui-vue3/src/components/Chart/index.vue @@ -4,7 +4,7 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/pitAlarm/index.vue b/yanzhu-ui-vue3/src/views/device/pitAlarm/index.vue index 9ea6e208..0be6cdfc 100644 --- a/yanzhu-ui-vue3/src/views/device/pitAlarm/index.vue +++ b/yanzhu-ui-vue3/src/views/device/pitAlarm/index.vue @@ -8,19 +8,28 @@ - - + + - 搜索 - 重置 + + + + 搜索 + + + + + 重置 + - + 新增 @@ -40,56 +49,65 @@ - + - + - + - - - - - - - - + + + + + + + + - - - - diff --git a/yanzhu-ui-vue3/src/views/device/pitConfig/index.vue b/yanzhu-ui-vue3/src/views/device/pitConfig/index.vue index 27742d75..fa286e2d 100644 --- a/yanzhu-ui-vue3/src/views/device/pitConfig/index.vue +++ b/yanzhu-ui-vue3/src/views/device/pitConfig/index.vue @@ -2,20 +2,28 @@
- 新增 + + 新增 + - 修改 + + 修改 + - 删除 + + 删除 + - 导出 + + 导出 + @@ -34,10 +42,14 @@ @@ -92,7 +104,7 @@ export default { // 非多个禁用 multiple: true, // 显示搜索条件 - showSearch: true, + showSearch: false, // 总条数 total: 0, // 项目基坑监测配置表格数据 @@ -139,6 +151,8 @@ export default { }, created() { this.userStore=useUserStore(); + this.queryParams.projectId = this.userStore.currentPrjId; + this.queryParams.subDeptId = this.userStore.currentComId; this.getList(); this.init(); }, @@ -340,12 +354,10 @@ export default { .el-drawer__body { position: relative; - // .dialog-footer { - // position: fixed; - // bottom: 0px; - // padding: 20px; - // } } } + .top-right-btn button:first-child{ + display: none; + } } diff --git a/yanzhu-ui-vue3/src/views/device/pitData/surveyPointData.vue b/yanzhu-ui-vue3/src/views/device/pitData/surveyPointData.vue index 74ccbfdb..7f1d26d7 100644 --- a/yanzhu-ui-vue3/src/views/device/pitData/surveyPointData.vue +++ b/yanzhu-ui-vue3/src/views/device/pitData/surveyPointData.vue @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/yanzhu-ui-vue3/src/views/device/pitDevice/index.vue b/yanzhu-ui-vue3/src/views/device/pitDevice/index.vue index 0282fa47..a6ed705f 100644 --- a/yanzhu-ui-vue3/src/views/device/pitDevice/index.vue +++ b/yanzhu-ui-vue3/src/views/device/pitDevice/index.vue @@ -8,8 +8,12 @@ - 搜索 - 重置 + + 搜索 + + + 重置 + @@ -26,9 +30,13 @@ @@ -49,10 +57,10 @@ import { } from "@/api/device/pitDevice"; import { queryUnitList, findMyProjectList } from "@/api/publics"; import deviceDetailDlg from "./deviceDetailDlg.vue"; - +import useUserStore from "@/store/modules/user"; export default { components: { - deviceDetailDlg, + deviceDetailDlg }, name: "PitDevice", data() { @@ -97,6 +105,7 @@ export default { pit_device_type: [], }, }, + userStore: null, }; }, created() { @@ -106,6 +115,10 @@ export default { ); this.dict.type.pit_device_status = pit_device_status; this.dict.type.pit_device_type = pit_device_type; + this.userStore = useUserStore(); + this.queryParams.projectId = this.userStore.currentPrjId; + this.queryParams.subDeptId = this.userStore.currentComId; + this.getList(); this.init(); }, diff --git a/yanzhu-ui-vue3/src/views/device/pitDeviceSurveyPoint/index.vue b/yanzhu-ui-vue3/src/views/device/pitDeviceSurveyPoint/index.vue index ac9d4c2c..72cc6986 100644 --- a/yanzhu-ui-vue3/src/views/device/pitDeviceSurveyPoint/index.vue +++ b/yanzhu-ui-vue3/src/views/device/pitDeviceSurveyPoint/index.vue @@ -14,27 +14,39 @@ - 搜索 - 重置 + + 搜索 + + + 重置 + - 新增 + + 新增 + - 修改 + + 修改 + - 删除 + + 删除 + - 导出 + + 导出 + @@ -46,10 +58,14 @@ @@ -85,7 +101,7 @@