|
@@ -335,12 +335,12 @@
|
|
label="12"
|
|
label="12"
|
|
align="center"
|
|
align="center"
|
|
width="100"
|
|
width="100"
|
|
- prop="eleventh"
|
|
|
|
|
|
+ prop="twelfth"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
size="mini"
|
|
size="mini"
|
|
- v-model.number="scope.row.eleventh"
|
|
|
|
|
|
+ v-model.number="scope.row.twelfth"
|
|
class="input-view"
|
|
class="input-view"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
/>
|
|
/>
|
|
@@ -511,12 +511,12 @@
|
|
label="23"
|
|
label="23"
|
|
align="center"
|
|
align="center"
|
|
width="100"
|
|
width="100"
|
|
- prop="twentySecond"
|
|
|
|
|
|
+ prop="twentyThird"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
size="mini"
|
|
size="mini"
|
|
- v-model.number="scope.row.twentySecond"
|
|
|
|
|
|
+ v-model.number="scope.row.twentyThird"
|
|
class="input-view"
|
|
class="input-view"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
/>
|
|
/>
|
|
@@ -559,12 +559,12 @@
|
|
label="26"
|
|
label="26"
|
|
align="center"
|
|
align="center"
|
|
width="100"
|
|
width="100"
|
|
- prop="twentyFifth"
|
|
|
|
|
|
+ prop="twentySixth"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
size="mini"
|
|
size="mini"
|
|
- v-model.number="scope.row.twentyFifth"
|
|
|
|
|
|
+ v-model.number="scope.row.twentySixth"
|
|
class="input-view"
|
|
class="input-view"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
/>
|
|
/>
|
|
@@ -608,13 +608,13 @@
|
|
label="29"
|
|
label="29"
|
|
align="center"
|
|
align="center"
|
|
width="100"
|
|
width="100"
|
|
- prop="twentyEighth"
|
|
|
|
|
|
+ prop="twentyNinth"
|
|
v-if="numDay > '28'"
|
|
v-if="numDay > '28'"
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<el-input
|
|
<el-input
|
|
size="mini"
|
|
size="mini"
|
|
- v-model.number="scope.row.twentyEighth"
|
|
|
|
|
|
+ v-model.number="scope.row.twentyNinth"
|
|
class="input-view"
|
|
class="input-view"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
oninput="value=value.replace(/[^0-9]/g,'')"
|
|
/>
|
|
/>
|