WXL (wul)
8 小时以前 ae8535b861f9177508d9e5493e0fe9e47978c915
src/views/complaint/complaintlist/index.vue
@@ -94,7 +94,7 @@
              size="medium"
              :disabled="single"
              @click="handleUpdate"
              v-hasPermi="['system:user:edit']"
              >修改</el-button
            >
          </el-col>
@@ -239,7 +239,7 @@
                type="text"
                icon="el-icon-edit"
                @click="Referencequestion(scope.row)"
                v-hasPermi="['system:user:edit']"
                >预览</el-button
              >
              <el-button
@@ -247,7 +247,7 @@
                type="text"
                icon="el-icon-edit"
                @click="handleUpdate(scope.row)"
                v-hasPermi="['system:user:edit']"
                >修改</el-button
              >
            </template>