master
zengchenxi 2 months ago
parent e49aa57bb1
commit b5fc2823f8

@ -106,7 +106,7 @@
<JnpfNumber v-model="scope.row.oee" :thousands="false" />
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" width="150">
<!-- <el-table-column label="操作" fixed="right" width="150">
<template slot-scope="scope">
<el-button type="text" @click="addOrUpdateHandle(scope.row)">
</el-button>
@ -115,7 +115,7 @@
<el-button type="text" @click="goDetail(scope.row.id)">
</el-button>
</template>
</el-table-column>
</el-table-column> -->
</JNPF-table>
<pagination :total="total" :page.sync="listQuery.currentPage" :limit.sync="listQuery.pageSize"
@pagination="initData" />

Loading…
Cancel
Save