shish 1 год назад
Родитель
Сommit
c0a4a142c5
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      ghs/src/views/in/refund-list.vue

+ 5 - 5
ghs/src/views/in/refund-list.vue

@@ -239,7 +239,7 @@ export default {
 							prop: 'orderTime',
 							label: '采购日期',
 							align: 'center',
-							width: 100
+							width: 120
 						},
 						{
 							prop: 'relateOrderSn',
@@ -281,25 +281,25 @@ export default {
 							prop: 'addTime',
 							label: '申请日期',
 							align: 'center',
-							width: 100
+							width: 110
 						},
 						{
 							prop: 'passTime',
 							label: '通过日期',
 							align: 'center',
-							width: 100
+							width: 110
 						},
 						{
 							prop: 'remark',
 							label: '备注',
 							align: 'center',
-							width: 100
+							width: 150
 						}
 					],
 					op: {
 						visible: true,
 						props: {
-							width: 90,
+							width: 180,
 							align: 'center',
 							fixed: 'right',
 							label: '操作'