三表查询
This commit is contained in:
@@ -144,16 +144,16 @@
|
|||||||
{{ scope.row.操作日期 | formatTime }}
|
{{ scope.row.操作日期 | formatTime }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="操作" fixed="right" align="center" width="100">
|
<!--<el-table-column label="操作" fixed="right" align="center" width="100">-->
|
||||||
<template slot-scope="scope">
|
<!--<template slot-scope="scope">-->
|
||||||
<el-button
|
<!--<el-button-->
|
||||||
:disabled="Number(id)!==0"
|
<!--:disabled="Number(id)!==0"-->
|
||||||
size="mini"
|
<!--size="mini"-->
|
||||||
type="text"
|
<!--type="text"-->
|
||||||
icon="el-icon-delete"
|
<!--icon="el-icon-delete"-->
|
||||||
@click="handleDelete(scope.row)"/>
|
<!--@click="handleDelete(scope.row)"/>-->
|
||||||
</template>
|
<!--</template>-->
|
||||||
</el-table-column>
|
<!--</el-table-column>-->
|
||||||
</el-table>
|
</el-table>
|
||||||
<div class="block" style="margin-top: 10px;">
|
<div class="block" style="margin-top: 10px;">
|
||||||
<el-pagination
|
<el-pagination
|
||||||
|
|||||||
Reference in New Issue
Block a user