@ -10,7 +10,7 @@
<div class="title">
设备筛选
</div>
<Form labelWidth="72px" column="1" class="form" ref="FormConfigRef" :formList="formList" />
<Form labelWidth="90px" column="1" class="form" ref="FormConfigRef" :formList="formList" />
<div class="footer">
<Button style="background-color: rgba(0, 179, 204, .3);" @click.native="handleResetForm">
@ -1,7 +1,7 @@
<template>
<Card class='DispatchLiaison' title="调度联络">
<template #title-suffix>
<ButtonGradient class="title-button">
<ButtonGradient class="title-button" @click.native="handleClick">
调度
</ButtonGradient>
</template>
@ -76,6 +76,10 @@ export default {
},
]
}
methods: {
handleClick() {
</script>