线上订单注释核销退单等功能(无法推送优尔)

This commit is contained in:
zzyuan 2025-09-29 14:36:21 +08:00
parent 4bee0c3580
commit e3716f792b
1 changed files with 4 additions and 4 deletions

View File

@ -137,7 +137,7 @@
</el-form>
<el-row :gutter="10" class="mb8">
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="primary"
size="mini" :disabled="multiple"
@ -152,7 +152,7 @@
@click="handleBatchRefund"
>批量退单
</el-button>
</el-col>
</el-col> -->
<el-col :span="1.5" style="display: flex">
<el-button
type="primary"
@ -250,7 +250,7 @@
@click="handleView(scope.row)"
>详情
</el-button>
<el-button
<!-- <el-button
size="mini"
type="text" v-if="scope.row.orderState==1||scope.row.orderState==2||scope.row.orderState==5"
@click="handleRefundPart(scope.row)"
@ -273,7 +273,7 @@
type="text" v-if="scope.row.commentState==1"
@click="checkEvaluate(scope.row)"
>评价
</el-button>
</el-button> -->
</template>
</el-table-column>
</el-table>