优化
This commit is contained in:
@@ -110,14 +110,14 @@
|
||||
:show-overflow-tooltip="true" :min-width="item.minWidth" :width="item.width" :prop="item.prop"
|
||||
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
|
||||
</template>
|
||||
|
||||
<!--
|
||||
<el-table-column fixed="right" align="center" label="操作" width="150px">
|
||||
<template slot-scope="scope">
|
||||
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
|
||||
转换退款
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table-column> -->
|
||||
</el-table>
|
||||
</div>
|
||||
</el-drawer>
|
||||
|
||||
Reference in New Issue
Block a user