| | |
| | | const outRequestEntity = ref('#911005'); |
| | | const freeone = ref('#911005'); |
| | | const freetwo = ref('#911005'); |
| | | const freethree = ref('#911005'); |
| | | const tableDataa = ref([]) |
| | | const tableDatab = ref([]) |
| | | const tableDatac = ref([]) |
| | |
| | | } |
| | | if (data.freeTwoRequestEntity != null) { |
| | | freetwo.value = data.freeTwoRequestEntity[0] == true ? 'green' : '#911005'; |
| | | } |
| | | if (data.freeThreeRequestEntity != null) { |
| | | freethree.value = data.freeThreeRequestEntity[0] == true ? 'green' : '#911005'; |
| | | } |
| | | if (data.outRequestEntity != null) { |
| | | outRequestEntity.value = data.outRequestEntity == 1 ? 'green' : '#911005'; |
| | |
| | | <i :style="{ marginTop: '2px', backgroundColor: freeone, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> |
| | | <div style="margin-left: 70px;">{{ $t('hellow.freetwo') }}</div> |
| | | <i :style="{ marginTop: '2px', backgroundColor: freetwo, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> |
| | | </div> |
| | | <div style="margin-left: 70px;">{{ $t('hellow.freethree') }}</div> |
| | | <i :style="{ marginTop: '2px', backgroundColor: freethree, width: '18px', height: '18px', borderRadius: '50%', display: 'block' }"></i> |
| | | </div> |
| | | <div class="table-container"> |
| | | <el-card style="flex: 1;margin-left: 10px;margin-top: 10px;" v-loading="loading"> |
| | | <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;max-height: 300px;"> |