flat: 暂存

This commit is contained in:
史典卓
2024-11-04 17:34:56 +08:00
parent 233263750c
commit 8fa69529e0
12 changed files with 44 additions and 33 deletions

View File

@@ -1,5 +1,5 @@
VUE_APP_SITE='default' VUE_APP_SITE='default'
VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login
VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://10.165.0.173:8000/jobslink-api/front/file"} VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://39.98.184.58:8000/jobslink-api/front/file"}
VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.165.0.173/manage/login&stService=http%3A%2F%2F10.165.0.173%2Fmanage%2Flogin VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://39.98.184.58/manage/login&stService=http%3A%2F%2F39.98.184.58%2Fmanage%2Flogin
VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768 VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768

View File

@@ -1,5 +1,5 @@
VUE_APP_SITE='default' VUE_APP_SITE='default'
VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login VUE_APP_LOGIN_ERROR = http://10.160.7.216:9920/casserver/login
VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://10.165.0.173:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://10.165.0.77:8000/jobslink-api/front/file"} VUE_APP_REPLACE_STR = {"{oss_file_url}": "http://39.98.184.58:8000", "https://dy12333.org.cn/api/jobslink-api/front/file": "http://39.98.184.58:8000/jobslink-api/front/file"}
VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://10.165.0.54:8300/manage/login&stService=http%3A%2F%2F10.165.0.54%3A8300%2Fmanage%2Flogin VUE_APP_LOGIN_NEXT = http://10.160.7.216:9920/casserver/login?service=http://39.98.184.58:8300/manage/login&stService=http%3A%2F%2F10.165.0.54%3A8300%2Fmanage%2Flogin
VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768 VUE_APP_SUPPER_MAP = http://10.165.0.44:1205/proxy/rest/maps/c02c6f51f3ab4190bffd5e3e54cf5ac4/111013e9067749488d44841208771768

BIN
public/gtrs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

View File

@@ -16,7 +16,7 @@
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_567566_pwc3oottzol.css"></link> <link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_567566_pwc3oottzol.css"></link>
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1066523_6bvkeuqao36.css"></link> <link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1066523_6bvkeuqao36.css"></link>
<link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.css"></link> <link rel="stylesheet" href="<%= BASE_URL %>resource/font/font_1939523_a2ybsew93wu.css"></link>
<link rel="icon" href="<%= BASE_URL %>favicon.ico"> <link rel="icon" href="<%= BASE_URL %>gtrs.png">
<title>馆陶县智慧就业服务平台</title> <title>馆陶县智慧就业服务平台</title>
<style> <style>
html, html,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 38 KiB

BIN
public/svg/logo_dark23.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@@ -266,6 +266,7 @@ export default {
dialogClickModal: false, dialogClickModal: false,
dialogType: "drawer", dialogType: "drawer",
dialogFullscreen: true, dialogFullscreen: true,
align: 'center',
column: [ column: [
{ {
label: "机构名称", label: "机构名称",
@@ -280,6 +281,11 @@ export default {
display: false, display: false,
prop: "masterName", prop: "masterName",
}, },
{
label: "手机号",
display: false,
prop: "phone",
},
{ {
label: "地区", label: "地区",
display: false, display: false,

View File

@@ -204,7 +204,6 @@
<script> <script>
import { import {
getList,
review, review,
complet, complet,
getDetail, getDetail,
@@ -212,6 +211,7 @@ import {
Auditing, Auditing,
exportList exportList
} from "@/api/manage/mission"; } from "@/api/manage/mission";
import {getList} from "@/api/tenant/mission";
import {downloadEcxel} from '@/util/util' import {downloadEcxel} from '@/util/util'
import {mapGetters} from "vuex"; import {mapGetters} from "vuex";
import missionView from "@/views/util/mission-view"; import missionView from "@/views/util/mission-view";

View File

@@ -92,6 +92,7 @@ export default {
dialogClickModal: false, dialogClickModal: false,
dialogType: "drawer", dialogType: "drawer",
dialogFullscreen: true, dialogFullscreen: true,
align: 'center',
column: [ column: [
{ {
label: "机构名称", label: "机构名称",

View File

@@ -257,6 +257,7 @@ export default {
dialogType: "drawer", dialogType: "drawer",
dialogFullscreen: true, dialogFullscreen: true,
mStatusList: companyPostState, mStatusList: companyPostState,
align: 'center',
column: [ column: [
{ {
label: "用工单位", label: "用工单位",

View File

@@ -320,6 +320,7 @@ export default {
refreshBtn: false, refreshBtn: false,
searchBtn: true, searchBtn: true,
searchShow: true, searchShow: true,
align: 'center',
searchMenuSpan: 6, searchMenuSpan: 6,
height: '100', height: '100',
column: [ column: [
@@ -383,6 +384,7 @@ export default {
refreshBtn: false, refreshBtn: false,
height: '100', height: '100',
viewBtn: true, viewBtn: true,
align: 'center',
dialogType: "drawer", dialogType: "drawer",
column: [{ column: [{
label: '政策名称', label: '政策名称',
@@ -526,6 +528,7 @@ export default {
refreshBtn: false, refreshBtn: false,
dialogType: "drawer", dialogType: "drawer",
height: '100', height: '100',
align: 'center',
column: [{ column: [{
label: '服务时间', label: '服务时间',
prop: 'createTime', prop: 'createTime',

View File

@@ -446,18 +446,18 @@ export default {
editDisabled: true, editDisabled: true,
search: true, search: true,
}, },
{ // {
label: "人员类型", // label: "人员类型",
prop: "suspected", // prop: "suspected",
search: true, // search: true,
editDisabled: true, // editDisabled: true,
type: 'select', // type: 'select',
dicData: [ // dicData: [
{label: '普通人员', value: 0}, // {label: '普通人员', value: 0},
{label: '疑似死亡人员', value: 1}, // {label: '疑似死亡人员', value: 1},
{label: '死亡人员', value: 2}, // {label: '死亡人员', value: 2},
] // ]
}, // },
{ {
label: "手机号", label: "手机号",
prop: "telphone", prop: "telphone",
@@ -578,21 +578,21 @@ export default {
], ],
placeholder: "请选择 分组", placeholder: "请选择 分组",
}, },
{ // {
label: "标签名称", // label: "标签名称",
prop: "labelsBase", // prop: "labelsBase",
rules: [ // rules: [
{ // {
required: false, // required: false,
message: "请选择标签名称", // message: "请选择标签名称",
trigger: ["blur"], // trigger: ["blur"],
}, // },
], // ],
editDisabled: true, // editDisabled: true,
slot: true, // slot: true,
formslot: true, // formslot: true,
span: 24, // span: 24,
}, // },
{ {
label: "备注", label: "备注",
prop: "remarks", prop: "remarks",