|
@@ -739,7 +739,7 @@
|
|
|
:class="{ fullStyle: full }"></pdf>
|
|
|
<iframe v-else :src="pptImgUrl" frameborder="0" width="100%" height="600" :class="{ fullStyle: full }"></iframe>
|
|
|
</el-dialog>
|
|
|
- <el-dialog title="查看文本" :visible.sync="dialogVisibleText2" :append-to-body="true" width="800px"
|
|
|
+ <el-dialog title="查看文档" :visible.sync="dialogVisibleText2" :append-to-body="true" width="800px"
|
|
|
:before-close="handleClose" class="dialog_diy">
|
|
|
<el-form>
|
|
|
<div class="cont" v-html="tableJson.text"></div>
|
|
@@ -1477,9 +1477,9 @@ export default {
|
|
|
} else if (_tool.tool == 48) {
|
|
|
_work.workContent = `(${_work.username})使用(表格)提交了:`
|
|
|
} else if (_tool.tool == 52) {
|
|
|
- _work.workContent = `(${_work.username})使用(文本)提交了:`
|
|
|
+ _work.workContent = `(${_work.username})使用(文档)提交了:`
|
|
|
} else if (_tool.tool == 53) {
|
|
|
- _work.workContent = `(${_work.username})使用(文档上传)提交了:`
|
|
|
+ _work.workContent = `(${_work.username})使用(文件上传)提交了:`
|
|
|
} else if (_tool.tool == 54) {
|
|
|
_work.workContent = `(${_work.username})使用(拍照上传)提交了:`
|
|
|
}
|
|
@@ -1522,9 +1522,9 @@ export default {
|
|
|
} else if (_tool.tool == 48) {
|
|
|
_work.workContent = `(${_work.username})使用(表格)提交了:`
|
|
|
} else if (_tool.tool == 52) {
|
|
|
- _work.workContent = `(${_work.username})使用(文本)提交了:`
|
|
|
+ _work.workContent = `(${_work.username})使用(文档)提交了:`
|
|
|
} else if (_tool.tool == 53) {
|
|
|
- _work.workContent = `(${_work.username})使用(文档上传)提交了:`
|
|
|
+ _work.workContent = `(${_work.username})使用(文件上传)提交了:`
|
|
|
} else if (_tool.tool == 54) {
|
|
|
_work.workContent = `(${_work.username})使用(拍照上传)提交了:`
|
|
|
}
|