shuishen
2024-01-19 a737e7b8175baf9e40544dc98dcd8b0f7b03c476
src/views/work/process/maintenanceFundApply/handle.vue
@@ -20,8 +20,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>
@@ -185,7 +184,7 @@
                    prop: "allocationWay",
                    labelWidth: 140,
                    value: '按建筑面积分摊',
                    span: 14,
              span: 12,
                    row: true,
                    disabled: true
                },