线上订单注释核销退单等功能(无法推送优尔)
This commit is contained in:
parent
4bee0c3580
commit
e3716f792b
|
|
@ -137,7 +137,7 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
<el-row :gutter="10" class="mb8">
|
<el-row :gutter="10" class="mb8">
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
size="mini" :disabled="multiple"
|
size="mini" :disabled="multiple"
|
||||||
|
|
@ -152,7 +152,7 @@
|
||||||
@click="handleBatchRefund"
|
@click="handleBatchRefund"
|
||||||
>批量退单
|
>批量退单
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-col>
|
</el-col> -->
|
||||||
<el-col :span="1.5" style="display: flex">
|
<el-col :span="1.5" style="display: flex">
|
||||||
<el-button
|
<el-button
|
||||||
type="primary"
|
type="primary"
|
||||||
|
|
@ -250,7 +250,7 @@
|
||||||
@click="handleView(scope.row)"
|
@click="handleView(scope.row)"
|
||||||
>详情
|
>详情
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<!-- <el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text" v-if="scope.row.orderState==1||scope.row.orderState==2||scope.row.orderState==5"
|
type="text" v-if="scope.row.orderState==1||scope.row.orderState==2||scope.row.orderState==5"
|
||||||
@click="handleRefundPart(scope.row)"
|
@click="handleRefundPart(scope.row)"
|
||||||
|
|
@ -273,7 +273,7 @@
|
||||||
type="text" v-if="scope.row.commentState==1"
|
type="text" v-if="scope.row.commentState==1"
|
||||||
@click="checkEvaluate(scope.row)"
|
@click="checkEvaluate(scope.row)"
|
||||||
>评价
|
>评价
|
||||||
</el-button>
|
</el-button> -->
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
</el-table>
|
</el-table>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue