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

dd

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