XMLWAN 2 years ago
parent
commit
c55a3a7d8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/stock/stockInOrder.vue

+ 1 - 1
src/xt_pages/stock/stockInOrder.vue View File

277
             {{ scope.row.license_number}}
277
             {{ scope.row.license_number}}
278
           </template>
278
           </template>
279
         </el-table-column>
279
         </el-table-column>
280
-        <el-table-column label="注册编" align="center">
280
+        <el-table-column label="注册编" align="center">
281
           <template slot-scope="scope">
281
           <template slot-scope="scope">
282
             {{ scope.row.register_number}}
282
             {{ scope.row.register_number}}
283
           </template>
283
           </template>