diff --git a/frontend/src/views/plan/planList/components/devSelectPopup.vue b/frontend/src/views/plan/planList/components/devSelectPopup.vue index 6962841..92557ff 100644 --- a/frontend/src/views/plan/planList/components/devSelectPopup.vue +++ b/frontend/src/views/plan/planList/components/devSelectPopup.vue @@ -2,12 +2,12 @@ -
+
diff --git a/frontend/src/views/plan/planList/components/sourcePopup.vue b/frontend/src/views/plan/planList/components/sourcePopup.vue index 9e54119..32d1be2 100644 --- a/frontend/src/views/plan/planList/components/sourcePopup.vue +++ b/frontend/src/views/plan/planList/components/sourcePopup.vue @@ -3,11 +3,11 @@ -
+
-
+
\ No newline at end of file diff --git a/frontend/src/views/plan/planList/index.vue b/frontend/src/views/plan/planList/index.vue index 56fc965..efb2da9 100644 --- a/frontend/src/views/plan/planList/index.vue +++ b/frontend/src/views/plan/planList/index.vue @@ -151,7 +151,21 @@ const columns = reactive[]>([ enum: testFatherPlanList, fieldNames: { label: 'label', value: 'id' }, }, - { prop: 'operation', label: '操作', fixed: 'right' ,width: 500, }, + // { + // prop: 'create_Time', + // label: '记录时间', + // minWidth: 180, + // search: { + // span: 2, + // render: () => { + // return ( + //
+ //
+ // ) + // }, + // }, + // }, + { prop: 'operation', label: '操作', fixed: 'right' ,width: 450, }, ])