|
@@ -41,25 +41,22 @@
|
|
|
:underline="false"
|
|
:underline="false"
|
|
|
type="info"
|
|
type="info"
|
|
|
v-if="currentTime < row.examinationStartTime"
|
|
v-if="currentTime < row.examinationStartTime"
|
|
|
- >未开考
|
|
|
|
|
- </el-link
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ >未开考
|
|
|
|
|
+ </el-link>
|
|
|
<el-link
|
|
<el-link
|
|
|
style="font-size: 13px"
|
|
style="font-size: 13px"
|
|
|
:underline="false"
|
|
:underline="false"
|
|
|
type="warning"
|
|
type="warning"
|
|
|
v-else-if="currentTime > row.examinationEndTime"
|
|
v-else-if="currentTime > row.examinationEndTime"
|
|
|
- >已开考
|
|
|
|
|
- </el-link
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ >已开考
|
|
|
|
|
+ </el-link>
|
|
|
<el-link
|
|
<el-link
|
|
|
style="font-size: 13px"
|
|
style="font-size: 13px"
|
|
|
:underline="false"
|
|
:underline="false"
|
|
|
type="success"
|
|
type="success"
|
|
|
v-else-if="currentTime > row.examinationStartTime && currentTime < row.examinationEndTime"
|
|
v-else-if="currentTime > row.examinationStartTime && currentTime < row.examinationEndTime"
|
|
|
- >考级中
|
|
|
|
|
- </el-link
|
|
|
|
|
- >
|
|
|
|
|
|
|
+ >考级中
|
|
|
|
|
+ </el-link>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
<!-- <el-table-column prop="recordTime" label="备案时间" min-width="90"></el-table-column> -->
|
|
<!-- <el-table-column prop="recordTime" label="备案时间" min-width="90"></el-table-column> -->
|
|
@@ -95,8 +92,8 @@
|
|
|
</template>
|
|
</template>
|
|
|
<script>
|
|
<script>
|
|
|
import pageableTable from '@/mixins/pageableTable';
|
|
import pageableTable from '@/mixins/pageableTable';
|
|
|
-import {mapState} from 'vuex';
|
|
|
|
|
-import {format} from 'date-fns';
|
|
|
|
|
|
|
+import { mapState } from 'vuex';
|
|
|
|
|
+import { format } from 'date-fns';
|
|
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
name: 'RecordOrganizationList',
|
|
name: 'RecordOrganizationList',
|
|
@@ -119,7 +116,7 @@ export default {
|
|
|
search: '',
|
|
search: '',
|
|
|
url: '/record/byOrganization',
|
|
url: '/record/byOrganization',
|
|
|
downloading: false,
|
|
downloading: false,
|
|
|
- categoryOptions: [{label: '承办单位', value: 'ORGANIZER'}],
|
|
|
|
|
|
|
+ categoryOptions: [{ label: '承办单位', value: 'ORGANIZER' }],
|
|
|
district: [],
|
|
district: [],
|
|
|
districtId: '',
|
|
districtId: '',
|
|
|
status: '',
|
|
status: '',
|