Commit a09e3eee by 夏超

[fix] 修改问题

parent 1f78adcf
......@@ -174,13 +174,13 @@
</div>
</template>
</el-table-column>
<el-table-column v-if="prohibited_state" label="操作" align="center" width="100">
<el-table-column label="操作" align="center" width="100">
<template slot-scope="scope">
<el-button type="text" size="small" style="margin-left: 10px;"
@click="filePreviewHandle(scope.row)">
<i class="el-icon-view" style="font-size: 18px"></i>
</el-button>
<el-button type="text" size="small" style="margin-left: 10px;"
<el-button v-if="prohibited_state" type="text" size="small" style="margin-left: 10px;"
@click="deleteInfoHandle('工艺文件',scope.row)">
<i class="el-icon-delete" style="font-size: 18px"></i>
</el-button>
......@@ -223,7 +223,7 @@
<el-button type="text" size="small" @click="editInfoHandle('设备检查项',scope.row)">
<i class="el-icon-edit" style="font-size: 18px"></i>
</el-button>
<el-button type="text" size="small"
<el-button type="text" size="small"
@click="deleteInfoHandle('设备检查项',scope.row)">
<i class="el-icon-delete" style="font-size: 18px"></i>
</el-button>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment