Explorar el Código

添加日期属性

master
1341924763@qq.com hace 6 días
padre
commit
66aec2526c
Se han modificado 1 ficheros con 12 adiciones y 1 borrados
  1. 12
    1
      src/views/system/user/index.vue

+ 12
- 1
src/views/system/user/index.vue Ver fichero

@@ -285,7 +285,7 @@
</el-row>

<!-- 添加或修改用户配置对话框 -->
<el-dialog :title="title" :visible.sync="open" width="600px" append-to-body>
<el-dialog :title="title" :visible.sync="open" width="620px" append-to-body>
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-row>
<el-col :span="12">
@@ -431,6 +431,17 @@
</el-date-picker>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="出生日期" prop="birthday">
<el-date-picker
v-model="form.birthday"
type="date"
placeholder="选择日期"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24">

Cargando…
Cancelar
Guardar