Commit 4942387b authored by 仇晓婷's avatar 仇晓婷

ok

parent b95f13df
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
<Divider orientation="left">物料属性</Divider> <Divider orientation="left">物料属性</Divider>
<Col :span="12" v-if="entity.materialId"> <Col :span="12" v-if="entity.materialId">
<FormItem label="物料名称:"> <FormItem label="名称:">
<span>{{entity.name}}</span> <span>{{entity.name}}</span>
</FormItem> </FormItem>
</Col> </Col>
<Col :span="12" v-if="entity.materialId"> <Col :span="12" v-if="entity.materialId">
<FormItem label="物料编码:"> <FormItem label="编码:">
<span>{{entity.materialCode}}</span> <span>{{entity.materialCode}}</span>
</FormItem> </FormItem>
</Col> </Col>
......
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