feature/2.15.1.2407.01-薪资项目以及字段管理页面改造

This commit is contained in:
黎永顺 2024-08-16 15:05:51 +08:00
parent 37f7a3bd6b
commit 87aa53955f
2 changed files with 0 additions and 54 deletions

View File

@ -2,58 +2,6 @@ import { WeaLocaleProvider } from "ecCom";
import { dataTypeOptions, patternOptions, roundingModeOptions } from "./options";
const getLabel = WeaLocaleProvider.getLabel;
export const columns = [
{
title: "名称",
dataIndex: "title",
key: "title"
},
{
title: "属性",
dataIndex: "title",
key: "title"
},
{
title: "类型",
dataIndex: "title",
key: "title"
},
{
title: "薪资档案引用",
dataIndex: "refere",
key: "refere"
},
{
title: "默认使用",
dataIndex: "refere",
key: "refere"
},
{
title: "进位规则",
dataIndex: "title",
key: "title"
},
{
title: "保留小数位",
dataIndex: "title",
key: "title"
},
{
title: "取值方式",
dataIndex: "title",
key: "title"
},
{
title: "备注",
dataIndex: "title",
key: "title"
},
{
title: "操作",
dataIndex: "cz",
key: "cz"
}
];
export const salaryItemFields = [
{
key: "name",

View File

@ -25,7 +25,6 @@ export const roundingModeOptions = [
showname: "见分进角"
}
];
export const patternOptions = [
{
key: "0",
@ -83,7 +82,6 @@ export const patternOptions = [
selected: false
}
];
export const dataTypeOptions = [
{
key: "number",