|
@@ -177,11 +177,10 @@ export default {
|
|
|
span: 6
|
|
|
},
|
|
|
{
|
|
|
- label: "教师类别",
|
|
|
- prop: "salaryWithdrawalStandardName",
|
|
|
+ label: "标准类别",
|
|
|
+ prop: "normType",
|
|
|
type: "select",
|
|
|
- dicUrl:
|
|
|
- "/api/blade-system/dict-biz/dictionary?code=Salary_allocation_standard",
|
|
|
+ dicUrl: "/api/blade-system/dict-biz/dictionary?code=norm_type",
|
|
|
props: {
|
|
|
label: "dictValue",
|
|
|
value: "dictValue"
|
|
@@ -196,32 +195,20 @@ export default {
|
|
|
span: 6
|
|
|
},
|
|
|
{
|
|
|
- label: "标准类别",
|
|
|
- prop: "normType",
|
|
|
+ label: "教师类别",
|
|
|
+ prop: "salaryWithdrawalStandardName",
|
|
|
type: "select",
|
|
|
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=norm_type",
|
|
|
+ dicUrl:
|
|
|
+ "/api/blade-system/dict-biz/dictionary?code=Salary_allocation_standard",
|
|
|
props: {
|
|
|
label: "dictValue",
|
|
|
value: "dictValue"
|
|
|
},
|
|
|
- rules: [
|
|
|
- {
|
|
|
- required: true,
|
|
|
- message: "",
|
|
|
- trigger: "blur"
|
|
|
- }
|
|
|
- ],
|
|
|
span: 6
|
|
|
},
|
|
|
{
|
|
|
label: "计算类别",
|
|
|
prop: "resultType",
|
|
|
- // type: "select",
|
|
|
- // dicUrl: "/api/blade-system/dict-biz/dictionary?code=result_type",
|
|
|
- // props: {
|
|
|
- // label: "dictValue",
|
|
|
- // value: "dictValue"
|
|
|
- // },
|
|
|
// rules: [
|
|
|
// {
|
|
|
// required: true,
|
|
@@ -232,10 +219,11 @@ export default {
|
|
|
span: 6
|
|
|
},
|
|
|
{
|
|
|
- label: "职务",
|
|
|
+ label: "职位",
|
|
|
prop: "compileCategory",
|
|
|
type: "select",
|
|
|
- dicUrl: "/api/blade-system/dict-biz/dictionary?code=compile_category",
|
|
|
+ dicUrl:
|
|
|
+ "/api/blade-system/dict-biz/dictionary?code=compile_category",
|
|
|
props: {
|
|
|
label: "dictValue",
|
|
|
value: "dictValue"
|