Browse Source

调整现在位置

zhulu 1 năm trước cách đây
mục cha
commit
0e8d2b5daa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/core/drill/drillDictionary/index.vue

+ 1 - 1
src/views/core/drill/drillDictionary/index.vue

@@ -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>