流程表调整

This commit is contained in:
joylink_zhaoerwei 2024-11-15 09:18:14 +08:00
parent 02e49ec6fa
commit 2aad7d4139

View File

@ -15,7 +15,7 @@
/>
</q-tabs>
<q-separator />
<q-tab-panel>
<q-tab-panel name="info">
<div class="dialogContainer">
<q-table
ref="tableRef"
@ -30,7 +30,7 @@
class="left"
>
<template v-slot:top-right>
<q-form ref="myForm" @submit="searchDecisionInfo" style="width: 100%">
<q-form ref="myForm" style="width: 100%">
<div class="q-gutter-md q-mt-none row justify-center items-start">
<q-select
dense
@ -43,7 +43,6 @@
style="width: 75px"
no-error-icon
lazy-rules
@update:model-value="handleSelectSearchLineId"
:rules="[(val) => val >= 0 || '请选择线路ID']"
/>
<q-select
@ -140,8 +139,15 @@ import {
import { pageQuery } from 'src/api/LineInfoApi';
import { ApiError } from 'src/boot/axios';
const $q = useQuasar();
const props = withDefaults(
defineProps<{
sizeHeight: number;
sizeWidth: number;
}>(),
{ sizeHeight: 500, sizeWidth: 500 }
);
const $q = useQuasar();
const tab = ref('GUIDE');
const tableTitle = reactive({
faultNameShower: '',
@ -416,11 +422,11 @@ onMounted(() => {
display: flex;
height: calc(100vh - 120px);
.left {
width: calc(50vw + 60px);
width: 67%;
}
.right {
flex: 1;
height: calc(100vh - 120px);
height: 100%;
.detaiRow {
margin: 10px 0 0 20px;
.text {