fix:禅道397

This commit is contained in:
shijing 2026-05-14 16:07:28 +08:00
parent 0e6b3e2d79
commit 4e31c74766
2 changed files with 2 additions and 2 deletions

View File

@ -77,6 +77,7 @@ export default {
number:"",
mioitem__material__type:30,
ftest__isnull:0,
ordering:"-create_time",
mioitem__mio__state:20,
},
dataTotal:0,

View File

@ -55,7 +55,7 @@
</thead>
<tbody>
<tr v-for="(row, index) in mlogbwlist" :key="row.id">
<td class="w_50 padding_4 sticky-cell sticky-left-select" style="text-align: center;">
<td class="w_50 padding_4 sticky-cell sticky-left-select">
<input type="checkbox" class="checkboxInput" v-model="selectedindexes" :value="row.id" @change="selectChange">
</td>
<td class="w_50 padding_4 sticky-cell sticky-left-index">
@ -1242,7 +1242,6 @@ input{
}
.w_50{
width: 50px;
min-width: 50px;
}
.w_80{
width: 80px;