Commit bae9bd95 authored by renjintao's avatar renjintao

add

parent b2e812cd
......@@ -38,7 +38,7 @@
</Col>
<Col :span="12">
<FormItem :label="l('creator')" prop="creator">
<User :value="entity.creator" />
{{entity.creator}}
</FormItem>
</Col>
<Col :span="24">
......@@ -72,7 +72,7 @@ export default {
specifications: "",
batch: "",
certificateOfApproval: "",
creator: this.$store.state.userInfo.userId,
creator: this.$store.state.userInfo.userName,
unitPrice: null,
originalManufacturer: "",
remark: ""
......
......@@ -73,11 +73,10 @@ export default {
high: true
},
{
key: "creatorUserId",
key: "creator",
title: this.l("creatorUserId"),
align: "left",
high: true,
type: "user"
},
{
key: "remark",
......
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