loulijun2021
2022-09-23 699b2c16fe39f8a38f104f29b343bd06d1e53e82
src/views/sbgl/bybz.vue
@@ -25,7 +25,7 @@
              <el-input v-model="form.repairstanddescr" placeholder="请输入" style="width: 200px" />
            </el-form-item>
          </div>
          <div style="display: flex;align-items: start;margin-top: 5px;z-index: 2">
          <div class="bodySearchReset">
            <el-button type="primary" icon="el-icon-search" @click="search">查询</el-button>
            <el-button type="info" icon="el-icon-refresh" @click="reset">重置</el-button>
          </div>
@@ -252,6 +252,7 @@
          <el-table-column
            prop="repairitem_descr"
            label="保养要求"
            show-tooltip-when-overflow
          >
            <template slot-scope="{row}">
              <div v-if="row.isVisible===0">{{ row.repairitem_descr }}</div>