xiangpei
2024-07-22 cd5280e6bf2b54d509452393d378994b49eaacab
src/views/system/work-order/index.vue
@@ -79,6 +79,8 @@
                size="mini"
                type="text"
                @click="handleAuditing(item)"
                v-hasPermi="['work:order:audit']"
                v-show="item.status === 'YW_HANDLE'"
              >审核</el-button>
              <el-button
                size="mini"
@@ -158,8 +160,8 @@
            </el-form-item>
          </el-form>
        </el-col>
        <el-col :span="14" style="max-height: 500px; overflow-y: scroll">
          <el-timeline>
        <el-col :span="14" style="max-height: 500px; overflow-y: auto">
          <el-timeline v-if="ywConditions && ywConditions.length > 0">
            <el-timeline-item v-for="(condition, index) in ywConditions" :key="index" :timestamp="condition.commitUserName + '___' + condition.createTime" placement="top">
              <el-card>
                <div v-html="condition.ywCondition"></div>
@@ -167,6 +169,7 @@
              </el-card>
            </el-timeline-item>
          </el-timeline>
          <el-empty v-else description="没有处理记录"></el-empty>
        </el-col>
      </el-row>