Quellcode durchsuchen

首页事务说明

shenqilong vor 1 Jahr
Ursprung
Commit
4f6db5962b
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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