소스 검색

Merge branch '20200710_pc_vue_new_branch' into 20200916_pc_vue_new_branch

csx 4 년 전
부모
커밋
996442bf71
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      src/xt_pages/stock/drugs/drugStockUserDetail.vue

+ 8 - 0
src/xt_pages/stock/drugs/drugStockUserDetail.vue 파일 보기

@@ -46,6 +46,14 @@
46 46
               <span >{{scope.row.count}}</span>
47 47
             </template>
48 48
           </el-table-column>
49
+          <el-table-column min-width="35" align="center">
50
+            <template slot="header" slot-scope="scope">
51
+              <span>出库方式</span>
52
+            </template>
53
+            <template slot-scope="scope">
54
+              <span v-if="scope.row.is_total == 0">{{"自动出库"}}</span>
55
+            </template>
56
+          </el-table-column>
49 57
           <el-table-column min-width="35" align="center">
50 58
             <template slot="header" slot-scope="scope">
51 59
               <span>使用时间</span>