| | |
| | | |
| | | <el-table-column |
| | | label="姓名" |
| | | width="100" |
| | | align="center" |
| | | key="userName" |
| | | prop="userName" |
| | |
| | | prop="phonenumber" |
| | | /> |
| | | <el-table-column |
| | | label="模版名称" |
| | | label="模板名称" |
| | | align="center" |
| | | key="templateName" |
| | | prop="templateName" |
| | |
| | | width="160" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.createTime) }}</span> |
| | | <span>{{ formatTime(scope.row.createTime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | > |
| | | <el-button type="primary" icon="el-icon-s-claim">保存</el-button> |
| | | <el-button type="primary" icon="el-icon-document" |
| | | >更新指标规则至模版</el-button |
| | | >更新指标规则至模板</el-button |
| | | > |
| | | </div> |
| | | </div> |