zhanghua
2023-05-30 08c2c3aea346fc8b838cd04918b7864592ac079b
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;
      });
    },