mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
fix bug
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<span style="margin-right: 3px">选择测评:</span>
|
||||
</div>
|
||||
<div class="btnbox">
|
||||
<EvList v-model:evaluationTypeName="formData.evaluationTypeId">
|
||||
<EvList v-model:evaluationTypeName="formData.evaluationTypeName" v-model:evaluationTypeId="formData.evaluationTypeId">
|
||||
<button class="checkEval">
|
||||
选择测评
|
||||
</button>
|
||||
@@ -58,6 +58,7 @@
|
||||
:disabled-time="disabledRangeTime"
|
||||
style="width: 400px; height: 40px; border-radius: 8px;" v-model:value="dateTime"
|
||||
format="YYYY-MM-DD HH:mm"
|
||||
valueFormat="YYYY-MM-DD HH:mm"
|
||||
@change="timeChange"
|
||||
:placeholder="[' 开始时间', ' 结束时间']"/>
|
||||
</div>
|
||||
@@ -98,6 +99,8 @@ const formData = ref({
|
||||
evaluationTypeId: '',
|
||||
evaluationTypeName: '',
|
||||
evaluationExplain: '',
|
||||
evaluationStartTime: '',
|
||||
evaluationEndTime: '',
|
||||
})
|
||||
const emit = defineEmits({})
|
||||
const taskIndex = ref(-1);
|
||||
|
||||
Reference in New Issue
Block a user