|
|
@ -73,7 +73,7 @@ const delColumn = (index: number) => { |
|
|
:width="item.item.span" |
|
|
:width="item.item.span" |
|
|
> |
|
|
> |
|
|
<template #default="scope"> |
|
|
<template #default="scope"> |
|
|
{{scope.row}} |
|
|
|
|
|
<span v-if="item.type === 'index'">{{ scope.$index + 1 }}</span> |
|
|
<span v-if="item.type === 'index'">{{ scope.$index + 1 }}</span> |
|
|
<div v-if="type === 4 || editDisabled"> |
|
|
<div v-if="type === 4 || editDisabled"> |
|
|
{{ getText(scope.row[item.name]) }} |
|
|
{{ getText(scope.row[item.name]) }} |
|
|
|