ruoyi-ui/src/views/bignote/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/src/views/system/user/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
ruoyi-ui/vue.config.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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 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) 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: {