mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-01 13:33:58 +08:00
Added terminal Identifier to UK admin
This commit is contained in:
parent
abdc79688a
commit
02d9a1765d
@ -35,6 +35,13 @@
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row v-if="$store.state.settings.platform === 'OLFUK'">
|
||||
<el-col :span="8">
|
||||
<el-form-item label-width="120px" label="Identifier" class="postInfo-container-item">
|
||||
<el-input v-model="postForm.identifier" placeholder="DeliveredIn Identifier" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label-width="120px" label="Address Line 1" class="postInfo-container-item">
|
||||
@ -99,6 +106,7 @@ const defaultForm = {
|
||||
id: '',
|
||||
name: '',
|
||||
region_id: '',
|
||||
identifier: '',
|
||||
address: {
|
||||
line1: '',
|
||||
line2: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user