瀏覽代碼

暂存事务说明修改

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