|
@@ -59,9 +59,9 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- table区域-begin -->
|
|
|
- <a-table :scroll="scroll" bordered
|
|
|
+ <a-table :scroll="scroll+200" bordered
|
|
|
ref="table"
|
|
|
- size="middle"
|
|
|
+ size="small"
|
|
|
rowKey="id"
|
|
|
:dataSource="dataSource"
|
|
|
:pagination="ipagination"
|
|
@@ -111,7 +111,7 @@
|
|
|
<span> {{t}} </span>
|
|
|
</template>
|
|
|
</a-table-column>
|
|
|
- <a-table-column title="操作" dataIndex="" align="center">
|
|
|
+ <a-table-column title="操作" dataIndex="" align="center" :width="200">
|
|
|
<template slot-scope="t,r,i">
|
|
|
<template v-if="r.status == 0">
|
|
|
<a href="javascript:void(0);" style="color: #00A0E9" @click="apply(r)" >提交申请</a>
|