소스 검색

Merge tag 'Hotfix-zh-161' into develop

Finish Hotfix-zh-161
howie 3 년 전
부모
커밋
61af17a5ce
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>