优化
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>
|
||||
|
||||
@@ -257,7 +257,7 @@ export default {
|
||||
},
|
||||
parentCompanyOrginQuery(value) { // 远程搜索企业
|
||||
if (value) {
|
||||
oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => {
|
||||
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => {
|
||||
this.companyList = res.data
|
||||
})
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ module.exports = {
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: "http://uat.xingoil.com/adminapi",
|
||||
// target: 'https://www.xingoil.com/adminapi',
|
||||
target: `http://192.168.0.22:38080`,
|
||||
target: `http://192.168.0.6:38080`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
||||
Reference in New Issue
Block a user