@@ -161,7 +161,7 @@
<a-table
:data-source="dataReason"
:columns="columnsReason"
- tableLayout="fixed"
+ :scroll="{x: 1, y: BaseTool.Constant.scrollY }"
rowKey="id">
<span slot="action" slot-scope="record">
<template>
@@ -412,7 +412,7 @@ export default {
{
title: '序号',
dataIndex: 'index',
- width: '70',
+ width: '70px',
customRender: (text, record, index) => {
return `${index + 1}`
}