添加公司信息

This commit is contained in:
西城念云 2020-01-07 08:34:36 +08:00
parent c0e4f72b3e
commit d3e6f602c6

View File

@ -97,7 +97,7 @@
</el-col>
</el-row>
<el-table v-loading="loading" :data="${businessName}List" stripe height @selection-change="handleSelectionChange" @sort-change='tableSortChange'>
<el-table v-loading="loading" stripe border fit highlight-current-row :data="${businessName}List" @selection-change="handleSelectionChange" @sort-change='tableSortChange'>
<el-table-column type="selection" width="55" align="center" />
<el-table-column label="行号" width="80" align="center">
<template slot-scope="scope">{{scope.$index + 1}}</template>