|
@@ -940,7 +940,10 @@ function openPopover() {
|
|
|
|
|
|
|
|
<vxe-column field="conditioningProgramDetail.pricingType" title="穴位/经络/部位" width="120">
|
|
<vxe-column field="conditioningProgramDetail.pricingType" title="穴位/经络/部位" width="120">
|
|
|
<template #default="{ row }">
|
|
<template #default="{ row }">
|
|
|
- <a @click="editPart(row)" style="color: #1890ff; cursor: pointer" v-if="row?.conditioningProgramDetail?.pricingType === '1'">编辑</a>
|
|
|
|
|
|
|
+ <a @click="editPart(row)" style="color: #1890ff; cursor: pointer"
|
|
|
|
|
+ v-if="row?.conditioningProgramDetail?.pricingType === '1'">{{
|
|
|
|
|
+ (((row?.acuPointNames || []).concat(row?.acuMeridianNames || []).filter(Boolean).join('、')) || '编辑')
|
|
|
|
|
+ }}</a>
|
|
|
</template>
|
|
</template>
|
|
|
</vxe-column>
|
|
</vxe-column>
|
|
|
<vxe-column field="remark" title="说明" width="180">
|
|
<vxe-column field="remark" title="说明" width="180">
|