shenqilong 1 год назад
Родитель
Сommit
4f6db5962b
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/views/system/dashboard/components/new-home.vue

+ 2 - 1
src/views/system/dashboard/components/new-home.vue

@@ -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