|
|
|
@ -121,7 +121,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="quick-actions">
|
|
|
|
<div class="quick-actions">
|
|
|
|
<el-button size="small" @click.stop="handleUpdate(machine)" v-hasPermi="['dms:dmsBaseMachineInfo:edit']">编辑</el-button>
|
|
|
|
<!-- <el-button size="small" @click.stop="handleUpdate(machine)" v-hasPermi="['dms:dmsBaseMachineInfo:edit']">编辑</el-button> -->
|
|
|
|
<el-button size="small" @click.stop="viewLifecycle(machine)">生命周期</el-button>
|
|
|
|
<el-button size="small" @click.stop="viewLifecycle(machine)">生命周期</el-button>
|
|
|
|
<el-button size="small" @click.stop="viewDetails(machine)">详情</el-button>
|
|
|
|
<el-button size="small" @click.stop="viewDetails(machine)">详情</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@ -151,7 +151,7 @@
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column label="操作" align="center" width="320" fixed="right">
|
|
|
|
<el-table-column label="操作" align="center" width="320" fixed="right">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<template slot-scope="scope">
|
|
|
|
<el-button type="primary" size="small" @click="handleUpdate(scope.row)" v-hasPermi="['dms:dmsBaseMachineInfo:edit']">编辑</el-button>
|
|
|
|
<!-- <el-button type="primary" size="small" @click="handleUpdate(scope.row)" v-hasPermi="['dms:dmsBaseMachineInfo:edit']">编辑</el-button> -->
|
|
|
|
<el-button size="small" @click="viewLifecycle(scope.row)">生命周期</el-button>
|
|
|
|
<el-button size="small" @click="viewLifecycle(scope.row)">生命周期</el-button>
|
|
|
|
<el-button size="small" @click="viewDetails(scope.row)">详情</el-button>
|
|
|
|
<el-button size="small" @click="viewDetails(scope.row)">详情</el-button>
|
|
|
|
<el-button type="danger" size="small" @click="handleDelete(scope.row)" v-hasPermi="['dms:dmsBaseMachineInfo:remove']">删除</el-button>
|
|
|
|
<el-button type="danger" size="small" @click="handleDelete(scope.row)" v-hasPermi="['dms:dmsBaseMachineInfo:remove']">删除</el-button>
|
|
|
|
|