Commit a01ddd33 authored by zhengke's avatar zhengke

修改

parent ac3e5fc6
......@@ -89,6 +89,9 @@
<el-form-item label="职务">
<el-input v-model="addMsg.Major" class="w400" size="small" placeholder="职务" maxlength="20" />
</el-form-item>
<el-form-item label="简介">
<el-input type="textarea" :rows="3" v-model="addMsg.Introduction" class="w400" size="small" placeholder="简介"/>
</el-form-item>
</el-form>
</div>
<el-button size="small" style="margin-top:20px;padding:9px 25px;" type="primary" @click="submitform('addMsg')">保存
......@@ -183,7 +186,8 @@
ServiceStatus: 1, // 启用/禁用 状态1启用 2禁用
Telephone: '', //电话
FictitiousReserveNum: '', //虚拟预约数
WorkYears:'' //工作年限
WorkYears:'', //工作年限
Introduction:'' //简介
},
msg2: {
pageIndex: 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment