Commit 34d4c71d authored by Marcus's avatar Marcus

后台入仓时添加商品 / 后台入仓时添加商品-前端 审核中

https://zentao.test.jdshangmen.com/task-view-1921.html
parent a0f5a445
......@@ -14,7 +14,7 @@
<el-option
v-for="(item, index) in list"
:key="item.id"
:label="item['title' + lang]"
:label="item['title' + lang] + (item.auditStatus === 2 ? '' : `(${$t('审核中')})`)"
:value="index">
</el-option>
</el-select>
......
Markdown is supported
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