|
@@ -18,6 +18,11 @@
|
|
|
</el-tabs>
|
|
</el-tabs>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
|
|
+ <!-- 单号 -->
|
|
|
|
|
+ <template #table-column-orderSn="{scope}">
|
|
|
|
|
+ <el type="text">{{ scope.row.orderSn}}</el>
|
|
|
|
|
+ </template>
|
|
|
|
|
+
|
|
|
<!-- 订花人 -->
|
|
<!-- 订花人 -->
|
|
|
<template #table-column-bookName="{scope}">
|
|
<template #table-column-bookName="{scope}">
|
|
|
<div class="book-wrap">
|
|
<div class="book-wrap">
|
|
@@ -31,11 +36,6 @@
|
|
|
</div>
|
|
</div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
- <!-- 单号 -->
|
|
|
|
|
- <template #table-column-orderSn="{scope}">
|
|
|
|
|
- <el type="text" @click="detailShowFn(scope.row)" >{{ scope.row.orderSn}}</el>
|
|
|
|
|
- </template>
|
|
|
|
|
-
|
|
|
|
|
<!-- 收花人 -->
|
|
<!-- 收花人 -->
|
|
|
<template #table-column-receiveUserName="{scope}">
|
|
<template #table-column-receiveUserName="{scope}">
|
|
|
<div class="book-wrap">
|
|
<div class="book-wrap">
|
|
@@ -92,6 +92,9 @@
|
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
|
<!-- 发货 -->
|
|
<!-- 发货 -->
|
|
|
<template #slot-column-option="{scope}">
|
|
<template #slot-column-option="{scope}">
|
|
|
|
|
+ <template>
|
|
|
|
|
+ <el-button type="text" size="small" @click="detailShowFn(scope.row)">详情</el-button>
|
|
|
|
|
+ </template>
|
|
|
<template v-if="scope.row.status == 0">
|
|
<template v-if="scope.row.status == 0">
|
|
|
<el-button type="text" size="small" disabled>自取</el-button>
|
|
<el-button type="text" size="small" disabled>自取</el-button>
|
|
|
<el-button type="text" size="small" disabled>发货</el-button>
|
|
<el-button type="text" size="small" disabled>发货</el-button>
|