Commit 1920b3a0 authored by 我在何方's avatar 我在何方

异常添加处理备注

parent fea7e719
......@@ -104,6 +104,7 @@
</template>
</el-table-column>
<el-table-column :label="$t('处理人')" align="center" prop="userName" />
<el-table-column :label="$t('处理备注')" align="center" prop="handlerRemark" />
<el-table-column :label="$t('创建时间')" align="center">
<template slot-scope="scope">
<span>{{parseTime(scope.row.createTime)}}</span>
......
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