Commit 5e36d32c authored by 黄同智's avatar 黄同智

修改备注

parent d240acec
...@@ -166,7 +166,7 @@ ...@@ -166,7 +166,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="remark" label="备注" min-width="230"> <el-table-column prop="remark" label="备注" min-width="230" show-overflow-tooltip>
<template #default="{ row }"> <template #default="{ row }">
<span class="color-666">{{ row.remark }}</span> <span class="color-666">{{ row.remark }}</span>
</template> </template>
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
<el-table-column prop="splitStatus" label="脚本拆解表" width="140" fixed="right"> <el-table-column prop="splitStatus" label="脚本拆解表" width="140" fixed="right">
<template #default="{ row }"> <template #default="{ row }">
<el-button type="primary" link @click="showAction(row, '填写拆解表')">{{ row.splitStatus <el-button type="primary" link @click="showAction(row, '填写拆解表')">{{ row.splitStatus
}}</el-button> }}</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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