|
@@ -131,6 +131,17 @@
|
|
|
</i-Col>
|
|
</i-Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
</Form-Item>
|
|
</Form-Item>
|
|
|
|
|
+ <Form-Item>
|
|
|
|
|
+ <Row>
|
|
|
|
|
+ <i-Col span="13">
|
|
|
|
|
+ <span>第三方门店:</span>
|
|
|
|
|
+ <i-RadioGroup v-model = "form.is_triple">
|
|
|
|
|
+ <i-Radio label="1">是</i-Radio>
|
|
|
|
|
+ <i-Radio label="0">否</i-Radio>
|
|
|
|
|
+ </i-RadioGroup>
|
|
|
|
|
+ </i-Col>
|
|
|
|
|
+ </Row>
|
|
|
|
|
+ </Form-Item>
|
|
|
</template>
|
|
</template>
|
|
|
<Form-Item>
|
|
<Form-Item>
|
|
|
<Row>
|
|
<Row>
|
|
@@ -181,6 +192,7 @@
|
|
|
day_time:storeData.day_time || [],
|
|
day_time:storeData.day_time || [],
|
|
|
terminal_number:storeData.terminal_number||'',
|
|
terminal_number:storeData.terminal_number||'',
|
|
|
uid:storeData.uid||0,
|
|
uid:storeData.uid||0,
|
|
|
|
|
+ is_triple:storeData.is_triple||0,
|
|
|
},
|
|
},
|
|
|
visible:false,
|
|
visible:false,
|
|
|
}
|
|
}
|