Commit eaf0f2d4 authored by 仇晓婷's avatar 仇晓婷

dd

parent 40e99520
......@@ -3,7 +3,7 @@
<Row>
<Col :span="12">
<FormItem :label="l('storeTitle')+':'">
<div style="color:#515a6e">{{rootName}}</div>
<div>{{rootName}}</div>
<!-- <StoreSelect v-model="entity.storeId" @on-change="storeChange"></StoreSelect> -->
</FormItem>
</Col>
......
......@@ -3,13 +3,13 @@
<Row>
<Col :span="12">
<FormItem :label="l('name')" prop="name">
<div style="color:#515a6e">{{entity.name}}</div>
<div>{{entity.name}}</div>
<!-- <Input v-model="entity.name" disabled></Input> -->
</FormItem>
</Col>
<Col :span="12">
<FormItem :label="l('storeTitle')" prop="storeTitle">
<div style="color:#515a6e">{{entity.storeTitle}}</div>
<div>{{entity.storeTitle}}</div>
<!-- <Input v-model="entity.storeTitle" disabled></Input> -->
</FormItem>
</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