diff --git a/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue b/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue index dc3c7d8..29f25e5 100644 --- a/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue +++ b/src/pages/WorkOrderEdit/compoents/BasicsInfo.vue @@ -10,49 +10,83 @@ 作业地点 - - + + + 作业周期 + + + + 选择日期 + + + + @@ -105,7 +138,7 @@ const initTiandituMap = () => { } .mustBox::after { - content: '*'; + content: "*"; color: red; font-size: 30rpx; margin-left: 10rpx; @@ -133,7 +166,14 @@ const initTiandituMap = () => { .FormValueBox { font-size: 30rpx; margin-top: 20rpx; + + .date-picker-box { + display: flex; + align-items: center; + gap: 20rpx; + flex: 1; + } } } } - \ No newline at end of file + diff --git a/src/pages/WorkOrderEdit/index.vue b/src/pages/WorkOrderEdit/index.vue index ecf37b3..6c39978 100644 --- a/src/pages/WorkOrderEdit/index.vue +++ b/src/pages/WorkOrderEdit/index.vue @@ -15,7 +15,7 @@ - + @@ -53,7 +53,7 @@ const stepList = ref([ // 点击下一步 const nextStep = () => { - console.log(basicsInfoRef.value); + console.log(basicsInfoRef.value.getFormData()); }