|
@@ -405,7 +405,7 @@ export default {
|
|
|
on: {
|
|
|
dragging: (x, y) => {
|
|
|
if (this.editParam.testResult === 0) {
|
|
|
- col.width = Math.max(x, 50);
|
|
|
+ col.width = Math.max(x, 100);
|
|
|
} else {
|
|
|
col.width = Math.max(x, 150); }
|
|
|
}
|
|
@@ -596,6 +596,7 @@ export default {
|
|
|
{
|
|
|
title: () => this.$t('base.info.rectification-frequency'),
|
|
|
width: 50,
|
|
|
+ dataIndex:'index',
|
|
|
align: 'center',
|
|
|
scopedSlots: {
|
|
|
customRender: 'index'
|