| | |
| | | <span>{{ parseTime(scope.row.sendTime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="发送内容" align="center" prop="sendContent" show-overflow-tooltip /> |
| | | <el-table-column label="发送结果" align="center" prop="sendResult" show-overflow-tooltip /> |
| | | <el-table-column label="重试次数" align="center" prop="retryCount" /> |
| | | <el-table-column label="创建时间" align="center" prop="createTime" width="180"> |
| | |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="发送内容:"> |
| | | <el-input |
| | | type="textarea" |
| | | :rows="4" |
| | | placeholder="发送内容" |
| | | v-model="form.sendContent" |
| | | readonly> |
| | | </el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="响应消息:">{{ form.responseMsg }}</el-form-item> |
| | | </el-col> |
| | | </el-row> |