Compare commits

..

No commits in common. "2cd151e0f815f848ccab84c7a8961328e742ab0c" and "c4a4559043f80487e60cea404a31800a7b356fc3" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
</el-form-item>
</el-col>
<el-col v-if="menu.limitFlag === '1' && form.STATUS === '1'" :span="12">
<el-form-item prop="LIMIT_END_TIME" label="培训有效期结束时间:">
<el-form-item label="培训有效期结束时间:">
<el-date-picker v-model="form.LIMIT_END_TIME" value-format="yyyy-MM-dd" type="date" placeholder="选择日期" style="width:300px "/>
</el-form-item>
</el-col>