-
+
@@ -273,14 +273,14 @@ function handleSelectionChange(selection) {
/** 鏂板鎸夐挳鎿嶄綔 */
function handleAdd() {
- if (!userStore.currentProId) {
+ if (!userStore.currentPrjId) {
proxy.$modal.msgWarning("璇峰垏鎹㈠埌椤圭洰鏁版嵁锛侊紒锛");
return false;
}
reset();
- form.value.projectId = userStore.currentProId;
+ form.value.projectId = userStore.currentPrjId;
form.value.projectName = userStore.currentProName;
- initSubDeptOptions(userStore.currentProId);
+ initSubDeptOptions(userStore.currentPrjId);
activeTabs.value = "base";
open.value = true;
title.value = "娣诲姞鍗曚綅鐝粍";
diff --git a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
index 58e96e85..169b2c28 100644
--- a/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
+++ b/yanzhu-ui-vue3/src/views/manage/proProjectInfoSubdeptsUsers/index.vue
@@ -552,7 +552,7 @@ function handleSelectionChange(selection) {
}
function loadSubDepts(cb) {
- listProProjectInfoSubdepts({ projectId: userStore.currentProId, pageNum: 1, pageSize: 100 }).then(d => {
+ listProProjectInfoSubdepts({ projectId: userStore.currentPrjId, pageNum: 1, pageSize: 100 }).then(d => {
data.subdepts = d.rows || [];
if (data.subdepts.length > 0) {
let sd = data.subdepts[0];
@@ -565,7 +565,7 @@ function loadSubDepts(cb) {
/** 鏂板鎸夐挳鎿嶄綔 */
function handleAdd() {
- if (!userStore.currentProId) {
+ if (!userStore.currentPrjId) {
proxy.$modal.msgWarning("璇峰垏鎹㈠埌椤圭洰鏁版嵁锛侊紒锛");
return false;
}
@@ -573,7 +573,7 @@ function handleAdd() {
data.editData=null;
data.mode = 'add';
form.value.certificateType = "";
- form.value.projectId = userStore.currentProId;
+ form.value.projectId = userStore.currentPrjId;
form.value.projectName = userStore.currentProName;
form.value.nation = data.nationOpts[0];
form.value.sex = data.sexOpts[0];
diff --git a/yanzhu-ui-vue3/src/views/manage/videoMonitor/index.vue b/yanzhu-ui-vue3/src/views/manage/videoMonitor/index.vue
index 697a63df..37d0c4cb 100644
--- a/yanzhu-ui-vue3/src/views/manage/videoMonitor/index.vue
+++ b/yanzhu-ui-vue3/src/views/manage/videoMonitor/index.vue
@@ -62,26 +62,16 @@
-
-
-
-
-
-
-
-
+
+
+
+
-
-
-
-
-
-
- {{ parseTime(scope.row.upadteTime, '{y}-{m}-{d}') }}
-
+
+ {{scope.row.keyPoint==1?'鏄':'鍚' }}
-
+
淇敼
@@ -143,12 +133,18 @@
-