This commit is contained in:
Vergil
2020-05-07 17:23:05 +08:00
parent 8bf9d30d32
commit a5cfd813cd
2 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
</el-card>
<el-card>
<el-table v-loading="loading" :data="tableData" border stripe size="mini" height="650" style="width: 1350px">
<el-table-column label="进程" align="center" width="120px">
<el-table-column label="进程" align="center" width="90px">
<template slot-scope="scope">
{{ scope.row.状态 }}
</template>