Merge pull request 'it_s' (#4) from it_s into master
Reviewed-on: #4
This commit was merged in pull request #4.
This commit is contained in:
@@ -110,14 +110,14 @@
|
|||||||
:show-overflow-tooltip="true" :min-width="item.minWidth" :width="item.width" :prop="item.prop"
|
:show-overflow-tooltip="true" :min-width="item.minWidth" :width="item.width" :prop="item.prop"
|
||||||
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
|
:sortable="item.sortable" :label="item.label" :formatter="item.render" />
|
||||||
</template>
|
</template>
|
||||||
|
<!--
|
||||||
<el-table-column fixed="right" align="center" label="操作" width="150px">
|
<el-table-column fixed="right" align="center" label="操作" width="150px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
|
<el-button :disabled="!(scope.row.orderStatus==1)" :size="$store.getters.size" type="text" @click="refundment(scope.row)">
|
||||||
转换退款
|
转换退款
|
||||||
</el-button>
|
</el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
</el-drawer>
|
</el-drawer>
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ export default {
|
|||||||
},
|
},
|
||||||
parentCompanyOrginQuery(value) { // 远程搜索企业
|
parentCompanyOrginQuery(value) { // 远程搜索企业
|
||||||
if (value) {
|
if (value) {
|
||||||
oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => {
|
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => {
|
||||||
this.companyList = res.data
|
this.companyList = res.data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user