|
@@ -11377,7 +11377,7 @@
|
|
|
<el-input v-if="greyType" type="textarea" :rows="10" resize="none" v-model="newEnglishList.engText" />
|
|
|
<div v-else style="white-space: pre-line;" v-html="Correct(newEnglishList.engText)"></div>
|
|
|
</div>
|
|
|
- <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '编辑' : '取消编辑' }}</el-button>
|
|
|
+ <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '修改批注' : '取消修改' }}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -11399,7 +11399,7 @@
|
|
|
<el-input v-if="greyType" type="textarea" :rows="10" resize="none" v-model="oldEnglishJson1.engText" />
|
|
|
<div v-else style="white-space: pre-line;" v-html="Correct(oldEnglishJson1.engText)"></div>
|
|
|
</div>
|
|
|
- <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '编辑' : '取消编辑' }}</el-button>
|
|
|
+ <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '修改批注' : '取消修改' }}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="oldText" v-else-if="newEngIndex == -1">
|
|
@@ -11414,7 +11414,7 @@
|
|
|
<el-input v-if="greyType" type="textarea" :rows="10" resize="none" v-model="newEnglishList.engText" />
|
|
|
<div v-else style="white-space: pre-line;" v-html="Correct(newEnglishList.engText)"></div>
|
|
|
</div>
|
|
|
- <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '编辑' : '取消编辑' }}</el-button>
|
|
|
+ <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '修改批注' : '取消修改' }}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="oldText" v-else-if="newEngIndex > -1 && newEnglishList1.length > 0">
|
|
@@ -11435,7 +11435,7 @@
|
|
|
<div v-else style="white-space: pre-line;" v-html="Correct(newEnglishList1[newEngIndex].cWork.engText)"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '编辑' : '取消编辑' }}</el-button>
|
|
|
+ <el-button @click="greyType = !greyType" style="position: absolute;bottom: -50px;right: 0;background: #409eff;color: #fff;">{{ greyType == false ? '修改批注' : '取消修改' }}</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|