qinzhipeng_v@didiglobal.com před 4 roky
rodič
revize
605eeda646
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/quality/components/requireDrawer.vue

+ 1 - 1
src/views/quality/components/requireDrawer.vue

@@ -22,7 +22,7 @@
             <div v-else class="drawer-name" @click="jumper(scope.row)">{{ scope.row.bugName | ellipsis }}</div>
           </template>
         </el-table-column>
-        <el-table-column label="状态" min-width="100">
+        <el-table-column label="状态" min-width="100" align="center">
           <template slot-scope="scope">
             <div v-if="Statistics.typeStr === '需求'">{{ scope.row.statusName }}</div>
             <div v-if="Statistics.typeStr === '任务'">{{ scope.row.statusString }}</div>