1 Star 0 Fork 0

嘉禾生 / 工作笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.vue 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
嘉禾生 提交于 2018-10-09 15:42 . add new
<template lang="html">
<Layout ref="layout" left-show>
<PagePreview slot="body-left" :id="id" :type="type"/>
<el-form slot="body-right" ref="form" :model="form" label-position="top">
<el-form-item label="医生给的回复">
<el-input v-model="form.doctorReply" type="textarea"/>
</el-form-item>
</el-form>
<BtnBar slot="body-right-footer" @close="handleClose" @submit="handleSubmit"/>
</Layout>
</template>
<script>
import Mixin from '../mixin/';
export default {
name: 'PatientTask20001',
mixins: [Mixin],
data() {
return {
form: {
actionType: 1,
doctorReply: '',
},
};
},
};
</script>
1
https://gitee.com/cuixote/work_notes.git
git@gitee.com:cuixote/work_notes.git
cuixote
work_notes
工作笔记
master

搜索帮助