Răsfoiți Sursa

首页事务说明

shenqilong 1 an în urmă
părinte
comite
4f6db5962b
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  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