|
|
@ -97,7 +97,7 @@ |
|
|
|
show-overflow-tooltip |
|
|
|
:width="calcWidth(index)"> |
|
|
|
<template #default="scope"> |
|
|
|
<el-input v-if="scope.row['Label'] == editField && scope.row['key'] == editKey && index > 8 " |
|
|
|
<el-input v-if="scope.row['Label'] == editField && scope.row['key'] == editKey && index > KeyStartIndex " |
|
|
|
v-model="scope.row[item]" |
|
|
|
:disabled="item.charAt(item.length - 1) == '*'" |
|
|
|
size="mini" |
|
|
@ -162,6 +162,9 @@ export default { |
|
|
|
}, |
|
|
|
Height: { |
|
|
|
type: String |
|
|
|
}, |
|
|
|
KeyStartIndex: { |
|
|
|
type: Number |
|
|
|
} |
|
|
|
}, |
|
|
|
data() { |
|
|
|