lyh
2025-04-14 0c4e7ea6e347db2f2749bf9446ac0ed215bdecd5
src/views/flowable/workflow/FlowLedger.vue
@@ -60,6 +60,11 @@
        class="j-table-force-nowrap"
        @change="handleTableChange">
        <!-- 字符串超长截取省略号显示-->
        <span slot="description" slot-scope="text">
          <j-ellipsis :value="text" :length="25" />
        </span>
        <template slot="htmlSlot" slot-scope="text">
          <div v-html="text"></div>
        </template>
@@ -142,7 +147,9 @@
        {
          title:'流程业务简要描述',
          align:"center",
          dataIndex: 'title'
          dataIndex: 'description',
          width: '30%',
          scopedSlots: {customRender: 'description'},
        },
        {
          title:'申请人',