|
@@ -44,7 +44,7 @@
|
|
|
<span>
|
|
|
<formula-item
|
|
|
v-for="(item,index) in resultFormula" :key="index"
|
|
|
- :item="item" @click="obj => equationClick(obj,index,'resultFormula')" :showCursor="false"
|
|
|
+ :item="item" @click="obj => equationClick(obj,index,'resultFormula')" :isShowCursor="false"
|
|
|
>
|
|
|
</formula-item>
|
|
|
</span>
|
|
@@ -54,7 +54,7 @@
|
|
|
<div slot="content">{{item.tableName }}</div>
|
|
|
<formula-item
|
|
|
:getname="getItemTableName(item)"
|
|
|
- :item="item" @click="obj => equationClick(obj,index,'processFormula')"
|
|
|
+ :item="item" @click="obj => equationClick(obj,index,'processFormula')" :isShowCursor="false"
|
|
|
>
|
|
|
</formula-item>
|
|
|
</el-tooltip>
|