|
@@ -200,19 +200,7 @@
|
|
|
</t-select>
|
|
|
</div>
|
|
|
<div class="t-space-item" v-if="props.pen.name==='tablePlus'">
|
|
|
- <div v-if="cell.row!==undefined" class="flex between form-item py-12">
|
|
|
- <div v-if="cell.col!==undefined" style="line-height: 30px">
|
|
|
- {{$t( '当前选中单元格' )}} ({{$t( '第' )}}{{ props.pen.colHeaders? cell.row:cell.row+1 }}{{$t( '行' )}},{{$t( '第' )}}{{ cell.col}}{{$t( '列' )}})
|
|
|
- </div>
|
|
|
- <div v-else style="line-height: 30px">
|
|
|
- {{$t( '当前选中行' )}} ({{$t( '第' )}}{{ props.pen.colHeaders? cell.row:cell.row+1 }}{{$t( '行' )}})
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <t-tooltip placement="top" :content="$t('快捷绑定')">
|
|
|
- <link-icon style="width: 13px;margin-right: 26px" class="hover ml-4" @click="onQuickBind()"></link-icon>
|
|
|
- </t-tooltip>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
+
|
|
|
<div class="form-item py-8" v-if="props.pen.dbid">
|
|
|
<label>自动保存
|
|
|
<t-tooltip content="编辑表格后会自动保存到sql数据库" placement="top">
|
|
@@ -251,14 +239,14 @@
|
|
|
<div class="t-space-item">
|
|
|
<div v-if="cell.row!==undefined" class="flex between form-item py-12">
|
|
|
<div v-if="cell.col!==undefined" style="line-height: 30px">
|
|
|
- 选中单元格 (第{{ cell.row }}行,第{{ cell.col}}列)
|
|
|
+ {{$t( '当前选中单元格' )}} ({{$t( '第' )}}{{ props.pen.colHeaders? cell.row:cell.row+1 }}{{$t( '行' )}},{{$t( '第' )}}{{ cell.col}}{{$t( '列' )}})
|
|
|
</div>
|
|
|
<div v-else style="line-height: 30px">
|
|
|
- 选中行 (第{{ cell.row }}行)
|
|
|
+ {{$t( '当前选中行' )}} ({{$t( '第' )}}{{ props.pen.colHeaders? cell.row:cell.row+1 }}{{$t( '行' )}})
|
|
|
</div>
|
|
|
<div>
|
|
|
- <t-tooltip content="快捷绑定" placement="top">
|
|
|
- <link-icon style="width: 13px;margin-right: 26px"class="hover ml-4" @click="onQuickBind()"/>
|
|
|
+ <t-tooltip placement="top" :content="$t('快捷绑定')">
|
|
|
+ <link-icon style="width: 13px;margin-right: 26px" class="hover ml-4" @click="onQuickBind()"></link-icon>
|
|
|
</t-tooltip>
|
|
|
</div>
|
|
|
</div>
|