Commit e0099222 authored by 陈明豪's avatar 陈明豪

bug修改

parent eb5b10a1
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
:data="hospitalList" :data="hospitalList"
@sort-change="handleSortChange" @sort-change="handleSortChange"
> >
<el-table-column align="left" label="序号" width="60" show-overflow-tooltip prop="index"> <el-table-column align="left" label="序号" min-width="60" show-overflow-tooltip prop="index">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
......
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
style="width: 100%" style="width: 100%"
@sort-change="ownerSortChange" @sort-change="ownerSortChange"
> >
<el-table-column align="left" label="序号" width="60" show-overflow-tooltip prop="index"> <el-table-column align="left" label="序号" min-width="60" show-overflow-tooltip prop="index">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
...@@ -535,7 +535,7 @@ ...@@ -535,7 +535,7 @@
</div> </div>
<el-divider class="dividerLine" /> <el-divider class="dividerLine" />
<el-table ref="balanceList" :data="balanceList" style="width: 100%" @sort-change="balanceSortChange"> <el-table ref="balanceList" :data="balanceList" style="width: 100%" @sort-change="balanceSortChange">
<el-table-column align="left" label="序号" width="60" show-overflow-tooltip prop="index"> <el-table-column align="left" label="序号" min-width="60" show-overflow-tooltip prop="index">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
......
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
style="width: 100%" style="width: 100%"
@sort-change="handleSortChangeForPlatform" @sort-change="handleSortChangeForPlatform"
> >
<el-table-column align="left" label="序号" width="60" show-overflow-tooltip prop="index"> <el-table-column align="left" label="序号" min-width="60" show-overflow-tooltip prop="index">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
...@@ -697,7 +697,7 @@ ...@@ -697,7 +697,7 @@
</div> </div>
<el-divider class="dividerLine" /> <el-divider class="dividerLine" />
<el-table :data="recordTableData" style="width: 100%"> <el-table :data="recordTableData" style="width: 100%">
<el-table-column align="left" label="序号" width="60" show-overflow-tooltip prop="index"> <el-table-column align="left" min-label="序号" width="60" show-overflow-tooltip prop="index">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.$index + 1 }}</span> <span>{{ scope.$index + 1 }}</span>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment