This commit is contained in:
给我
2026-01-12 17:44:00 +08:00
parent 948b92b6df
commit 9aa7078024
3 changed files with 3 additions and 9 deletions

View File

@ -23,7 +23,7 @@
<div class="tabBox" style="margin-top: 0px" v-if="modelValue">
<el-table ref="multipleUserRef" @selection-change="handleSelectionChange" :data="tableData"
:highlight-current-row="props.Single" border v-loading="loading" style="width: 100%" :row-key="keyid"
height="450">
height="430">
<el-table-column type="selection" width="55" :reserve-selection="true" v-if="!props.Single && props.chooseShow" />
<el-table-column width="55" #default="{ row }" v-if="props.Single && props.chooseShow">
<el-radio v-model="ridioIndex" :label="row.id"></el-radio>

View File

@ -9,7 +9,6 @@
<el-form-item label="过检人员姓名">
<el-input v-model="listQuery.gjryxm" placeholder="请输入过检人员姓名" clearable />
</el-form-item>
<el-form-item>
<el-button type="success" @click="handleFilter">查询</el-button>
<el-button type="info" @click="reset()"> 重置 </el-button>
@ -18,7 +17,7 @@
<div class="tabBox" style="margin-top: 0px" v-if="modelValue">
<el-table ref="multipleUserRef" @selection-change="handleSelectionChange" :data="tableData"
:highlight-current-row="props.Single" border v-loading="loading" style="width: 100%" :row-key="keyid"
height="450">
height="430">
<el-table-column type="selection" width="55" :reserve-selection="true" v-if="!props.Single && props.chooseShow" />
<el-table-column width="55" #default="{ row }" v-if="props.Single && props.chooseShow">
<el-radio v-model="ridioIndex" :label="row.id"></el-radio>
@ -73,10 +72,8 @@
</template>
<script setup>
import * as rule from "@/utils/rules.js";
import Person from '@/assets/images/default_male.png'
import * as MOSTY from "@/components/MyComponents/index";
import { ElMessage } from "element-plus";
import { qcckGet, qcckPost } from "@/api/qcckApi.js";
import {
defineProps,

View File

@ -18,7 +18,7 @@
<div class="tabBox" style="margin-top: 0px" v-if="modelValue">
<el-table ref="multipleUserRef" @selection-change="handleSelectionChange" :data="tableData"
:highlight-current-row="props.Single" border v-loading="loading" style="width: 100%" :row-key="keyid"
height="450">
height="430">
<el-table-column type="selection" width="55" :reserve-selection="true"
v-if="!props.Single && props.chooseShow" />
<el-table-column width="55" #default="{ row }" v-if="props.Single && props.chooseShow">
@ -56,10 +56,7 @@
</template>
<script setup>
import * as rule from "@/utils/rules.js";
import Person from "@/assets/images/default_male.png";
import * as MOSTY from "@/components/MyComponents/index";
import { ElMessage } from "element-plus";
import { qcckGet, qcckPost } from "@/api/qcckApi.js";
import {
defineProps,