소스 검색

调整

master
zouhantao 1 주 전
부모
커밋
2b028ce651
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/views/system/agency/index.vue

+ 2
- 2
src/views/system/agency/index.vue 파일 보기

@@ -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>

Loading…
취소
저장