소스 검색

暂存事务说明修改

shenqilong 1 년 전
부모
커밋
ecceedfe36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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