Unverified Commit aca4a2f3 authored by staney's avatar staney Committed by GitHub
Browse files

产品列表添加商品ID

产品列表添加商品ID
parent ceeec0c5
......@@ -34,6 +34,9 @@
<el-form-item label="品牌商ID">
<span>{{ props.row.brandId }}</span>
</el-form-item>
<el-form-item label="商品ID">
<span>{{ props.row.id }}</span>
</el-form-item>
</el-form>
</template>
</el-table-column>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment