Browse Source

调整选装-车辆管理页面

xz
zhoujie 7 months ago
parent
commit
d39d263c70

+ 2
- 3
src/views/optionalSystem/ETCprocessing/vehicleManagement/components/infoDialog.vue View File

@@ -20,7 +20,6 @@
<span>原因:</span>
<span>{{ handleReson() }}</span>
</div>
</div>
</div>
<div class="info-con">
@@ -86,7 +85,7 @@
v-model="blackListShow"
:conditionStatus="conditionStatus"
:dataList="dataList"
@handleSubmit="emit('handleSubmit')"
@handleSubmit="emit('handleSubmit', dataList.id, false)"
/>
</template>
<!-- web端信息推送 -->
@@ -112,7 +111,7 @@ interface Props {
BLACKLIST_RESON: any
}
const props = defineProps<Props>()
const emit = defineEmits(['update:modelValue','handleSubmit'])
const emit = defineEmits(['update:modelValue', 'handleSubmit'])
const isShow = computed({
get: function () {
return props.modelValue

Loading…
Cancel
Save