flat: 暂存

This commit is contained in:
Apcallover
2024-04-10 10:12:18 +08:00
parent e31a52175b
commit 4452e03c24
4 changed files with 13 additions and 26 deletions

View File

@@ -54,11 +54,6 @@ export default {
return { return {
...baseOptions, ...baseOptions,
column: [{ column: [{
label: '机构名称',
prop: 'name',
search: true,
searchSpan: 6,
},{
label: '政策名称', label: '政策名称',
prop: 'name2', prop: 'name2',
search: true, search: true,

View File

@@ -61,32 +61,28 @@ export default {
search:true, search:true,
}, },
{ {
label: '岗位数', label: '发布岗位数',
prop: 'data1', prop: 'data1',
}, },
{ {
label: '发布岗位数', label: '招聘中岗位数',
prop: 'data2', prop: 'data2',
}, },
{
label: '招聘中岗位数',
prop: 'data3',
},
{ {
label: '关闭岗位数', label: '关闭岗位数',
prop: 'data4' prop: 'data3'
}, },
{ {
label: '待审核岗位数', label: '待审核岗位数',
prop: 'data5' prop: 'data4'
}, },
{ {
label: '审核通过岗位数', label: '审核通过岗位数',
prop: 'data6' prop: 'data5'
}, },
{ {
label: '推送成功岗位数', label: '推送成功岗位数',
prop: 'data7' prop: 'data6'
}, },
{ {
label: '日期', label: '日期',

View File

@@ -61,32 +61,28 @@ export default {
search:true, search:true,
}, },
{ {
label: '任务数', label: '发布任务数',
prop: 'data1', prop: 'data1',
}, },
{ {
label: '发布任务数', label: '招聘中任务数',
prop: 'data2', prop: 'data2',
}, },
{
label: '招聘中任务数',
prop: 'data3',
},
{ {
label: '关闭任务数', label: '关闭任务数',
prop: 'data4' prop: 'data3'
}, },
{ {
label: '待审核任务数', label: '待审核任务数',
prop: 'data5' prop: 'data4'
}, },
{ {
label: '审核通过任务数', label: '审核通过任务数',
prop: 'data6' prop: 'data5'
}, },
{ {
label: '推送成功任务数', label: '推送成功任务数',
prop: 'data7' prop: 'data6'
}, },
{ {
label: '日期', label: '日期',

View File

@@ -23,7 +23,7 @@ module.exports = {
port: 1888, port: 1888,
proxy: { proxy: {
"/api": { "/api": {
target: 'http://localhost:8000', target: 'http://10.165.0.173:8000',
ws: true, ws: true,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {