配合修改

master
吕天方 5 months ago
parent e704a28e46
commit 736b4df46f

@ -7,9 +7,9 @@ ENV = 'development'
# 金鸡湖现代服务业品牌管理系统/开发环境
# VUE_APP_BASE_API = 'http://192.168.0.117:9031'
# 测试环境数据库
VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# VUE_APP_BASE_API = 'http://39.101.188.84:9040'
# 脱敏三方测试用数据库
# VUE_APP_BASE_API = 'http://39.101.188.84:9031'
VUE_APP_BASE_API = 'http://39.101.188.84:9031'
# 正式环境数据库
# VUE_APP_BASE_API = 'https://idp.sipac.gov.cn/api'

@ -1,6 +1,6 @@
{
"name": "ruoyi",
"version": "1.0.202408160938",
"version": "1.0.202408161355",
"description": "金鸡湖现代服务业品牌管理系统",
"author": "若依",
"license": "MIT",

@ -352,6 +352,7 @@ export default {
jSmartRemindersId(row.id).then((res)=>{
if(res.code == 200) {
this.addFrom = res.data;
this.addFrom.function = 1;
this.$refs.importProject.open();
}
})

@ -26,25 +26,29 @@ export default {
tableData:[
{
projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司",
// enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08",
id: 1505,
type:2,
},{
projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司",
// enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08",
id: 1505,
type:2,
},{
projectName:"自主品牌先进技术研究院",
enterprice:"博世********有限公司",
// enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08",
id: 1505,
type:2,
},{
projectName:"自主品牌先进技术研究院",
enterprice:"苏州众汇聚合信息科技有限公司",
// enterprice:"********",
enterprice:'博世汽车部件(苏州)有限公司',
time:"2024-07-08",
id: 1505,
type:2,

@ -12,7 +12,7 @@
<el-form :inline="true" :model="formInline" size="small" class="serviceIndustry-form" ref="queryFrom">
<el-col :span="20">
<el-form-item label="提醒内容:">
<el-input v-model.trim="formInline.alertContent" placeholder="请输入内容"></el-input>
<el-input v-model.trim="formInline.content" placeholder="请输入内容"></el-input>
</el-form-item>
</el-col>
<el-col :span="4">
@ -79,7 +79,7 @@ export default {
loading: false,
tableData:[],
formInline:{
alertContent:"",
content:"",
tyshxydm:"",
},
pagination: {

Loading…
Cancel
Save