diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue
index 2a46920..fa69e4c 100644
--- a/src/layouts/header/index.vue
+++ b/src/layouts/header/index.vue
@@ -23,7 +23,7 @@
\ No newline at end of file
diff --git a/src/pages/preschool/manage/auth.vue b/src/pages/preschool/manage/auth.vue
index ea7a91a..635b96d 100644
--- a/src/pages/preschool/manage/auth.vue
+++ b/src/pages/preschool/manage/auth.vue
@@ -4,6 +4,7 @@
{{ auditStatus.find(e => e.id === form.auditStatus).name }}
编辑
-
+
-
+
-
+
diff --git a/src/pages/preschool/manage/basic.vue b/src/pages/preschool/manage/basic.vue
index e0df2ad..bb1519d 100644
--- a/src/pages/preschool/manage/basic.vue
+++ b/src/pages/preschool/manage/basic.vue
@@ -30,7 +30,8 @@
-
+
@@ -348,6 +349,9 @@ export default {
}
}
}
+.input-form.model {
+ height: calc(100vh - 310px);
+}
$upload-width: 140px;
$upload-height: 140px;
$upload-lg-height: 150px;
diff --git a/src/pages/supplier/manage/auth.vue b/src/pages/supplier/manage/auth.vue
index 0d86f29..39c1f1c 100644
--- a/src/pages/supplier/manage/auth.vue
+++ b/src/pages/supplier/manage/auth.vue
@@ -4,6 +4,7 @@
{{ auditStatus.find(e => e.id === form.auditStatus).name }}
编辑
-
+
-
+
-
+
-
+
diff --git a/src/pages/supplier/manage/basic.vue b/src/pages/supplier/manage/basic.vue
index ef68664..fe0a4af 100644
--- a/src/pages/supplier/manage/basic.vue
+++ b/src/pages/supplier/manage/basic.vue
@@ -30,7 +30,8 @@
-
+
@@ -392,6 +393,9 @@ export default {
}
}
}
+.input-form.model {
+ height: calc(100vh - 310px);
+}
$upload-width: 140px;
$upload-height: 140px;
$upload-lg-height: 150px;
diff --git a/src/pages/user/list/index.vue b/src/pages/user/list/index.vue
index ef002bd..fbcf309 100644
--- a/src/pages/user/list/index.vue
+++ b/src/pages/user/list/index.vue
@@ -4,19 +4,19 @@
-
-
+ :label="item.name"
+ :value="item.id">
-
-
@@ -151,9 +151,7 @@ export default {
searchTimer: null,
form: {
name: '',
- countries: '中国',
- provinces: '',
- city: '',
+ source: '',
platformId: '',
keyword: '',
date: '',
@@ -189,8 +187,16 @@ export default {
}],
platformList: [
{
- value: '',
- label: '不限'
+ id: '',
+ name: '不限'
+ },
+ {
+ id: 1,
+ name: '自行注册'
+ },
+ {
+ id: 2,
+ name: '邀请'
},
],
platformSource: Const.platformSource,
@@ -240,9 +246,7 @@ export default {
getData () {
this.loading = true
this.$post(this.api.queryUserInfoList, {
- countries: this.form.countries,
- provinceId: this.form.provinces,
- cityId: this.form.city,
+ source: this.form.source,
platformId: this.form.platformId,
month: this.form.month,
creationTime: this.form.startTime,
diff --git a/src/setting.js b/src/setting.js
index 7268db4..20edb8f 100644
--- a/src/setting.js
+++ b/src/setting.js
@@ -5,7 +5,7 @@ const isDev = process.env.NODE_ENV === 'development' // 开发环境
let host = `${location.origin}/`
if (isDev) {
host = 'http://124.71.79.122/'
- // host = 'http://192.168.31.51:10010/'
+ host = 'http://192.168.31.217:10010/'
}
const Setting = {
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 17651d9..7e7f969 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -183,6 +183,17 @@
vertical-align: -4px;
color: #f5222d;
}
+ .req {
+ .el-form-item__label {
+ &:before {
+ content: '*';
+ margin-right: 5px;
+ font-size: 18px;
+ vertical-align: middle;
+ color: #f00;
+ }
+ }
+ }
}
.btns {
position: absolute;