Commit f02aded4 authored by Mac's avatar Mac

1

parent 691205b4
<template>
<div class="page-body">
<div class="page-search row items-center">
<div class="col row wrap q-mr-lg q-col-gutter-md">
<div class="col-3">
<q-input clearable standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.LinkMan" label="标题" maxlength="20" />
</div>
<div class="col-3">
<q-input clearable standout="bg-primary text-white" class="col-6 q-pr-lg q-pr-lg"
v-model="msg.PositionName" label="副标题" maxlength="20" />
</div>
</div>
</div>
<div class="page-content">
</div>
</div>
</template>
<script>
import {
GetWebJobApplyPage,
} from '../../api/system/webkit'
export default {
meta: {
title: "同业小程序配置"
},
components: {
jobapplyForm
},
data() {
return {
}
},
mounted() {
// this.getList()
},
methods: {
}
}
</script>
<style lang="sass">
@import url('~assets/css/table.sass')
</style>
......@@ -183,6 +183,12 @@ const routes = [{
component: () =>
import("pages/system/jobapplyManage.vue")
},
{
path: "/system/b2bindex", //同业小程序 首页配置
component: () =>
import("pages/system/b2bindex.vue")
},
{
path: "/system/dutyManagement", //值班管理
component: () =>
......
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