zhanghua
2024-03-12 a3b4eb017a0f948348ef7732267c7ed0d4bca8c0
src/views/operate/myWait/index.vue
@@ -1,6 +1,6 @@
<template>
  <div class="userList">
    <div class="headerTitle">运营管理》我的待办</div>
    <!--    <div class="headerTitle">运营管理》我的待办</div>-->
    <header>
      <div class="headerContent">
        <div class="search">
@@ -46,7 +46,7 @@
          </el-table-column>
          <el-table-column prop="limitTime" label="剩余时间" min-width="10">
          </el-table-column>
          <el-table-column prop="stepName" label="问题状态" min-width="10">
          <el-table-column prop="stepName" label="操作" min-width="10">
            <template slot-scope="scope">
              <div class="operation">
                <span @click="handleOperation(scope.row)">{{
@@ -342,7 +342,7 @@
        url: `sccg/base_case/baseCaseDetail/${row.code}`,
      }).then((res) => {
        this.info = res.data;
        this.vioData = res.data.currentSitVo;
        if (res.data) this.vioData = res.data.currentSitVo;
        this.dialogUpdate = true;
      });
    },
@@ -353,14 +353,14 @@
.userList {
  text-align: left;
  padding: 10px 20px;
  color: #4b9bb7;
  // color: #4b9bb7;
  border: 1px solid #ccc;
  .headerTitle {
    line-height: 40px;
  }
  header {
    background-color: white;
    //background-color: white;
    .headerContent {
      padding: 0;
@@ -411,7 +411,7 @@
  }
  main {
    background-color: #fff;
    //background-color: #fff;
    margin-top: 20px;
    padding-bottom: 50px;