|
@@ -80,7 +80,7 @@
|
|
|
{{ parseTime(scope.row.startTime, "{y}-{m}-{d}") }}
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="备注" align="center" prop="remark" />
|
|
|
+ <el-table-column label="备注" align="center" prop="remark" width="120" show-overflow-tooltip />
|
|
|
<el-table-column fixed="right" label="操作" align="center" class-name="small-padding fixed-width" width="200">
|
|
|
<template #default="scope">
|
|
|
<el-button v-if="scope.row.auditStatus == 0 || scope.row.auditStatus == 2" link type="warning"
|