Commit b77595aa authored by kzy's avatar kzy

查询完成2

parent 595ba974
......@@ -86,9 +86,9 @@
{{ scope.row.phd || '-' }}
</template>
</el-table-column>
<el-table-column label="操作员" prop="createBy">
<el-table-column label="操作员" prop="createName">
<template slot-scope="scope">
{{ scope.row.createBy || '-' }}
{{ scope.row.createName || '-' }}
</template>
</el-table-column>
<el-table-column label="操作时间" :show-overflow-tooltip="true" align="center" prop="createDate">
......
......@@ -85,9 +85,9 @@
{{ scope.row.phd || '-' }}
</template>
</el-table-column>
<el-table-column label="操作员" prop="createBy">
<el-table-column label="操作员" prop="createName">
<template slot-scope="scope">
{{ scope.row.createBy || '-' }}
{{ scope.row.createName || '-' }}
</template>
</el-table-column>
<el-table-column label="操作时间" :show-overflow-tooltip="true" align="center" prop="createDate">
......
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