|
@@ -27,12 +27,11 @@
|
|
|
<el-table class="my-table" :data="tableData" style="width: 100%">
|
|
|
<el-table-column fixed prop="id" label="编号" width="70">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="name" label="违禁词" width="400">
|
|
|
+ <el-table-column prop="name" label="违禁词名称" width="400">
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="created_at" label="创建时间">
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="updated_at" label="修改时间" >
|
|
|
- </el-table-column>
|
|
|
+
|
|
|
<el-table-column fixed="right" label="操作" width="110">
|
|
|
<template slot-scope="scope">
|
|
|
<div class="listBtnBox">
|