yanliming 4 лет назад
Родитель
Сommit
24f7be564e
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      src/views/bus/driverRecordInfo-list.vue
  2. 1 1
      src/views/bus/routeInfo-detail.vue

+ 0 - 1
src/views/bus/driverRecordInfo-list.vue

@@ -61,7 +61,6 @@
       @sort-change="sortChange"
       @selection-change="handleSelectionChange"
     >
-      <el-table-column type="selection" width="55"></el-table-column>
       <el-table-column prop="imageUrl" label="照片" width="150">
         <template slot-scope="{row}">
             <a v-if="row.imageUrl" :href="row.imageUrl" target="_blank">

+ 1 - 1
src/views/bus/routeInfo-detail.vue

@@ -11,7 +11,7 @@
     :title="title"
     :modal-append-to-body="false"
     style="text-align: left"
-    width="75%"
+    width="1200px"
     @close="closeDialog"
     :close-on-click-modal="false"
   >