| | |
| | | <el-table |
| | | :data="appProcessData" |
| | | style="width: 100%" |
| | | :header-cell-style="{ |
| | | background: '#F2F2F7', |
| | | color: '#333333', |
| | | height: '40px', |
| | | }" |
| | | :header-cell-style="'background: #F2F2F7;color: #333333;height: 40px;font-size: 16px;'" |
| | | stripe |
| | | class="tableBox" |
| | | > |
| | |
| | | 服务</span |
| | | > |
| | | <el-table :data="vasystemServicesData" |
| | | |
| | | class="tableBox" |
| | | :header-cell-style="'color: #333333;height: 40px;font-size: 16px;'" |
| | | stripe |
| | | class="tableBox" |
| | | > |
| | | <el-table-column label="名称" show-overflow-tooltip> |
| | | <template slot-scope="scope"> |
| | | <span class="iconfont icon"></span> |
| | | <span>{{ scope.row.name }}</span> |
| | | </template> |
| | | </el-table-column> |