flat: 资金合并
This commit is contained in:
@@ -131,6 +131,9 @@
|
||||
>导出</el-button
|
||||
>
|
||||
</template>
|
||||
<template slot="wage"slot-scope="{ row }">
|
||||
<div>{{row.wage}}{{wageUnitCategoryStateEnum[row.wageUnitCategory]}}</div>
|
||||
</template>
|
||||
</avue-crud>
|
||||
<delay-dialog
|
||||
ref="delay"
|
||||
@@ -168,7 +171,10 @@ import { calcDate } from "@/util/date";
|
||||
import { Message } from "element-ui";
|
||||
import lodash from "lodash";
|
||||
import {Auditing} from "@/api/manage/mission";
|
||||
|
||||
const wageUnitCategoryStateEnum = {}
|
||||
wageUnitCategoryState.map((item) => {
|
||||
wageUnitCategoryStateEnum[item.value] = item.label
|
||||
})
|
||||
const message = lodash.throttle(
|
||||
function (options) {
|
||||
Message(options);
|
||||
@@ -186,6 +192,7 @@ export default {
|
||||
dataSourcesEnum,
|
||||
educationState,
|
||||
downloadButton: false,
|
||||
wageUnitCategoryStateEnum,
|
||||
view: {},
|
||||
form: {},
|
||||
selectionList: [],
|
||||
@@ -254,15 +261,8 @@ export default {
|
||||
search: false,
|
||||
searchSpan: 5,
|
||||
display: false,
|
||||
},
|
||||
{
|
||||
label: "工资单位",
|
||||
prop: "wageUnitCategory",
|
||||
search: false,
|
||||
// hide: true,
|
||||
dicData: wageUnitCategoryState,
|
||||
searchSpan: 5,
|
||||
display: false,
|
||||
slot: true,
|
||||
width: 140,
|
||||
},
|
||||
{
|
||||
label: "岗位工种",
|
||||
|
||||
Reference in New Issue
Block a user