| | |
| | | </div> |
| | | <div class="table"> |
| | | <ValueTable ref="ValueTable0" |
| | | v-if="currentTable == 'value0'" |
| | | v-if="currentTable == 'value0'" :isColumnWidth="true" |
| | | :isShowZero="true" |
| | | :url="$api.auxiliaryOriginalHours.selectAuxiliaryOriginalHours" |
| | | :componentData="componentData" :key="upIndex" /> |
| | | <ValueTable ref="ValueTable1" |
| | | v-if="currentTable == 'value1'" |
| | | <ValueTable ref="ValueTable1" :isShowZero="true" |
| | | v-if="currentTable == 'value1'" :isColumnWidth="true" |
| | | :url="$api.auxiliaryCorrectionHours.selectAuxiliaryCorrectionHours" |
| | | :inputUrl="$api.auxiliaryCorrectionHours.upload" |
| | | :componentData="componentData0" |
| | |
| | | requiredAdd: [], |
| | | requiredUp: [], |
| | | accept: '.xlsx', |
| | | sort: false, |
| | | inputType: 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet', |
| | | cellSpecialStyle:{ |
| | | redColorByKey:'Hours' |
| | |
| | | order: 'desc' |
| | | } |
| | | }, |
| | | sort: false, |
| | | isIndex: true, |
| | | showSelect: false, |
| | | select: false, |