linwe
2024-05-21 5c11e8e607ba9a40f5c3e5ebd4ba14a53eae2226
src/views/property/process/maintenanceFundApply/edit.vue
@@ -13,8 +13,7 @@
                <div slot="header">
                    <span>审批信息</span>
                </div>
                <avue-form ref="crud" :option="option" v-model="form" @submit="handleSubmit"
                    :upload-exceed="uploadExceed">
        <avue-form ref="crud" :option="option" v-model="form" @submit="handleSubmit" :upload-exceed="uploadExceed">
                    <template slot-scope="{ row, size, index }" slot="vote">
                        <div>{{ topicTitle }}</div>
@@ -49,8 +48,7 @@
                </div>
                <el-row type="flex" class="row-bg">
                    <el-timeline>
                        <el-timeline-item :key="flow.id" :timestamp="flow.createTime" v-for="flow in flowList"
                            placement="top">
            <el-timeline-item :key="flow.id" :timestamp="flow.createTime" v-for="flow in flowList" placement="top">
                            <el-card shadow="hover">
                                <p>{{ flow.assigneeName }} 在 [{{ flow.createTime }}] 开始处理 [{{ flow.historyActivityName
                                    }}] 环节</p>