|
@@ -19,7 +19,7 @@
|
|
|
<el-button v-if="!patInfo360" @click="copyClick(true)">引用</el-button>
|
|
|
</template>
|
|
|
<template #default="{ height, width }">
|
|
|
- <OrderTable pat-info360
|
|
|
+ <OrderTable :pat-info360="patInfo360"
|
|
|
is-row-click
|
|
|
v-model:table-ref="tableRef"
|
|
|
:data="tempList"
|