Quellcode durchsuchen

暂存事务说明修改

shenqilong vor 1 Jahr
Ursprung
Commit
ecceedfe36
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/system/dashboard/components/new-home.vue

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

@@ -70,7 +70,7 @@
                                 <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 | getWorkInfo('desc') }}</template>
+                                <template slot-scope="scope">{{ scope.row.subject?scope.row.subject.split('#')[0]:'' }}</template>
                             </el-table-column>
                             <template v-if="['wait'].includes(activeTab)">
                                 <el-table-column