Commit bae9bd95 authored by renjintao's avatar renjintao

add

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