Commit ec06ec5c by caoyanzhi

update: 接口联调,取值调整

parent 0ef4ebd3
......@@ -13,7 +13,7 @@
<p>{{ row.updateTime | timeStampToHms }}</p>
</div>
</el-table-column>
<el-table-column label="最近编辑人" prop="staffName" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="最近编辑人" prop="optUserName" :formatter="(row, col, val) => val || '--'"></el-table-column>
<el-table-column label="操作">
<template slot-scope="{ row }">
<el-button type="text" @click="toCreate(row)">编辑</el-button>
......
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