|
@@ -82,7 +82,7 @@
|
|
|
<span>{{ rowNum(scope.row.otherCut) }}</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="备注" width="60" align="center" prop="remark">
|
|
|
+ <el-table-column label="备注" width="120" align="center" prop="remark">
|
|
|
<template #default="scope">
|
|
|
<span>{{ scope.row.remark }}</span>
|
|
|
</template>
|