Quellcode durchsuchen

提交

newStyle
douzhuo vor 2 Jahren
Ursprung
Commit
50f9703dff
3 geänderte Dateien mit 6 neuen und 6 gelöschten Zeilen
  1. +3
    -3
      src/views/ReceivingRecords/index.vue
  2. +1
    -1
      src/views/Statistics/ConsultantBrand.vue
  3. +2
    -2
      vue.config.js

+ 3
- 3
src/views/ReceivingRecords/index.vue Datei anzeigen

@@ -172,7 +172,7 @@
</el-select>
</div>

<div class="div-lab">
<div class="div-lab" v-if="false">
<!-- 默认全部 -->
<div class="label">是否违禁:</div>
<el-select
@@ -372,11 +372,11 @@
<!-- <el-table-column prop="address" label="禁忌执行率" align="center">
</el-table-column> -->
<!-- scope -->
<el-table-column prop="taboo" label="是否违禁" align="center">
<!-- <el-table-column prop="taboo" label="是否违禁" align="center">
<template slot-scope="{ row }">
{{ row.taboo == 0 ? "否" : "是" }}
</template>
</el-table-column>
</el-table-column> -->
<!-- <el-table-column prop="zfal" label="是否加精" align="center">
<template slot-scope="{ row }">
{{ row.zfal == 0 ? "已加精" : "未加精" }}


+ 1
- 1
src/views/Statistics/ConsultantBrand.vue Datei anzeigen

@@ -907,7 +907,7 @@ export default {
houseId: "",
buildingoptions: [],
houseList: [],
dateType: 2,
dateType: 4,
tabFlag: 0,
current: 1,
size: 10,


+ 2
- 2
vue.config.js Datei anzeigen

@@ -8,9 +8,9 @@
// const url = 'http://62.234.122.43:9999' //正式
// const url = 'http://81.70.55.170:9999' // 新测试服务器IP
// 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://81.70.55.170:9999' // 新测试
// const url = 'http://81.70.55.170:9999' // 新测试
// const url = 'http://82.156.35.22:9999' // 新正式ip
const CompressionWebpackPlugin = require('compression-webpack-plugin')
const productionGzipExtensions = ['js', 'css']


Laden…
Abbrechen
Speichern