@@ -456,22 +456,6 @@
show-overflow-tooltip
sortable
/>
- <el-table-column
- align="left"
- label="金蝶部门"
- prop="k3OrgName"
- min-width="120"
- show-overflow-tooltip
- sortable
- />
- label="钱包"
- prop="customerWalletName"
- min-width="100"
<!-- <el-table-column align="center" label="操作" width="120" fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="toDetail(scope.row)">详情</el-button>
@@ -396,7 +396,22 @@
-
+ <el-table-column
+ align="left"
+ label="金蝶部门"
+ prop="k3OrgName"
+ min-width="120"
+ show-overflow-tooltip
+ sortable
+ />
+ label="钱包"
+ prop="customerWalletName"
+ min-width="100"
<!-- <el-table-column align="right" label="单价" prop="price" min-width="100" show-overflow-tooltip
sortable>