Soleilw před 1 rokem
rodič
revize
dcb143ffd5

dist/assets/index-GHos7aRt.js
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
dist/index.html Zobrazit soubor

@@ -5,7 +5,7 @@
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>后台管理系统</title>
<script type="module" crossorigin src="/assets/index-a7DrAZSU.js"></script>
<script type="module" crossorigin src="/assets/index-GHos7aRt.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-7KXeZgtg.css">
</head>
<body>

+ 1
- 1
src/views/activity/address/add/add.vue Zobrazit soubor

@@ -82,7 +82,7 @@
const getCateValue = (val : Object) => {
createForm.value.cate = val.key;
}
// 经纬度
const getLoc = (mapData : Object) => {
console.log(mapData)

+ 1
- 1
src/views/company/vip/add/add.d.ts Zobrazit soubor

@@ -15,5 +15,5 @@ declare namespace companyVipType {
kaishi_date?: String,
jieshu_date?: String,
}
}'
}


+ 1
- 1
src/views/company/vip/add/add.vue Zobrazit soubor

@@ -71,7 +71,7 @@
<script setup lang="ts">
import { ref, onMounted, computed, defineProps, watch, defineEmits } from 'vue';
import { PostCompanyVipmanage, GetCompanyVipInfo } from '@/apis/models';
import { dataForm, otherDataForm, reset } from '@/views/company/list/add/data.js';
import { dataForm, otherDataForm, reset } from '@/views/company/list/add/data.ts';
import { useCommon } from '@/hooks/useCommon';
let { store, openAddModel, hideModal, dayjs, disabledDate, message, imageprefix } = useCommon();
const dayjsRef = ref(dayjs);

+ 22
- 22
src/views/jobSeeker/resume/add/train/train.vue Zobrazit soubor

@@ -1,5 +1,5 @@
<template>
<a-form :model="createForm" :label-col="{span: 4}" labelAlign="left">
<a-form :model="createForm" :label-col="{span: 4}" labelAlign="left">
<a-row gutter="20">
<a-col span="24">
<a-form-item required label="是否至今" name="是否至今" :label-col="{span: 0}">
@@ -60,30 +60,30 @@
emit('toNext', { activeKey: "6" })
}
let createForm = ref({
start_year: 0,
start_month: 0,
end_year: 0,
end_month: 0,
end_today: 0,
school_or_institution: '',
major: '',
certificate: '',
awards: '',
positions_held: '',
start_year: 0,
start_month: 0,
end_year: 0,
end_month: 0,
end_today: 0,
school_or_institution: '',
major: '',
certificate: '',
awards: '',
positions_held: '',
})
const resetForm = () => {
createForm.value = {
start_year: 0,
start_month: 0,
end_year: 0,
end_month: 0,
end_today: 0,
school_or_institution: '',
major: '',
certificate: '',
awards: '',
positions_held: '',
start_year: 0,
start_month: 0,
end_year: 0,
end_month: 0,
end_today: 0,
school_or_institution: '',
major: '',
certificate: '',
awards: '',
positions_held: '',
}
}
</script>

Načítá se…
Zrušit
Uložit