修改bug

This commit is contained in:
yangjun 2026-02-09 13:36:10 +08:00
parent a166de4eec
commit c443785b7d
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
<a-form ref="formRef" @keyup.enter.native="searchQuery" :model="queryParam" :label-col="labelCol"
:wrapper-col="wrapperCol">
<a-row :gutter="24">
<a-col :xl="8" :xxl="6">
<a-col :xl="8" :xxl="8">
<a-form-item name="instructionTagId">
<template #label><span title="分类标签">分类标签</span></template>
<j-dict-select-tag v-model:value="queryParam.instructionTagId" :orgCode="bkOrgCode"
@ -15,7 +15,7 @@
</a-form-item>
</a-col>
<a-col :xl="8" :xxl="6">
<a-col :xl="8" :xxl="8">
<a-form-item name="categoryId">
<template #label><span title="服务类别">服务类别</span></template>
<j-dict-select-tag type="list" v-model:value="queryParam.categoryId" :orgCode="bkOrgCode"
@ -24,7 +24,7 @@
</a-form-item>
</a-col>
<a-col :xl="8" :xxl="6">
<a-col :xl="8" :xxl="8">
<a-form-item name="typeId">
<template #label><span title="服务类型">服务类型</span></template>
<j-dict-select-tag type="list" v-model:value="queryParam.typeId" :orgCode="bkOrgCode"
@ -32,13 +32,13 @@
placeholder="请选择服务类型" allowClear :ignoreDisabled="true" />
</a-form-item>
</a-col>
<a-col :xl="8" :xxl="6">
<a-col :xl="8" :xxl="8">
<a-form-item name="directiveName">
<template #label><span title="服务指令">服务指令</span></template>
<JInput v-model:value="queryParam.directiveName" placeholder="请输入服务指令名称" allowClear />
</a-form-item>
</a-col>
<a-col :xl="8" :xxl="6">
<a-col :xl="8" :xxl="8">
<span style="float: left; overflow: hidden" class="table-page-search-submitButtons">
<a-col :lg="6">
<a-button type="primary" preIcon="ant-design:search-outlined" @click="searchQuery">查询</a-button>

View File

@ -44,7 +44,7 @@
</template>
</BasicTable>
<!-- 详情 -->
<a-drawer v-model:visible="bkDetailListOpen" title="详情" width="85vw" :footer-style="{ textAlign: 'right' }"
<a-drawer v-model:visible="bkDetailListOpen" title="详情" width="1200" :footer-style="{ textAlign: 'right' }"
:bodyStyle="{ padding: '14px', height: '80vh', display: 'flex', flexDirection: 'column', overflow: 'auto' }"
wrapClassName="org-list-modal" @cancel="handleBkDetailListClose">
<template #footer>