diff --git a/Vue/src/views/basics/Details.vue b/Vue/src/views/basics/Details.vue
index 7285f84e..524c84f2 100644
--- a/Vue/src/views/basics/Details.vue
+++ b/Vue/src/views/basics/Details.vue
@@ -8,10 +8,10 @@
- 入库商品
+ 货品入库
- 出库商品
+ 货品出库
{{ text }}
- 商品名
+ 货品名
{{ count }}
@@ -45,14 +45,14 @@
@cancel="visible = false"
>
-
-
+
+
{{ item.name }}
-
+
@@ -81,7 +81,7 @@ import InventoryRecords from "../../components/InventoryRecords";
const columns = [
{
- title: '商品ID',
+ title: '货品ID',
dataIndex: 'id',
key: 'id',
width: '50%'
@@ -107,8 +107,8 @@ export default {
data() {
return {
json_fields: {
- "商品ID": "cid",
- "商品名称": "name",
+ "货品ID": "cid",
+ "货品名称": "name",
"库存盘点数量": "count",
},
id: this.$route.params.id,