@@ -66,7 +66,7 @@ export default {
{
key: 'action',
name: '操作',
- width: '180',
+ width: '120',
render: (h, { row }) => {
const action = [];
action.push(
@@ -74,7 +74,7 @@ export default {
@@ -78,7 +78,7 @@ export default {
- minWidth: '180'
+ minWidth: '120'
}
]
};
@@ -79,7 +79,7 @@ export default {