flat: 暂存

This commit is contained in:
Apcallover
2024-03-13 19:17:06 +08:00
parent e3d42bcd3b
commit 7dd1f529e2
10 changed files with 20 additions and 129 deletions

View File

@@ -151,12 +151,6 @@ export default {
prop: "wage",
slot: true
},
{
label: "报名截止日期",
prop: "etimePub",
slot: true,
display: false,
},
{
label: "开始时间",
prop: "stime",

View File

@@ -298,16 +298,6 @@ export default {
minWidth: 100,
format: "yyyy-MM-dd",
},
{
label: "报名截止日期",
prop: "etimePub",
type: "date",
search: false,
searchSpan: 5,
display: false,
minWidth: 100,
format: "yyyy-MM-dd",
},
{
label: "工资",
prop: "wage",

View File

@@ -492,6 +492,11 @@ export default {
dialogType: "dialog",
dialogClickModal: false,
column: [
{
label: "社区街道名称",
prop: "companyName",
addDisplay: false,
},
{
label: "服务名称",
prop: "name",

View File

@@ -288,7 +288,7 @@ export default {
viewBtn: true,
searchMenuSpan: 6,
border: true,
index: true,
index: false,
indexLabel: "序号",
selection: true,
dialogType: "drawer",

View File

@@ -322,36 +322,10 @@ export default {
],
},
{
label: "任务时间",
prop: "etimePub",
type: "date",
placeholder: "请选择报名截止日期",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd 23:59:59",
pickerOptions: {
disabledDate(time) {
return !(
time.getTime() > Date.now() - 8.64e7&&
(!self.startTime || time.getTime() < self.startTime) &&
(!self.endTime || time.getTime() < self.endTime)
);
},
},
rules: [
{
required: true,
message: "请选择报名截止日期",
trigger: "blur",
},
],
span: 10,
},
{
label: "",
labelWidth: 0,
label: "发布时间",
prop: "stime",
type: "date",
placeholder: "请选择任务开始日期",
placeholder: "请选择任务发布时间",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd 00:00:00",
pickerOptions: {
@@ -383,16 +357,14 @@ export default {
trigger: "blur",
},
],
span: 7,
span: 12,
},
{
label: "",
labelWidth: 0,
label: "结束时间",
prop: "etime",
type: "date",
placeholder: "请选择任务结束日期",
format: "yyyy-MM-dd",
valueFormat: "yyyy-MM-dd 23:59:59",
disabled:self.endTimeFlag,
pickerOptions: {
disabledDate(time) {
@@ -418,7 +390,7 @@ export default {
trigger: "blur",
},
],
span: 7,
span: 12,
},
],
},

View File

@@ -107,7 +107,7 @@
</div> -->
<!--/-->
<!--自定义按钮-->
<template slot="menuRight">
<template slot="menuLeft">
<el-button type="primary" size="small" :disabled="!selectionList.length" icon="el-icon-plus"
@click="handleEmploy" v-show="employState === 1 && status === 1">批量录用</el-button>
<!-- <el-button
@@ -421,48 +421,17 @@ export default {
label: "年龄",
prop: "age",
search: false,
width: 50,
},
{
label: "手机号",
prop: "telphone",
search: false,
width: 100,
},
{
label: "身份证",
prop: "cardNumber",
search: false,
slot: true,
width: 110
},
{
label: "工种",
prop: "workTypes",
},
{
label: "来源",
prop: "src",
search: false,
width: 70,
},
{
label: "人才库",
prop: "groupId",
type: "tree",
span: 24,
search: false,
display: true,
width: '150',
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`,
dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构
},
props: {
label: "groupName",
value: "id",
},
placeholder: "请选择分组",
},
],
};

View File

@@ -232,14 +232,6 @@ export default {
prop: "missionNo",
display: false,
},
{
label: "报名截止日期",
prop: "etimePub",
display: false,
format: "yyyy-MM-dd",
width: 130,
slot: true,
},
{
label: "开始日期",
prop: "stime",

View File

@@ -145,7 +145,7 @@
</div> -->
<!--/-->
<!--自定义按钮-->
<template slot="menuRight">
<template slot="menuLeft">
<el-button
type="primary"
size="small"
@@ -480,48 +480,17 @@ export default {
label: "年龄",
prop: "age",
search: false,
width:50,
},
{
label: "手机号",
prop: "telphone",
search: false,
width:100,
},
{
label: "身份证",
prop: "cardNumber",
search: false,
slot: true,
width:110
},
{
label: "工种",
prop: "workTypes",
},
{
label: "来源",
prop: "src",
search: false,
width:70,
},
{
label: "人才库",
prop: "groupId",
type: "tree",
span: 24,
search: false,
display: true,
width: '150',
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`,
dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构
},
props: {
label: "groupName",
value: "id",
},
placeholder: "请选择分组",
},
],
};

View File

@@ -24,9 +24,9 @@ module.exports = {
proxy: {
"/api": {
// target: 'http://localhost:8000', // 本地服务接口地址
target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://39.98.184.58:8000", // 阿里云后台地址
// target: "http://192.168.3.108:8000", // 本地
// target: 'http://192.168.3.111:8000',
target: 'http://192.168.3.111:8000',
ws: true,
changeOrigin: true,
pathRewrite: {