|
@@ -93,7 +93,7 @@
|
|
{{ scope.$index + 1 }}
|
|
{{ scope.$index + 1 }}
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column :label="t('bomList.name')" align="left" prop="name" :width="columnWidths.name"/>
|
|
|
|
|
|
+ <el-table-column :label="t('bomList.name')" align="center" prop="name" :width="columnWidths.name"/>
|
|
<el-table-column :label="t('iotDevice.dept')" align="center" prop="deptName" :width="columnWidths.deptName"/>
|
|
<el-table-column :label="t('iotDevice.dept')" align="center" prop="deptName" :width="columnWidths.deptName"/>
|
|
<el-table-column :label="t('bomList.status')" align="center" prop="result" :width="columnWidths.result">
|
|
<el-table-column :label="t('bomList.status')" align="center" prop="result" :width="columnWidths.result">
|
|
<template #default="scope">
|
|
<template #default="scope">
|