Parcourir la source

【修改】bug

howie il y a 3 ans
Parent
commit
97274fcc42
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/supply/retail/components/retail_form.vue

+ 1 - 1
src/views/supply/retail/components/retail_form.vue

@@ -177,7 +177,7 @@
             <div>{{ scope.row.status1 | status1Filter }}</div>
           </template>
         </el-table-column> -->
-        <el-table-column align="center" label="仓库状态" prop="status2" min-width="100" show-overflow-tooltip v-if="!listItem">
+        <el-table-column align="center" label="仓库状态" prop="status2" min-width="100" show-overflow-tooltip >
           <template slot-scope="scope">
             <div>{{ status2Filter(scope.row) }}</div>
           </template>