Commit 1e9767ae authored by 黄奎's avatar 黄奎

11

parent c082376c
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
style="display: inline-block; width: 225px; height: 30px" placeholder="请输入品牌名" v-model="msg.BrandName" style="display: inline-block; width: 225px; height: 30px" placeholder="请输入品牌名" v-model="msg.BrandName"
size="small" clearable> size="small" clearable>
</el-input> </el-input>
<span style="margin-left: 10px">商铺性质</span> <span style="margin-left: 10px">商铺区域</span>
<el-select class="w100" @change="(msg.pageIndex = 1), getList()" style="margin-left: 10px" <el-select class="w100" @change="(msg.pageIndex = 1), getList()" style="margin-left: 10px"
v-model="msg.ProjectType" size="small" placeholder="请选择商铺性质"> v-model="msg.ProjectType" size="small" placeholder="请选择商铺区域">
<el-option label="不限" :value="0"></el-option> <el-option label="不限" :value="0"></el-option>
<el-option :label="x.Name" :value="x.Id" v-for="(x, y) in ProjectTypeList" :key="y"></el-option> <el-option :label="x.Name" :value="x.Id" v-for="(x, y) in ProjectTypeList" :key="y"></el-option>
</el-select> </el-select>
...@@ -145,7 +145,7 @@ ...@@ -145,7 +145,7 @@
{{ scope.row.EndBuiltUpArea }}</span> {{ scope.row.EndBuiltUpArea }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="ProjectName" label="商铺性质" width="150"> <el-table-column prop="ProjectName" label="商铺区域" width="150">
</el-table-column> </el-table-column>
<el-table-column prop="BrandType" label="品牌定位" width="180"> <el-table-column prop="BrandType" label="品牌定位" width="180">
</el-table-column> </el-table-column>
......
...@@ -53,7 +53,7 @@ export default { ...@@ -53,7 +53,7 @@ export default {
}, },
//域名管理对象 //域名管理对象
Vue.prototype.domainManager = function () { Vue.prototype.domainManager = function () {
let mallApiUrl = "https://mallapi.oytour.com"; //商城接口地址 let mallApiUrl = "http://192.168.5.204:5000"; //商城接口地址
let javaUrl = 'http://192.168.5.214:8018'; //资产Api地址 let javaUrl = 'http://192.168.5.214:8018'; //资产Api地址
let vtUploadUrl = "http://192.168.5.214:8120"; //文件上传地址 let vtUploadUrl = "http://192.168.5.214:8120"; //文件上传地址
let vtViewUrl = "http://192.168.5.214:8130"; //文件预览地址 let vtViewUrl = "http://192.168.5.214:8130"; //文件预览地址
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment