Commit 2e97b4de by 黑潮

update: 文案

parent debb3594
......@@ -31,6 +31,7 @@
</p>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" min-width="100" align="left" prop="creatorName" label="创建人"></el-table-column>
<el-table-column :show-overflow-tooltip="true" min-width="170" align="left" prop="smsContent" label="模板内容"></el-table-column>
<el-table-column min-width="120" align="left" prop="importCount" label="计划人数"></el-table-column>
<el-table-column min-width="120" align="left" prop="sendCount" label="送达人数"></el-table-column>
......
......@@ -96,7 +96,7 @@ export default {
);
}
},
{ label: '发送人', prop: 'sendName', width: '100', tooltip: true, align: 'left' },
{ label: '创建人', prop: 'creatorName', width: '100', tooltip: true, align: 'left' },
{
label: '模板内容',
prop: 'templateContent',
......
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