-- fix 开课选择评估和考试

This commit is contained in:
yuping
2023-02-21 17:43:17 +08:00
parent 8c0c2f47ba
commit 0d36ee103e

View File

@@ -70,7 +70,7 @@
</div> </div>
<s-test v-model:id="formData.examinationTestId" v-model:name="formData.examinationTestName"> <s-test v-model:id="formData.examinationTestId" v-model:name="formData.examinationTestName">
<div class="btnbox"> <div class="btnbox">
<button class="xkbtn"> <button class="xkbtn" style="margin:0">
{{ formData.examinationTestId ? "重选" : "选择" }}试卷 {{ formData.examinationTestId ? "重选" : "选择" }}试卷
</button> </button>
</div> </div>
@@ -97,8 +97,8 @@
style="width: 400px; height: 40px; border-radius: 8px" style="width: 400px; height: 40px; border-radius: 8px"
:show-time="{format:'hh:mm'}" :show-time="{format:'hh:mm'}"
:disabled-date="disabledDate" :disabled-date="disabledDate"
format="YYYY/MM/DD HH:mm" format="YYYY-MM-DD HH:mm"
valueFormat="YYYY/MM/DD HH:mm" valueFormat="YYYY-MM-DD HH:mm"
v-model:value="dateTime" v-model:value="dateTime"
@change="timeChange" @change="timeChange"
:placeholder="[' 开始时间', ' 结束时间']" :placeholder="[' 开始时间', ' 结束时间']"