Commit 84da4618 authored by 李明环(东信)'s avatar 李明环(东信)
parents a3daf45b 86403e5d
...@@ -10,7 +10,7 @@ export function createApp() { ...@@ -10,7 +10,7 @@ export function createApp() {
const app = createSSRApp(App); const app = createSSRApp(App);
app.config.globalProperties.$formatTimestamp = formatTimestamp; app.config.globalProperties.$formatTimestamp = formatTimestamp;
app.component("NavBar", NavBar); app.component("NavBar", NavBar);
const vConsole = new Vconsole(); // const vConsole = new Vconsole();
app.use(store); app.use(store);
// app.use(Button); // app.use(Button);
// app.use(vConsole); // app.use(vConsole);
......
...@@ -334,7 +334,7 @@ const jobForm = ref([ ...@@ -334,7 +334,7 @@ const jobForm = ref([
jobTypeId: null, jobTypeId: null,
jobTypePid: "", jobTypePid: "",
jobTypeName: "", jobTypeName: "",
postitDesc: "", positionDesc: "",
negotiableSalary: 0, negotiableSalary: 0,
settlementType: 4, settlementType: 4,
minSalary: null, minSalary: null,
...@@ -753,7 +753,7 @@ function addPost() { ...@@ -753,7 +753,7 @@ function addPost() {
jobTypeId: null, jobTypeId: null,
jobTypePid: "", jobTypePid: "",
jobTypeName: "", jobTypeName: "",
postitDesc: "", positionDesc: "",
negotiableSalary: 0, negotiableSalary: 0,
settlementType: 4, settlementType: 4,
minSalary: null, minSalary: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment