Commit d98064b9 by honghong

Merge branch 'feature/v1/plb' of http://git.nyinhong.com/PeiZhen-Java/peizhen-vue into feature_lyj

parents 44b91c6a 7198ffd7
import request from "@/utils/request";
// 查询订单分成记录列表
export function listDivide(query) {
return request({
url: "/merchant/divide/list",
method: "get",
params: query,
});
}
// 数据
export function platformRevenueDivGET(query) {
return request({
url: "/system/data/platformRevenueDiv",
method: "get",
params: query,
});
}
// 查询订单分成记录详细
export function getDivide(id) {
return request({
url: "/merchant/divide/" + id,
method: "get",
});
}
// 新增订单分成记录
export function addDivide(data) {
return request({
url: "/merchant/divide",
method: "post",
data: data,
});
}
// 修改订单分成记录
export function updateDivide(data) {
return request({
url: "/merchant/divide",
method: "put",
data: data,
});
}
// 删除订单分成记录
export function delDivide(id) {
return request({
url: "/merchant/divide/" + id,
method: "delete",
});
}
...@@ -161,10 +161,6 @@ ...@@ -161,10 +161,6 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<template v-if="row.status == 0">
<el-button type="primary" @click="clickBH(row, 1)">通过</el-button>
<el-button type="primary" @click="clickBH(row, 2)">拒绝</el-button>
</template>
<span v-if="row.status == 1">成功提现</span> <span v-if="row.status == 1">成功提现</span>
<span v-if="row.status == 2">拒绝提现</span> <span v-if="row.status == 2">拒绝提现</span>
</template> </template>
...@@ -177,30 +173,38 @@ ...@@ -177,30 +173,38 @@
width="180" width="180"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
/> />
<!-- <el-table-column <el-table-column
label="操作" label="操作"
align="center" align="center"
class-name="small-padding fixed-width" class-name="small-padding fixed-width"
> >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <!-- <el-button
size="large" size="large"
type="primary" type="primary"
icon="el-icon-edit" icon="el-icon-edit"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
v-hasPermi="['system:income:edit']" v-hasPermi="['system:income:edit']"
>修改</el-button >修改</el-button
> > -->
<el-button <!-- <el-button
size="large" size="large"
type="primary" type="primary"
icon="el-icon-delete" icon="el-icon-delete"
@click="handleDelete(scope.row)" @click="handleDelete(scope.row)"
v-hasPermi="['system:income:remove']" v-hasPermi="['system:income:remove']"
>删除</el-button >删除</el-button
> > -->
<template v-if="scope.row.status == 0">
<el-button type="primary" @click="clickBH(scope.row, 1)"
>通过</el-button
>
<el-button type="primary" @click="clickBH(scope.row, 2)"
>拒绝</el-button
>
</template>
</template> </template>
</el-table-column> --> </el-table-column>
</el-table> </el-table>
<pagination <pagination
......
...@@ -211,11 +211,12 @@ ...@@ -211,11 +211,12 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.title, '订单科室')" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button >查看</el-button
> > -->
{{ row.title }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -242,9 +243,10 @@ ...@@ -242,9 +243,10 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)" <!-- <el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)"
>查看</el-button >查看</el-button
> > -->
<span v-if="row.ename"> {{ row.ename }}</span>
<span v-else>未接单</span> <span v-else>未接单</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -272,11 +274,12 @@ ...@@ -272,11 +274,12 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.visitTime, '期望就诊时间')" @click="clickSeeROWrEM(row.visitTime, '期望就诊时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.visitTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -385,11 +388,12 @@ ...@@ -385,11 +388,12 @@
sortable sortable
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -182,11 +182,12 @@ ...@@ -182,11 +182,12 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrFK(row.ypName, '药品名称')" @click="clickSeeROWrFK(row.ypName, '药品名称')"
>查看</el-button >查看</el-button
> > -->
{{ row.ypName }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -198,12 +199,12 @@ ...@@ -198,12 +199,12 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.ydAddress" --> <!-- <el-button
<el-button
type="primary" type="primary"
@click="clickSeeROWrFK(row.ydAddress, '药店地址')" @click="clickSeeROWrFK(row.ydAddress, '药店地址')"
>查看</el-button >查看</el-button
> > -->
{{ row.ydAddress }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -214,13 +215,13 @@ ...@@ -214,13 +215,13 @@
width="100" width="100"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }">
<el-button type="primary" @click="clickSeeJudge(row)">查看</el-button>
</template>
<!-- <template slot-scope="{ row }"> <!-- <template slot-scope="{ row }">
<el-button type="primary" @click="clickSeeJudge(row)">查看</el-button>
</template> -->
<template slot-scope="{ row }">
<span v-if="row.isCf == 0"></span> <span v-if="row.isCf == 0"></span>
<span v-if="row.isCf == 1"></span> <span v-if="row.isCf == 1"></span>
</template> --> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="处方附件" label="处方附件"
...@@ -230,7 +231,7 @@ ...@@ -230,7 +231,7 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
width="120" width="120"
> >
<!-- <template slot-scope="{ row }"> <template slot-scope="{ row }">
<fileUpload <fileUpload
v-model="row.prescriptionAttachment" v-model="row.prescriptionAttachment"
:isShowTip="false" :isShowTip="false"
...@@ -242,10 +243,9 @@ ...@@ -242,10 +243,9 @@
? row.prescriptionAttachment.split(',').length ? row.prescriptionAttachment.split(',').length
: 1 : 1
" "
/> ></fileUpload>
</template> --> </template>
<template slot-scope="{ row }"> <template slot-scope="{ row }" v-if="false">
<!-- v-if="row.prescriptionAttachment" -->
<el-button <el-button
type="primary" type="primary"
@click=" @click="
...@@ -264,12 +264,13 @@ ...@@ -264,12 +264,13 @@
align="center" align="center"
prop="way" prop="way"
key="way" key="way"
width="100" width="120"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- <span v-if="row.way == 0">邮寄到家</span> <span v-if="row.way == 0">邮寄到家</span>
<span v-if="row.way == 1">送货上门</span> --> <span v-else-if="row.way == 1">送货上门</span>
<el-button type="primary" @click="clickSeeWay(row)">查看</el-button> <span v-else>暂无取药方式</span>
<!-- <el-button type="primary" @click="clickSeeWay(row)">查看</el-button> -->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -281,12 +282,13 @@ ...@@ -281,12 +282,13 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.recipient" -->
<el-button <el-button
type="primary" type="primary"
@click="clickSeeROWrFK(row.recipient, '收件人')" @click="clickSeeROWrFK(row.recipient, '收件人')"
v-if="false"
>查看</el-button >查看</el-button
> >
{{ row.recipient }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -301,8 +303,10 @@ ...@@ -301,8 +303,10 @@
<el-button <el-button
type="primary" type="primary"
@click="clickSeeROWrFK(row.adress, '收货地址')" @click="clickSeeROWrFK(row.adress, '收货地址')"
v-if="false"
>查看</el-button >查看</el-button
> >
{{ row.adress }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -320,13 +324,14 @@ ...@@ -320,13 +324,14 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
width="100" width="100"
> >
<!-- v-if="row.addressInfo" -->
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <el-button
type="primary" type="primary"
@click="clickSeeROWrFK(row.addressInfo, '详细地址')" @click="clickSeeROWrFK(row.addressInfo, '详细地址')"
v-if="false"
>查看</el-button >查看</el-button
> >
{{ row.addressInfo }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -337,9 +342,9 @@ ...@@ -337,9 +342,9 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- v-if="row.ename" --> <!-- <el-button type="primary" @click="clickSeeEM(row)">查看</el-button>-->
<el-button type="primary" @click="clickSeeEM(row)">查看</el-button> <span v-if="row.ename">{{ row.ename }}</span>
<!-- <span v-else>未接单</span> --> <span v-else>未接单</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -480,8 +485,10 @@ ...@@ -480,8 +485,10 @@
<el-button <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
v-if="false"
>查看</el-button >查看</el-button
> >
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -1647,6 +1654,7 @@ export default { ...@@ -1647,6 +1654,7 @@ export default {
height: 500px; height: 500px;
overflow-x: hidden; overflow-x: hidden;
} }
.content { .content {
width: 100%; width: 100%;
} }
...@@ -1656,11 +1664,14 @@ export default { ...@@ -1656,11 +1664,14 @@ export default {
width: calc(100 - 40px); width: calc(100 - 40px);
color: #333333; color: #333333;
font-size: 16px; font-size: 16px;
&-item { &-item {
display: flex; display: flex;
&-label { &-label {
width: 20%; width: 20%;
} }
&-rig { &-rig {
width: 80%; width: 80%;
} }
...@@ -1672,6 +1683,7 @@ export default { ...@@ -1672,6 +1683,7 @@ export default {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
&-item { &-item {
width: 48%; width: 48%;
margin-bottom: 20px; margin-bottom: 20px;
...@@ -1686,6 +1698,7 @@ export default { ...@@ -1686,6 +1698,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 10px; margin-bottom: 10px;
> img { > img {
width: 60px; width: 60px;
height: 60px; height: 60px;
......
...@@ -190,14 +190,14 @@ ...@@ -190,14 +190,14 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.title, '订单科室')" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button >查看</el-button
> > -->
{{}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="订单价" label="订单价"
align="center" align="center"
...@@ -229,9 +229,10 @@ ...@@ -229,9 +229,10 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)" <!-- <el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)"
>查看</el-button >查看</el-button
> > -->
<span v-if="row.ename">{{ row.ename }}</span>
<span v-else>未接单</span> <span v-else>未接单</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -244,12 +245,13 @@ ...@@ -244,12 +245,13 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.chiefComplaint" v-if="row.chiefComplaint"
type="primary" type="primary"
@click="clickSeeROWrEM(row.visitTime, '期望就诊时间')" @click="clickSeeROWrEM(row.visitTime, '期望就诊时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.visitTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -274,14 +276,16 @@ ...@@ -274,14 +276,16 @@
prop="chiefComplaint" prop="chiefComplaint"
key="chiefComplaint" key="chiefComplaint"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.chiefComplaint" v-if="row.chiefComplaint"
type="primary" type="primary"
@click="clickSeeROWrEM(row.chiefComplaint, '主诉')" @click="clickSeeROWrEM(row.chiefComplaint, '主诉')"
>查看</el-button >查看</el-button
> > -->
{{ row.chiefComplaint }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -290,14 +294,16 @@ ...@@ -290,14 +294,16 @@
prop="historyOfPresentIllness" prop="historyOfPresentIllness"
key="historyOfPresentIllness" key="historyOfPresentIllness"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.historyOfPresentIllness" v-if="row.historyOfPresentIllness"
type="primary" type="primary"
@click="clickSeeROWrEM(row.historyOfPresentIllness, '现病史')" @click="clickSeeROWrEM(row.historyOfPresentIllness, '现病史')"
>查看</el-button >查看</el-button
> > -->
{{ row.historyOfPresentIllness }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -306,14 +312,16 @@ ...@@ -306,14 +312,16 @@
prop="pastHistory" prop="pastHistory"
key="pastHistory" key="pastHistory"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.pastHistory" v-if="row.pastHistory"
type="primary" type="primary"
@click="clickSeeROWrEM(row.pastHistory, '即往史')" @click="clickSeeROWrEM(row.pastHistory, '即往史')"
>查看</el-button >查看</el-button
> > -->
{{ row.pastHistory }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -322,16 +330,18 @@ ...@@ -322,16 +330,18 @@
prop="lastMedicalTreatmentSituation" prop="lastMedicalTreatmentSituation"
key="lastMedicalTreatmentSituation" key="lastMedicalTreatmentSituation"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.lastMedicalTreatmentSituation" v-if="row.lastMedicalTreatmentSituation"
type="primary" type="primary"
@click=" @click="
clickSeeROWrEM(row.lastMedicalTreatmentSituation, '上次就医情况') clickSeeROWrEM(row.lastMedicalTreatmentSituation, '上次就医情况')
" "
>查看</el-button >查看</el-button
> > -->
{{ row.lastMedicalTreatmentSituation }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -340,14 +350,16 @@ ...@@ -340,14 +350,16 @@
prop="postTreatmentCondition" prop="postTreatmentCondition"
key="postTreatmentCondition" key="postTreatmentCondition"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.postTreatmentCondition" v-if="row.postTreatmentCondition"
type="primary" type="primary"
@click="clickSeeROWrEM(row.postTreatmentCondition, '治疗后情况')" @click="clickSeeROWrEM(row.postTreatmentCondition, '治疗后情况')"
>查看</el-button >查看</el-button
> > -->
{{ row.postTreatmentCondition }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -355,6 +367,7 @@ ...@@ -355,6 +367,7 @@
align="center" align="center"
prop="relatedReports" prop="relatedReports"
key="relatedReports" key="relatedReports"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<span v-if="row.relatedReports">已上传</span> <span v-if="row.relatedReports">已上传</span>
...@@ -367,14 +380,16 @@ ...@@ -367,14 +380,16 @@
prop="serviceRequirements" prop="serviceRequirements"
key="serviceRequirements" key="serviceRequirements"
width="100" width="100"
v-if="false"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
v-if="row.serviceRequirements" v-if="row.serviceRequirements"
type="primary" type="primary"
@click="clickSeeROWrEM(row.serviceRequirements, '服务要求')" @click="clickSeeROWrEM(row.serviceRequirements, '服务要求')"
>查看</el-button >查看</el-button
> > -->
{{ row.serviceRequirements }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -483,11 +498,12 @@ ...@@ -483,11 +498,12 @@
sortable sortable
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -212,11 +212,12 @@ ...@@ -212,11 +212,12 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.title, '订单科室')" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button >查看</el-button
> > -->
{{ row.title }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -243,9 +244,10 @@ ...@@ -243,9 +244,10 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)" <!-- <el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)"
>查看</el-button >查看</el-button
> > -->
<span v-if="row.ename"> {{ row.ename }}</span>
<span v-else>未接单</span> <span v-else>未接单</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -274,11 +276,12 @@ ...@@ -274,11 +276,12 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.visitTime, '订单就诊时间')" @click="clickSeeROWrEM(row.visitTime, '订单就诊时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.visitTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -289,11 +292,12 @@ ...@@ -289,11 +292,12 @@
width="120" width="120"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.phone, '预约电话')" @click="clickSeeROWrEM(row.phone, '预约电话')"
>查看</el-button >查看</el-button
> > -->
{{ row.phone }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -402,11 +406,12 @@ ...@@ -402,11 +406,12 @@
sortable sortable
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: ‘巴博尔’ 2164119982@qq.com * @Author: ‘巴博尔’ 2164119982@qq.com
* @Date: 2023-12-04 15:56:04 * @Date: 2023-12-04 15:56:04
* @LastEditors: ‘巴博尔’ 2164119982@qq.com * @LastEditors: ‘巴博尔’ 2164119982@qq.com
* @LastEditTime: 2023-12-06 09:49:26 * @LastEditTime: 2023-12-07 11:07:54
* @FilePath: \peizhen-vue\src\views\orderManagement\zqghOrder\index.vue * @FilePath: \peizhen-vue\src\views\orderManagement\zqghOrder\index.vue
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
--> -->
...@@ -197,9 +197,10 @@ ...@@ -197,9 +197,10 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button type="primary" @click="clickSeeROWrEM(row.title, '科室')" <!-- <el-button type="primary" @click="clickSeeROWrEM(row.title, '科室')"
>查看</el-button >查看</el-button
> > -->
{{ row.title }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -217,11 +218,12 @@ ...@@ -217,11 +218,12 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.userName, '用户')" @click="clickSeeROWrEM(row.userName, '用户')"
>查看</el-button >查看</el-button
> > -->
{{ row.userName }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -233,11 +235,12 @@ ...@@ -233,11 +235,12 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.timeOfAppointment, '预约时间')" @click="clickSeeROWrEM(row.timeOfAppointment, '预约时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.timeOfAppointment }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -291,11 +294,12 @@ ...@@ -291,11 +294,12 @@
sortable sortable
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -824,7 +828,7 @@ export default { ...@@ -824,7 +828,7 @@ export default {
} }
}, },
changeHId(e) { changeHId(e) {
console.log('changeHId',e); console.log("changeHId", e);
this.$set(this.form, "doctorId", undefined); this.$set(this.form, "doctorId", undefined);
this.doctorListAxios(e); this.doctorListAxios(e);
}, },
......
...@@ -210,11 +210,12 @@ ...@@ -210,11 +210,12 @@
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.title, '订单科室')" @click="clickSeeROWrEM(row.title, '订单科室')"
>查看</el-button >查看</el-button
> > -->
{{ row.title }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -241,9 +242,10 @@ ...@@ -241,9 +242,10 @@
width="100" width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)" <!-- <el-button v-if="row.ename" type="primary" @click="clickSeeEM(row)"
>查看</el-button >查看</el-button
> > -->
<span v-if="row.ename">{{ row.ename }}</span>
<span v-else>未接单</span> <span v-else>未接单</span>
</template> </template>
</el-table-column> </el-table-column>
...@@ -268,17 +270,19 @@ ...@@ -268,17 +270,19 @@
align="center" align="center"
prop="startDay" prop="startDay"
key="startDay" key="startDay"
width="180" width="270"
:show-overflow-tooltip="true" :show-overflow-tooltip="true"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<!-- {{ row.startDay }} - {{ row.endDay }} --> <!-- <el-button
<el-button
type="primary" type="primary"
@click=" @click="
clickSeeROWrEM(`${row.startDay}至${row.endDay}`, '期待陪护日期') clickSeeROWrEM(`${row.startDay}至${row.endDay}`, '期待陪护日期')
" "
>查看</el-button >查看</el-button
> -->
<span v-if="row.startDay && row.endDay"
>{{ row.startDay }}{{ row.endDay }}</span
> >
</template> </template>
</el-table-column> </el-table-column>
...@@ -400,11 +404,12 @@ ...@@ -400,11 +404,12 @@
sortable sortable
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-button <!-- <el-button
type="primary" type="primary"
@click="clickSeeROWrEM(row.createTime, '创建时间')" @click="clickSeeROWrEM(row.createTime, '创建时间')"
>查看</el-button >查看</el-button
> > -->
{{ row.createTime }}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
......
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