| | |
| | | @click="activeTab = 1" |
| | | > |
| | | <div class="title">应用单元</div> |
| | | <div class="subtitle">正在进行{{ 1 }}个应用单元</div> |
| | | <div class="subtitle">正在进行{{ appProcessData.length }}个应用单元</div> |
| | | <span |
| | | class="iconfont icon" |
| | | :style="activeTab == 1 ? {} : { color: '#fff' }" |
| | |
| | | <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> |