Commit d994ba48 authored by 姬鋆屾's avatar 姬鋆屾

parent 91c48c0c
...@@ -55,12 +55,16 @@ ...@@ -55,12 +55,16 @@
}}</el-col }}</el-col
> >
<el-col :span="5" <el-col :span="5"
>加分/扣分方式:{{ form.subMethod ? form.subMethod : "--" }}</el-col >加分/扣分方式:{{
form.subMethod ? form.subMethod : "--"
}}</el-col
> >
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="8" <el-col :span="8"
>加分/扣分时间:{{ form.deductTime ? form.deductTime : "--" }}</el-col >加分/扣分时间:{{
form.deductTime ? form.deductTime : "--"
}}</el-col
> >
<el-col :span="8" <el-col :span="8"
>加分/扣分人员:{{ >加分/扣分人员:{{
...@@ -602,6 +606,7 @@ export default { ...@@ -602,6 +606,7 @@ export default {
: ""; : "";
} }
this.form.appealResult = ""; this.form.appealResult = "";
this.form.processStatus = 2;
this.form.remark = ""; this.form.remark = "";
this.open = true; this.open = true;
}); });
......
...@@ -41,18 +41,22 @@ export default { ...@@ -41,18 +41,22 @@ export default {
name: "createTimeStart", name: "createTimeStart",
type: "date", type: "date",
label: "月份", label: "月份",
fuzzy: false,
}, },
{ {
name: "deptId", name: "deptId",
type: "select", type: "select",
label: "所属部门", label: "全部部门",
fuzzy: false,
}, },
{ {
name: "staffName", name: "staffName",
type: "text", type: "text",
label: "员工姓名", label: "员工姓名",
fuzzy: false,
}, },
], ],
columns: [ columns: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment