فهرست منبع

首页事务说明

shenqilong 1 سال پیش
والد
کامیت
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