fix:禅道397
This commit is contained in:
parent
0e6b3e2d79
commit
4e31c74766
|
|
@ -77,6 +77,7 @@ export default {
|
||||||
number:"",
|
number:"",
|
||||||
mioitem__material__type:30,
|
mioitem__material__type:30,
|
||||||
ftest__isnull:0,
|
ftest__isnull:0,
|
||||||
|
ordering:"-create_time",
|
||||||
mioitem__mio__state:20,
|
mioitem__mio__state:20,
|
||||||
},
|
},
|
||||||
dataTotal:0,
|
dataTotal:0,
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr v-for="(row, index) in mlogbwlist" :key="row.id">
|
<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">
|
<input type="checkbox" class="checkboxInput" v-model="selectedindexes" :value="row.id" @change="selectChange">
|
||||||
</td>
|
</td>
|
||||||
<td class="w_50 padding_4 sticky-cell sticky-left-index">
|
<td class="w_50 padding_4 sticky-cell sticky-left-index">
|
||||||
|
|
@ -1242,7 +1242,6 @@ input{
|
||||||
}
|
}
|
||||||
.w_50{
|
.w_50{
|
||||||
width: 50px;
|
width: 50px;
|
||||||
min-width: 50px;
|
|
||||||
}
|
}
|
||||||
.w_80{
|
.w_80{
|
||||||
width: 80px;
|
width: 80px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue