|
|
@@ -40,7 +40,7 @@
|
|
|
</el-form>
|
|
|
</div>
|
|
|
<div class="gva-table-box">
|
|
|
- <div class="gva-btn-list">
|
|
|
+ <!-- <div class="gva-btn-list">
|
|
|
<el-button type="primary" icon="plus" @click="openDialog">新增</el-button>
|
|
|
<el-popover v-model:visible="deleteVisible" :disabled="!multipleSelection.length" placement="top" width="160">
|
|
|
<p>确定要删除吗?</p>
|
|
|
@@ -52,7 +52,7 @@
|
|
|
<el-button icon="delete" style="margin-left: 10px;" :disabled="!multipleSelection.length" @click="deleteVisible = true">删除</el-button>
|
|
|
</template>
|
|
|
</el-popover>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<el-table
|
|
|
ref="multipleTable"
|
|
|
style="width: 100%"
|
|
|
@@ -61,36 +61,36 @@
|
|
|
row-key="ID"
|
|
|
@selection-change="handleSelectionChange"
|
|
|
>
|
|
|
- <el-table-column type="selection" width="55" />
|
|
|
- <el-table-column align="left" label="设备编号" prop="设备编号" width="120" />
|
|
|
+ <!-- <el-table-column type="selection" width="55" /> -->
|
|
|
+ <el-table-column align="left" label="设备编号" prop="设备编号" width="80" />
|
|
|
<el-table-column align="left" label="设备名称" prop="设备名称" width="120" />
|
|
|
- <el-table-column align="left" label="生产工序" prop="生产工序" width="120" />
|
|
|
- <el-table-column align="left" label="日定额" prop="日定额" width="120" />
|
|
|
- <el-table-column align="left" label="千件工价" prop="千件工价" width="120" />
|
|
|
- <el-table-column align="left" label="机长" prop="机长" width="120" />
|
|
|
- <el-table-column align="left" label="副机" prop="副机" width="120" />
|
|
|
- <el-table-column align="left" label="调墨" prop="调墨" width="120" />
|
|
|
- <el-table-column align="left" label="二手" prop="二手" width="120" />
|
|
|
- <el-table-column align="left" label="飞达" prop="飞达" width="120" />
|
|
|
- <el-table-column align="left" label="辅助" prop="辅助" width="120" />
|
|
|
- <el-table-column align="left" label="放卷" prop="放卷" width="120" />
|
|
|
- <el-table-column align="left" label="分切1" prop="分切1" width="120" />
|
|
|
- <el-table-column align="left" label="分切2" prop="分切2" width="120" />
|
|
|
- <el-table-column align="left" label="检验" prop="检验" width="120" />
|
|
|
- <el-table-column align="left" label="使用部门" prop="使用部门" width="120" />
|
|
|
+ <el-table-column align="left" label="生产工序" prop="生产工序" width="80" />
|
|
|
+ <el-table-column align="left" label="日定额" prop="日定额" width="100" />
|
|
|
+ <el-table-column align="left" label="千件工价" prop="千件工价" width="80" />
|
|
|
+ <el-table-column align="left" label="机长" prop="机长" width="100" />
|
|
|
+ <el-table-column align="left" label="副机" prop="副机" width="100" />
|
|
|
+ <el-table-column align="left" label="调墨" prop="调墨" width="100" />
|
|
|
+ <el-table-column align="left" label="二手" prop="二手" width="100" />
|
|
|
+ <el-table-column align="left" label="飞达" prop="飞达" width="100" />
|
|
|
+ <el-table-column align="left" label="辅助" prop="辅助" width="100" />
|
|
|
+ <el-table-column align="left" label="放卷" prop="放卷" width="100" />
|
|
|
+ <el-table-column align="left" label="分切1" prop="分切1" width="100" />
|
|
|
+ <el-table-column align="left" label="分切2" prop="分切2" width="100" />
|
|
|
+ <el-table-column align="left" label="检验" prop="检验" width="100" />
|
|
|
+ <el-table-column align="left" label="使用部门" prop="使用部门" width="100" />
|
|
|
<el-table-column align="left" label="设备编组" prop="sys_id" width="120" />
|
|
|
<el-table-column align="left" label="创建用户" prop="sys_id" width="120" />
|
|
|
<el-table-column align="left" label="创建时间" prop="mod_rq" width="120" />
|
|
|
<el-table-column align="left" label="修改时间" prop="sys_rq" width="120" />
|
|
|
- <el-table-column align="left" label="UNIQID" prop="UniqId" width="120" />
|
|
|
- <el-table-column align="center" fixed="right" label="操作" min-width="250">
|
|
|
+ <el-table-column align="left" label="UNIQID" prop="UniqId" width="75" />
|
|
|
+ <el-table-column align="center" fixed="right" label="操作" min-width="100">
|
|
|
<template #default="scope">
|
|
|
<el-button type="primary" link class="table-button" @click="getDetails(scope.row)">
|
|
|
<el-icon style="margin-right: 5px"><InfoFilled /></el-icon>
|
|
|
查看详情
|
|
|
</el-button>
|
|
|
- <el-button type="primary" link icon="edit" class="table-button" @click="updateCompanyFunc(scope.row)">变更</el-button>
|
|
|
- <el-button type="primary" link icon="delete" @click="deleteRow(scope.row)">删除</el-button>
|
|
|
+ <!-- <el-button type="primary" link icon="edit" class="table-button" @click="updateCompanyFunc(scope.row)">变更</el-button>
|
|
|
+ <el-button type="primary" link icon="delete" @click="deleteRow(scope.row)">删除</el-button> -->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|