loulijun2021
2022-08-27 3cbb9eb9e6f594721239bde5754db6df924472a6
src/views/zlgl/gxjyjl.vue
@@ -195,12 +195,20 @@
          <el-table-column
            label="操作"
            fixed="right"
            width="120"
            width="80"
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <el-button type="text" @click="check(row)">查看</el-button>
                <!--                <el-button type="text" @click="check(row)">查看</el-button>-->
                <!--                <el-button type="text" @click="del(row)">删除</el-button>-->
                <el-tooltip class="item" effect="dark" content="查看" placement="top">
                  <i
                    class="el-icon-view"
                    style="color: #42b983;cursor: pointer;margin-right: 15px;"
                    @click="check(row)"
                  />
                </el-tooltip>
              </div>
            </template>
          </el-table-column>