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_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_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_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://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

View File

@@ -1,5 +1,5 @@
VUE_APP_SITE='default'
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_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_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://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

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_1066523_6bvkeuqao36.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>
<style>
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,
dialogType: "drawer",
dialogFullscreen: true,
align: 'center',
column: [
{
label: "机构名称",
@@ -280,6 +281,11 @@ export default {
display: false,
prop: "masterName",
},
{
label: "手机号",
display: false,
prop: "phone",
},
{
label: "地区",
display: false,

View File

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

View File

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

View File

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

View File

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

View File

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