修改
This commit is contained in:
parent
85575c22f2
commit
862e436b69
@ -947,8 +947,6 @@ export default {
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/task/followupsee",
|
path: "/task/followupsee",
|
||||||
query: {
|
query: {
|
||||||
dataile:'handel',
|
|
||||||
|
|
||||||
path: "/task/followup",
|
path: "/task/followup",
|
||||||
patientId: row.patientId,
|
patientId: row.patientId,
|
||||||
taskNodeType: row.taskNodeType,
|
taskNodeType: row.taskNodeType,
|
||||||
@ -982,7 +980,6 @@ export default {
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/task/followupdetails",
|
path: "/task/followupdetails",
|
||||||
query: {
|
query: {
|
||||||
dataile:'dataile',
|
|
||||||
path: "/task/followup",
|
path: "/task/followup",
|
||||||
patientId: row.patientId,
|
patientId: row.patientId,
|
||||||
taskNodeType: row.taskNodeType,
|
taskNodeType: row.taskNodeType,
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
<div class="gender">患者电话:{{ list.patientPhone }}</div>
|
<div class="gender">患者电话:{{ list.patientPhone }}</div>
|
||||||
<div class="gender">出生日期:{{ list.birthDate }}</div>
|
<div class="gender">出生日期:{{ list.birthDate }}</div>
|
||||||
|
|
||||||
<div class="source" v-if="activeName == 'six' && $route.query.dataile=='handel'">
|
<div class="source" v-if="activeName == 'six'">
|
||||||
<div class="item" @click="submitbut">
|
<div class="item" @click="submitbut">
|
||||||
<el-button plain>保存</el-button>
|
<el-button plain>保存</el-button>
|
||||||
</div>
|
</div>
|
||||||
@ -63,16 +63,6 @@
|
|||||||
<el-tab-pane
|
<el-tab-pane
|
||||||
label="任务处理"
|
label="任务处理"
|
||||||
name="six"
|
name="six"
|
||||||
v-if="$route.query.dataile == 'handel'"
|
|
||||||
>
|
|
||||||
<keep-alive>
|
|
||||||
<Taskprocess v-if="activeName == 'six'" ref="process"></Taskprocess>
|
|
||||||
</keep-alive>
|
|
||||||
</el-tab-pane>
|
|
||||||
<el-tab-pane
|
|
||||||
label="任务详情"
|
|
||||||
name="six"
|
|
||||||
v-if="$route.query.dataile == 'dataile'"
|
|
||||||
>
|
>
|
||||||
<keep-alive>
|
<keep-alive>
|
||||||
<Taskprocess v-if="activeName == 'six'" ref="process"></Taskprocess>
|
<Taskprocess v-if="activeName == 'six'" ref="process"></Taskprocess>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user