Commit cc1f20bb by wangshuangqing

加入医嘱 改成 保存医嘱

parent 3627cfca
......@@ -2,7 +2,7 @@
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditTime: 2023-03-02 17:50:33
* @LastEditTime: 2023-03-02 20:36:22
* @Description:
-->
<template>
......@@ -36,7 +36,7 @@
icon="el-icon-user"
style="background-color: #0283bb; color: #ffff"
@click="joinorder()"
>加入医嘱</el-button
>保存医嘱</el-button
>
<el-button
icon="el-icon-s-tools"
......@@ -918,7 +918,7 @@ export default {
state.inhosdays = val.inhosdays;
radiochange();
};
//加入医嘱
//保存医嘱
const joinorder = () => {
state.objtable.route1 = state.newtable1;
state.objtable.route2 = state.newtable2;
......
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