@@ -154,7 +154,7 @@
/>
</template>
</el-table-column>-->
- <el-table-column label="演练场景" scoped-slot="drillProjects" align="center" width="180"
+ <el-table-column label="演练场景" scoped-slot="drillProjects" header-align="center" align="left" width="180"
prop="drillProjects">
<template slot-scope="scope">
<div class="ellipsis" :title="scope.row.drillProjects">{{ scope.row.drillProjects }}</div>