|
|
@ -310,7 +310,7 @@ |
|
|
|
v-if="item.type == 'name' || !item.type" |
|
|
|
@click="item.type == 'name' && inlineDialog(scope.row)" |
|
|
|
:class="{ spamHover: item.type == 'name' }" |
|
|
|
>{{ scope.row[item.prop] ? scope.row[item.prop] + "" : "" }}</span |
|
|
|
>{{ scope.row[item.prop] && typeof(scope.row[item.prop]) != 'number' ? scope.row[item.prop] + "" : scope.row[item.prop] }}</span |
|
|
|
> |
|
|
|
</el-form> |
|
|
|
</template> |
|
|
|