Commit 547d1456 by Jings

fix: 修改表格字段名称

parent 5f0019c4
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2019-03-20 14:36:37
* @LastEditors: Drama
* @LastEditTime: 2022-09-27 11:00:41
* @LastEditTime: 2022-10-11 10:17:34
-->
<!--
<taskView :brandId="brandId"></taskView>
......@@ -49,7 +49,7 @@
</template>
<template slot-scope="scope">{{ scope ? ' ' : ' ' }}</template>
</el-table-column>
<el-table-column label="任务名称" width="120" show-overflow-tooltip>
<el-table-column label="计划名称" width="120" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.ecmName }}</template>
</el-table-column>
<el-table-column prop="" label="已完成" show-overflow-tooltip>
......
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