Commit 21b7c0f9 by crushh

udpate: 去掉模板Id

parent 364c1656
......@@ -41,7 +41,7 @@
</el-table-column>
<el-table-column label="触发计划名称" align="left" width="200" prop="sourceName"></el-table-column>
<el-table-column label="计划创建人" align="left" width="100" prop="sourceCreatorName"></el-table-column>
<el-table-column label="模板ID" align="left" width="100" prop="chartsDate"></el-table-column>
<!-- <el-table-column label="模板ID" align="left" width="100" prop="chartsDate"></el-table-column> -->
<el-table-column label="短信内容" align="left" min-width="200" prop="remark">
<template slot-scope="scope">
<el-popover class="item" trigger="hover" width="200" v-if="scope.row.remark && scope.row.remark.length > 10" :content="scope.row.remark" placement="top-start">
......
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