diff --git a/src/App.vue b/src/App.vue index 95588aa..395060c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,18 +26,45 @@ export default { mounted() { /* npm run build:prod sudo mv ggfw-dangan.zip /usr/share/nginx/html/ggfw-dangan 在 MSSM-Dev 文件夹下 移动压缩包到 ggfw文件夹下 - - cd /usr/share/nginx/html/ggfw-dangan 移动到文件夹下 - - unzip ggfw-dangan.zip -d . 解压 - - rm ./html.zip 删除当前目录下的压缩包 弹出确定删除 打 y 并回车 -*/ + + cd /usr/share/nginx/html/ggfw-dangan 移动到文件夹下 + + unzip ggfw-dangan.zip -d . 解压 + + rm ./html.zip 删除当前目录下的压缩包 弹出确定删除 打 y 并回车 + + */ }, }; - diff --git a/src/assets/images/home/application-bg.png b/src/assets/images/home/application-bg.png new file mode 100644 index 0000000..99a1f39 Binary files /dev/null and b/src/assets/images/home/application-bg.png differ diff --git a/src/assets/images/home/tu1.png b/src/assets/images/home/tu1.png new file mode 100644 index 0000000..1b30fcd Binary files /dev/null and b/src/assets/images/home/tu1.png differ diff --git a/src/assets/images/home/tu2.png b/src/assets/images/home/tu2.png new file mode 100644 index 0000000..8574ac2 Binary files /dev/null and b/src/assets/images/home/tu2.png differ diff --git a/src/assets/images/home/tu3.png b/src/assets/images/home/tu3.png new file mode 100644 index 0000000..079c1d4 Binary files /dev/null and b/src/assets/images/home/tu3.png differ diff --git a/src/assets/images/home/tu4.png b/src/assets/images/home/tu4.png new file mode 100644 index 0000000..eb6bf06 Binary files /dev/null and b/src/assets/images/home/tu4.png differ diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index 5bc70e2..11a2039 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -60,7 +60,8 @@ export default { } ::-webkit-scrollbar { - width: 6px; + margin: 0; + width: 10px; height: 6px; } diff --git a/src/main.js b/src/main.js index d91f7d9..439c70c 100644 --- a/src/main.js +++ b/src/main.js @@ -15,7 +15,10 @@ Element.Table.props.stripe = { default: true, type: Boolean, }; - +Element.Table.props['row-class-name'] = { + default: 'tableRowClassName', + type: String, +}; // 带有边框 // Element.Table.props.border = { // default: true, diff --git a/src/views/portal/index.vue b/src/views/portal/index.vue index 4eb0923..f0815e7 100644 --- a/src/views/portal/index.vue +++ b/src/views/portal/index.vue @@ -34,29 +34,29 @@ export default { data: [ { value: "药品档案", - image: require('@/assets/images/home/dangan1.png'), - bg: require('@/assets/images/home/danganbg1.png'), + image: require('@/assets/images/home/tu1.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "drugArchives" }, { value: "医疗器械档案" , - image: require('@/assets/images/home/dangan2.png'), - bg: require('@/assets/images/home/danganbg2.png'), + image: require('@/assets/images/home/tu2.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "health" }, { value: "化妆品档案" , - image: require('@/assets/images/home/dangan3.png'), - bg: require('@/assets/images/home/danganbg3.png'), + image: require('@/assets/images/home/tu3.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "cosmeticsArchives" }, { value: "传统中药制剂档案" , - image: require('@/assets/images/home/dangan4.png'), - bg: require('@/assets/images/home/danganbg4.png'), + image: require('@/assets/images/home/tu4.png'), + bg: require('@/assets/images/home/application-bg.png'), name: "zyzj" }, ] @@ -165,15 +165,15 @@ export default { align-items: center; img { - width: 40px; - height: 40px; + width: 80px; + height: 80px; } span { + min-width: 160px; font-weight: 600; color: #39404D; font-size: 20px; - margin-left: 20px; } } } diff --git a/src/views/productsMsg/components/cosmeticsArchives.vue b/src/views/productsMsg/components/cosmeticsArchives.vue index e280fc0..68a0f7b 100644 --- a/src/views/productsMsg/components/cosmeticsArchives.vue +++ b/src/views/productsMsg/components/cosmeticsArchives.vue @@ -4,7 +4,7 @@
查询条件
- +
基本信息查询:
@@ -48,67 +48,69 @@
重置 查询 + 展开
- - - -
产品抽检信息查询:
- - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
不良反应信息查询:
- - - - - - +
+ +
产品抽检信息查询:
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
不良反应信息查询:
+ + + + + + +
- - - - - - - - -
- 重置 - 查询 -
- - +
+
+ + + + + + +
+
+ 重置 + 查询 + 收起 +
+
@@ -122,7 +124,7 @@
- + @@ -142,7 +144,7 @@ @@ -238,16 +240,11 @@ export default { }, methods: { collapsechange(e) { - console.log(e); - if (e.length == 0) { - this.bthshow = true - this.scoltitle = "展开" - } else { + if (e == 0) { this.bthshow = false - this.scoltitle = "收起" - + } else { + this.bthshow = true } - console.log(this.bthshow); }, openDC() { this.showCK = false; @@ -486,6 +483,7 @@ export default { } .tabs { + padding-bottom: 10px; width: 100%; background: #fff; @@ -529,9 +527,6 @@ export default { padding: 15px 20px; } -::v-deep.el-table--medium .el-table__cell { - padding: 5.3px 0; -} ::v-deep .el-table { overflow: auto; @@ -560,4 +555,10 @@ export default { ::v-deep .el-collapse { border: none; } + +::v-deep .logformitem { + .el-form-item__label { + line-height: 25px; + } +} diff --git a/src/views/productsMsg/components/health.vue b/src/views/productsMsg/components/health.vue index fa424c7..da8a387 100644 --- a/src/views/productsMsg/components/health.vue +++ b/src/views/productsMsg/components/health.vue @@ -4,7 +4,7 @@
查询条件
- +
基本信息查询:
@@ -47,100 +47,101 @@
重置 查询 + 展开
- - - -
审评受理信息查询:
- - - - - - - - - - - - - - - -
- - -
注册检验、体系核查信息查询:
- - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - -
临床试验信息查询:
- - - - - - - - - - - - - - - - -
- - - - - - -
- 重置 - 查询 -
-
- -
- -
+
+ +
审评受理信息查询:
+ + + + + + + + + + + + + + + +
+ + +
注册检验、体系核查信息查询:
+ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
临床试验信息查询:
+ + + + + + + + + + + + + + + + +
+ + + + + + +
+ 重置 + 查询 + 收起 + +
+
+ + +
@@ -167,7 +168,7 @@ @@ -242,7 +243,7 @@ export default { showCK: false, src: "", bthshow: true, - scoltitle:"展开" + scoltitle: "展开" }; }, mounted() { @@ -258,16 +259,11 @@ export default { }, methods: { collapsechange(e) { - console.log(e); - if (e.length == 0) { - this.bthshow = true - this.scoltitle = "展开" - } else { + if (e == 0) { this.bthshow = false - this.scoltitle = "收起" - + } else { + this.bthshow = true } - console.log(this.bthshow); }, openDC() { this.showCK = false; @@ -455,9 +451,6 @@ export default { padding: 15px 20px; } -::v-deep.el-table--medium .el-table__cell { - padding: 5.3px 0; -} ::v-deep .el-table { overflow: auto; @@ -473,6 +466,10 @@ export default { border: none; } +::v-deep .el-form-item__content { + margin: 0; +} + ::v-deep .el-collapse-item__header { padding-left: 80vw; font-size: 20px; diff --git a/src/views/productsMsg/index.vue b/src/views/productsMsg/index.vue index 8a48ca0..97ab2f3 100644 --- a/src/views/productsMsg/index.vue +++ b/src/views/productsMsg/index.vue @@ -4,7 +4,7 @@
查询条件
- +
@@ -66,7 +66,7 @@
- +