|
@@ -159,7 +159,7 @@
|
|
{{ scope.row[item.headerKey] }}
|
|
{{ scope.row[item.headerKey] }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-else-if="item.displayType === 'Texterea'" :style="{cursor: item.name === '问题' && scope.row.operationTarget ? 'pointer' : 'auto'}" @click.stop="item.name === '问题' && goto(scope.row.operationTarget)">
|
|
|
|
|
|
+ <div v-else-if="item.displayType === 'Texterea'" :style="{cursor: item.name === '问题' && scope.row.operationTarget ? 'pointer' : 'auto'}" @click.stop="item.name === '问题' && pageType.search(/edit/) < 0 && goto(scope.row.operationTarget) || editLine(scope.row, index)">
|
|
<TextInfo :text="scope.row[item.headerKey]" />
|
|
<TextInfo :text="scope.row[item.headerKey]" />
|
|
</div>
|
|
</div>
|
|
<div v-else>
|
|
<div v-else>
|