| @@ -172,7 +172,7 @@ | |||||
| </el-select> | </el-select> | ||||
| </div> | </div> | ||||
| <div class="div-lab"> | |||||
| <div class="div-lab" v-if="false"> | |||||
| <!-- 默认全部 --> | <!-- 默认全部 --> | ||||
| <div class="label">是否违禁:</div> | <div class="label">是否违禁:</div> | ||||
| <el-select | <el-select | ||||
| @@ -372,11 +372,11 @@ | |||||
| <!-- <el-table-column prop="address" label="禁忌执行率" align="center"> | <!-- <el-table-column prop="address" label="禁忌执行率" align="center"> | ||||
| </el-table-column> --> | </el-table-column> --> | ||||
| <!-- scope --> | <!-- scope --> | ||||
| <el-table-column prop="taboo" label="是否违禁" align="center"> | |||||
| <!-- <el-table-column prop="taboo" label="是否违禁" align="center"> | |||||
| <template slot-scope="{ row }"> | <template slot-scope="{ row }"> | ||||
| {{ row.taboo == 0 ? "否" : "是" }} | {{ row.taboo == 0 ? "否" : "是" }} | ||||
| </template> | </template> | ||||
| </el-table-column> | |||||
| </el-table-column> --> | |||||
| <!-- <el-table-column prop="zfal" label="是否加精" align="center"> | <!-- <el-table-column prop="zfal" label="是否加精" align="center"> | ||||
| <template slot-scope="{ row }"> | <template slot-scope="{ row }"> | ||||
| {{ row.zfal == 0 ? "已加精" : "未加精" }} | {{ row.zfal == 0 ? "已加精" : "未加精" }} | ||||
| @@ -907,7 +907,7 @@ export default { | |||||
| houseId: "", | houseId: "", | ||||
| buildingoptions: [], | buildingoptions: [], | ||||
| houseList: [], | houseList: [], | ||||
| dateType: 2, | |||||
| dateType: 4, | |||||
| tabFlag: 0, | tabFlag: 0, | ||||
| current: 1, | current: 1, | ||||
| size: 10, | size: 10, | ||||
| @@ -8,9 +8,9 @@ | |||||
| // const url = 'http://62.234.122.43:9999' //正式 | // const url = 'http://62.234.122.43:9999' //正式 | ||||
| // const url = 'http://81.70.55.170:9999' // 新测试服务器IP | // const url = 'http://81.70.55.170:9999' // 新测试服务器IP | ||||
| // const url = 'http://192.168.31.86:9999' // 胜浩 | // const url = 'http://192.168.31.86:9999' // 胜浩 | ||||
| // const url = 'https://zanyong.hfju.com' // 正式域名 | |||||
| const url = 'https://zanyong.hfju.com' // 正式域名 | |||||
| // const url = 'http://127.0.0.1:9999' // 本地 | // const url = 'http://127.0.0.1:9999' // 本地 | ||||
| const url = 'http://81.70.55.170:9999' // 新测试 | |||||
| // const url = 'http://81.70.55.170:9999' // 新测试 | |||||
| // const url = 'http://82.156.35.22:9999' // 新正式ip | // const url = 'http://82.156.35.22:9999' // 新正式ip | ||||
| const CompressionWebpackPlugin = require('compression-webpack-plugin') | const CompressionWebpackPlugin = require('compression-webpack-plugin') | ||||
| const productionGzipExtensions = ['js', 'css'] | const productionGzipExtensions = ['js', 'css'] | ||||