原产品ID
This commit is contained in:
parent
1d9a004673
commit
c9e5ea02fb
|
@ -212,6 +212,11 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
<el-table-column
|
||||||
|
prop="old_product_id"
|
||||||
|
label="原产品ID"
|
||||||
|
min-width="80"
|
||||||
|
/>
|
||||||
<el-table-column prop="product_id" label="ID" min-width="50" />
|
<el-table-column prop="product_id" label="ID" min-width="50" />
|
||||||
<el-table-column label="商户名称" min-width="120">
|
<el-table-column label="商户名称" min-width="120">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
|
|
Loading…
Reference in New Issue