Commit f6b5549f authored by 赵啸非's avatar 赵啸非

修改访问端口与ip

parent 204a964a
......@@ -147,13 +147,13 @@
}}</el-col
>
<el-col :span="8"
>处理人员:{{dict
>处理人员:{{
/* dict['updateUserId'][form.updateUserId] ? dict['updateUserId'][form.updateUserId] : "--"
*/
}}</el-col
>
<el-col :span="8"
>处理时间:{{ form.appealTime ? form.appealTime : "--" }}</el-col
>处理时间:{{dict}} {{ form.appealTime ? form.appealTime : "--" }}</el-col
>
</el-row>
<el-row>
......
......@@ -172,13 +172,13 @@ export default {
{ label: "所属部门", prop: "deptName" },
{ label: "违规类型", prop: "irregularOtherType" },
{ label: "绩效规则", prop: "ruleName" },
{ label: "绩效规则", prop: "ruleId",this.formatter },
{ label: "加分/扣分方式", prop: "subAddType", formatter: this.formatter },
{
label: "加分/扣分时间",
prop: "attendanceDate",
prop: "deductTime",
formatter: this.formatterDate,
},
......
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