-
-
-
-
-
-
根节点数量: {{ rootNodeCount }}
-
- 添加
- 收起所有节点
-
- {{ isTreeVisible ? "隐藏树形" : "显示树形" }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 显示树形
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
diff --git a/src/views/project/list.vue b/src/views/project/list.vue
index 37b928f..d87ca9c 100644
--- a/src/views/project/list.vue
+++ b/src/views/project/list.vue
@@ -204,7 +204,7 @@ export default {
handleDemand(row){
this.$router.push({
path: "/demandManage",
- query: { id: row.projectId },
+ query: { id: row.projectId,projectName:row.projectName },
});
},
diff --git a/src/views/worklog/components/leftMonth.vue b/src/views/worklog/components/leftMonth.vue
new file mode 100644
index 0000000..0a12a2b
--- /dev/null
+++ b/src/views/worklog/components/leftMonth.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
diff --git a/src/views/worklog/components/rightTable.vue b/src/views/worklog/components/rightTable.vue
new file mode 100644
index 0000000..9326ea9
--- /dev/null
+++ b/src/views/worklog/components/rightTable.vue
@@ -0,0 +1,237 @@
+
+
+
+
+
+
+
+
+
+
+ {
+ changeRow(data, 'demandStatus', scope.row);
+ }
+ "
+ >
+
+ {{
+ statusList[scope.row.demandStatus]
+ ? statusList[scope.row.demandStatus].dictLabel
+ : ""
+ }}
+
+
+ {{
+ statusList[item.dictValue]
+ ? statusList[item.dictValue].dictLabel
+ : ""
+ }}
+
+
+
+
+
+
+
+
+ {
+ changeRow(data, 'demandStatus', scope.row);
+ }
+ "
+ >
+
+ {{
+ statusList[scope.row.demandStatus]
+ ? statusList[scope.row.demandStatus].dictLabel
+ : ""
+ }}
+
+
+ {{
+ statusList[item.dictValue]
+ ? statusList[item.dictValue].dictLabel
+ : ""
+ }}
+
+
+
+
+
+
+
+
+ {
+ changeRow(data, 'demandStatus', scope.row);
+ }
+ "
+ >
+
+ {{
+ statusList[scope.row.demandStatus]
+ ? statusList[scope.row.demandStatus].dictLabel
+ : ""
+ }}
+
+
+ {{
+ statusList[item.dictValue]
+ ? statusList[item.dictValue].dictLabel
+ : ""
+ }}
+
+
+
+
+
+
+
+
+ {{ scope.row.responsiblePersonName }}
+
+
+
+
+
+
+
+
+
+ 编辑
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/worklog/worklog.vue b/src/views/worklog/worklog.vue
new file mode 100644
index 0000000..d97af19
--- /dev/null
+++ b/src/views/worklog/worklog.vue
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+
+
+
+
+