提交 4ab327f0 编写于 作者: 张磊's avatar 张磊

wx appoint

上级 85603dec
......@@ -16,7 +16,7 @@ export const getDoctorList = async (data) => {
};
export const getDoctorListNew = async (data) => {
return request({
url: '/diagnose/doctorService/doctorListMew',
url: '/diagnose/doctorService/doctorListNew',
params: data,
method: 'get',
});
......
......@@ -183,7 +183,7 @@
修改指定医生
</el-button>
<el-button
v-if="scope.row.diagnoseType !== 4 && showBtn(scope.row, 3, 25, 26)"
v-if="showBtn(scope.row, 3, 25, 26)"
type="primary"
size="small"
class="btn"
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册