From e228dc7b78fc4eba612586b351bfbcf2d6bff223 Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期日, 22 九月 2024 17:05:29 +0800
Subject: [PATCH] 修改了代码
---
ruoyi-ui/src/views/bignote/index.vue | 2 +-
ruoyi-ui/vue.config.js | 2 +-
ruoyi-ui/src/views/system/user/index.vue | 12 ++++++------
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index 6efa7e2..e828da3 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -200,7 +200,7 @@
></div>
</template>
</el-table-column>
- <el-table-column label="鎿嶄綔" align="center" width="250" class-name="small-padding fixed-width" v-if="userId != 2">
+ <el-table-column fixed="right" label="鎿嶄綔" align="center" width="250" class-name="small-padding fixed-width" v-if="userId != 2">
<template slot-scope="scope" v-if="scope.row.roleId !== 1">
<div class="button-container">
<el-button
diff --git a/ruoyi-ui/src/views/system/user/index.vue b/ruoyi-ui/src/views/system/user/index.vue
index 2583850..047804e 100644
--- a/ruoyi-ui/src/views/system/user/index.vue
+++ b/ruoyi-ui/src/views/system/user/index.vue
@@ -15,7 +15,7 @@
@keyup.enter.native="handleQuery"
/>
</el-form-item>
- <el-form-item label="鎵嬫満鍙风爜" prop="phonenumber">
+<!-- <el-form-item label="鎵嬫満鍙风爜" prop="phonenumber">
<el-input
v-model="queryParams.phonenumber"
placeholder="璇疯緭鍏ユ墜鏈哄彿鐮�"
@@ -23,7 +23,7 @@
style="width: 240px"
@keyup.enter.native="handleQuery"
/>
- </el-form-item>
+ </el-form-item> -->
<el-form-item label="鐘舵��" prop="status">
<el-select
v-model="queryParams.status"
@@ -122,7 +122,7 @@
<template slot-scope="scope">{{scope.row.sex==0? '鐢�': '濂�'}}</template>
</el-table-column>
- <el-table-column label="鎵嬫満鍙风爜" align="center" key="phonenumber" prop="phonenumber" v-if="columns[4].visible" width="120" />
+<!-- <el-table-column label="鎵嬫満鍙风爜" align="center" key="phonenumber" prop="phonenumber" v-if="columns[4].visible" width="120" /> -->
<el-table-column label="鐘舵��" align="center" key="status" v-if="columns[5].visible">
<template slot-scope="scope">
<el-switch
@@ -581,7 +581,7 @@
hanldeLoop(){
let fid = this.form.fid
- alert(fid)
+ //alert(fid)
let _this = this
if(this.cuid==undefined)
{
@@ -649,8 +649,8 @@
return;
}
let clanId = this.$store.state.user.clanId
- alert(fid)
- alert(this.cuid)
+ // alert(fid)
+ // alert(this.cuid)
updateFM(this.cuid, fid).then(response => {
//alert(response.data)
if(!response.data)
diff --git a/ruoyi-ui/vue.config.js b/ruoyi-ui/vue.config.js
index a63d8be..0b0cb0e 100644
--- a/ruoyi-ui/vue.config.js
+++ b/ruoyi-ui/vue.config.js
@@ -37,7 +37,7 @@
// detail: https://cli.vuewww.bendudu.comjs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
//target: `https://10.39.18.174:8080/`,
- //target: `https://192.168.1.7:8080/`,
+ // target: `https://192.168.1.7:8080/`,
target: 'https://www.bendudu.com:8080/',
changeOrigin: true,
pathRewrite: {
--
Gitblit v1.9.1