fuliqi
2024-04-03 bce10b2db48c97a23543189368ceb6a8f3737fb3
src/views/system/result/city/index.vue
@@ -82,20 +82,29 @@
      <div class="text item">考核标签<span class="time">{{ "四区天网二期" }}</span></div>
      <div class="text item">考核范围<span class="time">{{ "市区考核" }}</span></div>
      <div class="text item">考核频率<span class="time">{{ "季度" }}</span></div>
      <div class="text item">考核时间
        <span class="time">{{ item.checkTime }}</span>
        <el-button size="small" round style="float: right;" @click="handlePublish(item)" v-show="item.publish != 1"  v-hasPermi="['result:city:publish']">确认发布</el-button>
        <el-button size="small" round style="float: right;" v-show="item.publish == 1" disabled="true"  v-hasPermi="['result:city:publish']">已发布</el-button>
      </div>
      <el-tooltip  effect="dark"  placement="right-start">
        <div slot="content">
          富顺县:6.5
          <br/>沿滩区:6.5
          <br/>贡井区:6.5
          <br/>高新区:6.5
          <br/>大安区:6.5
          <br/>自流井区:6.5
          <br/>荣县:6.5
        </div>
        <span class="text item">{{ "考核成绩" }}</span>
      </el-tooltip>
      <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-show="item.publish != 1"  v-hasPermi="['result:contract:publish']">确认发布</el-button>
      <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-show="item.publish == 1"  v-hasPermi="['result:contract:publish']">已发布</el-button>
    </el-card>
   <!-- <pagination
   <pagination
      v-show="total>0"
      :total="total"
      :page.sync="queryParams.pageNum"
      :limit.sync="queryParams.pageSize"
      @pagination="getList"
    /> -->
    />
    <el-dialog :title="detailName" :visible.sync="detail" width="800px" append-to-body>
      <el-form label-position="left" inline class="table-expand">
@@ -219,6 +228,7 @@
      </div>
    </el-dialog>
  </div>
</template>
<script>
@@ -303,7 +313,7 @@
        this.queryParams["end"] = this.daterangeCheckTime[1];
      }
      listCheckResult(this.queryParams).then(response => {
        this.checkResultList = response.data;
        this.checkResultList = response.rows;
        this.total = response.total;
        this.loading = false;
      });
@@ -456,6 +466,7 @@
  .item {
    margin-bottom: 18px;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;