|
@@ -251,7 +251,7 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "客户",
|
|
|
slot: "buyCorporationId",
|
|
|
- "min-width": 180,
|
|
|
+ "min-width": 240,
|
|
|
},
|
|
|
},
|
|
|
{
|
|
@@ -296,7 +296,7 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "业务员",
|
|
|
prop: "createUser",
|
|
|
- width: 140,
|
|
|
+ width: 80,
|
|
|
},
|
|
|
render(type) {
|
|
|
return proxy.dictValueLabel(type, userList.value);
|
|
@@ -313,7 +313,7 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "审批状态",
|
|
|
prop: "status",
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
slot: "status",
|
|
|
},
|
|
|
// render(type) {
|
|
@@ -324,7 +324,7 @@ const config = computed(() => {
|
|
|
attrs: {
|
|
|
label: "到款状态",
|
|
|
slot: "refundStatusNew",
|
|
|
- width: 120,
|
|
|
+ width: 100,
|
|
|
},
|
|
|
},
|
|
|
{
|