浏览代码

调整

master
zouhantao 1周前
父节点
当前提交
2b028ce651
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/views/system/agency/index.vue

+ 2
- 2
src/views/system/agency/index.vue 查看文件

<template v-slot="scope"> <template v-slot="scope">
<div class="input-wrap"> <div class="input-wrap">
<el-form-item prop="termOfValidity"> <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> </el-form-item>
</div> </div>
</template> </template>

正在加载...
取消
保存