+ 录入格式:1.请按照 “项目名称 空格 单次价格” 格式输入。2.每行一条数据, 回车 确认
{{ desc }}
-{{ desc }}
+{{ desc }}
@@ -32,6 +32,7 @@ export default { }, styleObject: Object, disabled: Boolean, + required: Boolean, defaultValue: [String, Number, Array], placeholder: String, width: String, diff --git a/src/router/index.js b/src/router/index.js index 0107c6f..32316f3 100755 --- a/src/router/index.js +++ b/src/router/index.js @@ -7,9 +7,9 @@ import HomeView from '../views/HomeView.vue'; Vue.use(VueRouter) const whiteSlideList = [ '/ui', '/hosInformation']; //侧边导航白名单 -const whiteHeaderList = ['/','/doctorInformation', 'hosInformation' +const whiteHeaderList = ['/','/doctorInformation', 'hosInformation','/addNewTreatment' ]; //头部导航白名单 -const whiteFooterList = ['/','/doctorInformation' ,'/hosInformation' +const whiteFooterList = ['/','/doctorInformation' ,'/hosInformation','/addNewTreatment' ]; //底部白名单 const routes = [{ path: '/', diff --git a/src/style/theme/common.scss b/src/style/theme/common.scss index 720cdd4..cd1bded 100644 --- a/src/style/theme/common.scss +++ b/src/style/theme/common.scss @@ -28,7 +28,7 @@ body { letter-spacing: 0.08em; color: #1E2226; text-align: left; - padding: 24px 0; + // padding: 24px 0; } .littleTitle{ font-family: Microsoft YaHei UI; @@ -118,6 +118,9 @@ body { .mb12{ margin-bottom: 12px; } +.mt24{ + margin-top: 24px; +} .mt12{ margin-top: 12px; } @@ -227,7 +230,7 @@ body { } .min-flex-right { min-width: 1020px; - max-width: 1556px; + // max-width: 1556px; width: 84.75%; margin: 0 auto; .flex-common{ @@ -934,7 +937,7 @@ body { // dialog--start .el-dialog { min-height: 214px; - max-height: 550px; + // max-height: 550px; border-radius: 4px; background: #FFFFFF; box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); diff --git a/src/views/AddNewTreatment.vue b/src/views/AddNewTreatment.vue index 8377082..e276608 100644 --- a/src/views/AddNewTreatment.vue +++ b/src/views/AddNewTreatment.vue @@ -1,33 +1,105 @@ -新增套餐
-套餐信息
-新增套餐
+套餐信息
+套餐项目
+