-
+
-
+
@@ -19,29 +19,52 @@
- 搜索
- 重置
+
+
+
+ 搜索
+
+
+
+
+ 重置
+
- 新增
+
+
+
+ 新增
+
- 修改
+
+
+
+ 修改
+
- 删除
+
+
+
+ 删除
+
- 导出
+
+
+
+ 导出
+
-
+
@@ -59,7 +82,9 @@
{{ scope.row.variation.toFixed(3) }}
- {{ scope.row.changeRate.toFixed(3) }}
+ {{
+ scope.row.changeRate.toFixed(3)
+ }}
{{ scope.row.displace2.toFixed(3) }}
@@ -68,24 +93,36 @@
{{ scope.row.totalize2.toFixed(3) }}
- {{ scope.row.variation2.toFixed(3) }}
+ {{
+ scope.row.variation2.toFixed(3)
+ }}
- {{ scope.row.changeRate2.toFixed(3) }}
+ {{
+ scope.row.changeRate2.toFixed(3)
+ }}
- 修改
- 删除
+
+
+
+ 修改
+
+
+
+
+ 删除
+
-
+
@@ -127,7 +164,8 @@
-
+
@@ -142,15 +180,22 @@
\ 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 @@