@@ -58,8 +58,8 @@ | |||
<template v-slot="scope"> | |||
<div class="input-wrap"> | |||
<el-form-item prop="termOfValidity"> | |||
<el-input maxlength="60" v-trim clearable v-model="scope.row.termOfValidity" | |||
placeholder="有效期"></el-input> | |||
<el-date-picker maxlength="60" v-trim clearable v-model="scope.row.termOfValidity" | |||
placeholder="有效期" value-format="YYYY-MM-DD"></el-date-picker> | |||
</el-form-item> | |||
</div> | |||
</template> |