|
@@ -26,15 +26,7 @@
|
|
|
class="elTable table-fixed"
|
|
|
>
|
|
|
<el-table-column label="牧场" min-width="90px" align="center" prop="pastureName" />
|
|
|
- <el-table-column label="数据类型" min-width="90px" align="center" >
|
|
|
- <template slot-scope="scope">
|
|
|
- <span v-if="scope.row.msgtyp == 0">饲喂</span>
|
|
|
- <span v-else-if="scope.row.msgtyp == 1">剩料</span>
|
|
|
- <span v-else-if="scope.row.msgtyp == 2">原料</span>
|
|
|
- <span v-else-if="scope.row.msgtyp == 3">栏舍</span>
|
|
|
- <span v-else>配方</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
+ <el-table-column label="数据类型" min-width="90px" align="center" prop="msgtypeName" />
|
|
|
<el-table-column label="请求参数" min-width="120px" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-tooltip placement="top" :open-delay="1000">
|
|
@@ -58,6 +50,7 @@
|
|
|
<el-table-column label="返回状态" min-width="90px" align="center" prop="status" />
|
|
|
<el-table-column label="消息文本" min-width="90px" align="center" prop="msgtext" />
|
|
|
<el-table-column label="请求地址" min-width="90px" align="center" prop="url" />
|
|
|
+ <el-table-column label="创建时间" min-width="90px" align="center" prop="createTime" />
|
|
|
</el-table>
|
|
|
</div>
|
|
|
</div>
|