@@ -89,7 +89,7 @@ export default {
},
documentType: this.doctype,
editorConfig: {
- callbackUrl: option.editUrl,
+ callbackUrl: option.editUrl + '&access_token=' + getToken(),
lang: 'zh',
canHistoryRestore:true,
canUseHistory:true,
@@ -57,15 +57,12 @@
<el-table-column
prop="subject"
label="事务名称"
+ width="300"
show-overflow-tooltip
>
<template slot-scope="scope">{{ scope.row.subject | getWorkInfo('name') }}</template>
</el-table-column>
- <el-table-column
- label="事务说明"
- width="200"
- show-overflow-tooltip
- >
+ <el-table-column label="事务说明" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.subject | getWorkInfo('desc') }}</template>
<template v-if="['wait'].includes(activeTab)">