提交 2cf33810 编写于 作者: zhentian.jia's avatar zhentian.jia

sourceType在pc情况下区分

上级 e853e091
...@@ -18,13 +18,13 @@ ...@@ -18,13 +18,13 @@
<el-table-column prop="time" label="时间" align="center" min-width="120"> <el-table-column prop="time" label="时间" align="center" min-width="120">
<template slot-scope="scope">{{ scope.row.time }}</template> <template slot-scope="scope">{{ scope.row.time }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="status" label="状态" align="left" min-width="30"> <el-table-column prop="status" label="状态" align="left" min-width="75">
<template slot-scope="scope"> <template slot-scope="scope">
<span class="logo" v-bind:class="{ 'logo_0': scope.row.status == 0, 'logo_1': scope.row.status == 1, 'logo_2': scope.row.status == 2 }"></span> <span class="logo" v-bind:class="{ 'logo_0': scope.row.status == 0, 'logo_1': scope.row.status == 1, 'logo_2': scope.row.status == 2 }"></span>
<span class="text">{{ scope.row.status | exportStatus }}</span> <span class="text">{{ scope.row.status | exportStatus }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" fixed="right" align="center" min-width="70"> <el-table-column label="操作" fixed="right" align="center" >
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button
:disabled="scope.row.buttonStatus" :disabled="scope.row.buttonStatus"
......
...@@ -534,6 +534,7 @@ export default { ...@@ -534,6 +534,7 @@ export default {
originalFlag: vm.formInline.checked == false ? 2 : 1, originalFlag: vm.formInline.checked == false ? 2 : 1,
regionId: vm.formInline.region[vm.formInline.region.length - 1], regionId: vm.formInline.region[vm.formInline.region.length - 1],
timeFlag: vm.formInline.timeFlag, timeFlag: vm.formInline.timeFlag,
sourceType: 2,
pageNo: vm.formTable.pageNo, pageNo: vm.formTable.pageNo,
pageSize: vm.formTable.pageSize, pageSize: vm.formTable.pageSize,
}; };
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册