吉安感知网项目-前端
罗广辉
2026-01-23 54ce361c0f4fbaf44b6276f4f0a16281c9a68ab6
feat: 进度条
2 files modified
14 ■■■■ changed files
applications/task-work-order/src/styles/common/cockpit.scss 12 ●●●● patch | view | raw | blame | history
applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue 2 ●●● patch | view | raw | blame | history
applications/task-work-order/src/styles/common/cockpit.scss
@@ -819,33 +819,41 @@
  }
}
.gd-timeline{
.gd-timeline {
  padding-left: 120px;
  .el-timeline-item {
    height: 120px;
    &:nth-last-child(1){
    &:nth-last-child(1) {
      height: auto;
    }
    .el-timeline-item__tail {
      left: 15px;
      transform: translate(-15px);
      border-left-color: #4c34ff;
    }
    .el-timeline-item__node {
      width: 32px;
      height: 32px;
      background-color: #161b2c;
      transform: translate(-15px);
      &.el-timeline-item__node--success {
        background-color: #4c34ff;
      }
      .el-timeline-item__icon {
        font-size: 22px;
      }
    }
    .el-timeline-item__wrapper {
      top: 5px;
      font-size: 16px;
      .el-timeline-item__timestamp {
        margin-top: 20px;
      }
applications/task-work-order/src/views/orderView/orderManage/inspectionReport/index.vue
@@ -88,7 +88,7 @@
        >
            <el-form class="gd-dialog-form" ref="ruleFormRef" :model="editParams" :rules="rules" label-width="140px">
                <el-form-item label="文档名称" prop="nickName">
                    <el-input v-model="editParams.nickName" />
                    <el-input v-model="editParams.nickName" class="gd-input" placeholder="请输入" />
                </el-form-item>
                <el-form-item label="文档类型" prop="resultType" v-if="titleTxt === '上传巡查报告'">
                    <el-select