diff --git a/cdTMP/src/api/project/round.js b/cdTMP/src/api/project/round.js
new file mode 100644
index 0000000..016bbf8
--- /dev/null
+++ b/cdTMP/src/api/project/round.js
@@ -0,0 +1,14 @@
+import { request } from "@/api/request"
+export default {
+ /**
+ * 根据项目名、第{roundNumber}查询该轮次信息
+ * @returns 返回一个轮次的信息
+ */
+ getOneRoundInfo(params = {}) {
+ return request({
+ url: "/project/getOneRoundInfo",
+ method: "get",
+ params
+ })
+ }
+}
diff --git a/cdTMP/src/components/ma-form-modal/index.vue b/cdTMP/src/components/ma-form-modal/index.vue
index 3d182ff..cafd7bd 100644
--- a/cdTMP/src/components/ma-form-modal/index.vue
+++ b/cdTMP/src/components/ma-form-modal/index.vue
@@ -1,5 +1,5 @@
-
+
{{ prop.title }}
@@ -24,7 +24,8 @@ const prop = defineProps({
column: { type: Array, default: [] }, // ma-form字段
default_visible: { type: Boolean, default: false }, // 默认隐藏
options: { type: Object, default: {} }, // ma-form 属性
- submit: { type: Function, default: () => {} }
+ submit: { type: Function, default: () => {} },
+ width :{ type:String, default:("1000"+'px')}
})
const maFormRef = ref()
diff --git a/cdTMP/src/layout/project-layout.vue b/cdTMP/src/layout/project-layout.vue
index c90b2a5..7168ba7 100644
--- a/cdTMP/src/layout/project-layout.vue
+++ b/cdTMP/src/layout/project-layout.vue
@@ -11,10 +11,9 @@
搜索
-
- 增加轮次
- 删除轮次
-
+ 空搜索需要点击搜索按钮
+ >
+
+
+
+
+ handleRoundAddClick(nodeData)"
+ />
+
+ handleRoundDelClick(nodeData)"
+ />
+ handleRoundEditClick(nodeData)"
+ />
+
+
+
@@ -37,23 +76,32 @@
+