访视列表更改
continuous-integration/drone/push Build is passing Details

main
caiyiling 2026-03-12 13:11:42 +08:00
parent 41c1dca7b2
commit 221bba266e
1 changed files with 4 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<template slot="main-container">
<el-table ref="visitList" v-loading="loading" v-adaptive="{ bottomOffset: 60 }" :data="list" stripe height="100"
@sort-change="handleSortByColumn" @selection-change="handleSelectionChange">
<el-table-column type="selection" width="55" v-if="hasPermi(['trials:trials-panel:hirVisit:download'])" />
<el-table-column type="selection" :selectable="isRowSelectable" width="55" v-if="hasPermi(['trials:trials-panel:hirVisit:download'])" />
<el-table-column min-width="20">
<template slot-scope="scope">
<i v-if="
@ -293,6 +293,9 @@ export default {
handleSelectionChange(val) {
this.multipleSelection = val;
},
isRowSelectable(row, index) {
return row.SubmitState === 2
},
handleClose(done) {
this.downLoadType = 'start'
this.percentage = 0