Browse Source

Finish Hotfix-zh-161

howie 3 years ago
parent
commit
8bdae904f8
1 changed files with 1 additions and 1 deletions
  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>