|
|
@@ -101,7 +101,8 @@
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
|
:loading="loading"
|
|
|
- :scroll="{ x: 1690}"
|
|
|
+ :scroll="{ x: true}"
|
|
|
+ class="j-table-force-nowrap"
|
|
|
@change="handleTableChange">
|
|
|
|
|
|
<span slot="action1" slot-scope="text, record">
|
|
|
@@ -183,7 +184,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-
|
|
|
+ import '@/assets/less/TableExpand.less'
|
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
|
import HwRequirementModal from './modules/HwRequirementModal'
|
|
|
import { getAction, deleteAction, putAction, postAction } from '@/api/manage'
|
|
|
@@ -287,7 +288,6 @@
|
|
|
{
|
|
|
title:'创建时间',
|
|
|
align:"left",
|
|
|
- width: 200,
|
|
|
dataIndex: 'createTime'
|
|
|
},
|
|
|
{
|