This commit is contained in:
123 2025-05-20 18:46:04 +08:00
parent 424149613f
commit bdb3c7cc4a
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@
</div> </div>
</template> </template>
<script setup name="Trip" lang="ts"> <script setup name="Seal" lang="ts">
import { delSeal, listSeal } from '@/api/workflow/seal'; import { delSeal, listSeal } from '@/api/workflow/seal';
import { cancelProcessApply } from '@/api/workflow/instance'; import { cancelProcessApply } from '@/api/workflow/instance';
import { SealForm, SealQuery, SealVO } from '@/api/workflow/seal/types'; import { SealForm, SealQuery, SealVO } from '@/api/workflow/seal/types';

View File

@ -14,7 +14,7 @@
</div> </div>
</el-card> </el-card>
<el-card shadow="never" style="height: 78vh; overflow-y: auto"> <el-card shadow="never" style="height: 78vh; overflow-y: auto">
<el-form ref="sealFormRef" v-loading="loading" :disabled="routeParams.type === 'view'" :model="form" :rules="rules" label-width="80px"> <el-form ref="sealFormRef" v-loading="loading" :disabled="routeParams.type === 'view'" :model="form" :rules="rules" label-width="100px">
<el-form-item label="业务类别" prop="businessType"> <el-form-item label="业务类别" prop="businessType">
<el-select v-model="form.businessType" placeholder="请选择业务类别" style="width: 100%"> <el-select v-model="form.businessType" placeholder="请选择业务类别" style="width: 100%">
<el-option v-for="item in business_type" :key="item.value" :label="item.label" :value="item.value" /> <el-option v-for="item in business_type" :key="item.value" :label="item.label" :value="item.value" />