优化前端
This commit is contained in:
parent
649c0afc07
commit
200531b95a
@ -76,7 +76,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 40%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -77,7 +77,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -71,7 +71,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
@ -139,7 +139,7 @@
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
style="width: 75%;"
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -83,11 +83,12 @@
|
||||
</el-row>
|
||||
<el-row style="padding-top: 5px" :span="6">
|
||||
<a-select
|
||||
style="width: 75%;"
|
||||
v-model="form.zhibiaoArr[index].eventName"
|
||||
dropdown-match-select-width
|
||||
show-search
|
||||
default-active-first-option
|
||||
style="width: 120px"
|
||||
|
||||
@change="changeEventNameDisplay(index)"
|
||||
>
|
||||
|
||||
|
@ -376,8 +376,8 @@ export default {
|
||||
},
|
||||
async init() {
|
||||
this.form.date = [
|
||||
moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD'),
|
||||
moment().startOf('day').subtract(1, 'days').format('YYYY-MM-DD')
|
||||
moment().startOf('day').subtract(6, 'days').format('YYYY-MM-DD'),
|
||||
moment().startOf('day').subtract(0, 'days').format('YYYY-MM-DD')
|
||||
]
|
||||
|
||||
this.eventOptions = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user