|
|
@@ -70,7 +70,8 @@
|
|
|
<template slot-scope="scope">{{ scope.row.subject | getWorkInfo('name') }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="事务说明" show-overflow-tooltip>
|
|
|
- <template slot-scope="scope">{{ scope.row.subject?scope.row.subject.split('#')[0]:'' }}</template>
|
|
|
+
|
|
|
+ <template slot-scope="scope">{{ scope.row.subject?scope.row.subject.split('#')[1]:'' }}</template>
|
|
|
</el-table-column>
|
|
|
<template v-if="['wait'].includes(activeTab)">
|
|
|
<el-table-column
|