添加公司信息
This commit is contained in:
parent
c0e4f72b3e
commit
d3e6f602c6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user