@@ -47,10 +47,6 @@ export default {
formatEmpty(val) {
return val || '未知'
},
- formatSnCode(code) {
- if (!code) return ''
- return code.replace(/^(\w{2})\w+(\w{4})$/, '$1******$2')
- },
data() {
return {
@@ -195,6 +195,7 @@ export default {
.entry {
.section {
+ display: block;
width: 62.8vw;
height: 11.4vw;
background: #000000;
@@ -31,7 +31,6 @@ export default {
doctorInfo: {
- tagList: [],
paramList: [],
}
@@ -152,6 +152,7 @@ export default {
align-items: center;
margin-top: 10.9vw;
width: 80vw;
height: 48vw;
background: #f8f8f8;
@@ -54,6 +54,7 @@
<!-- 列表为空 -->
<SimpleEmpty
v-if="!total && !isRequest"
+ name="icon-empty-approve.png"
description="敬请期待~"
></SimpleEmpty>
<!-- 页码 -->
@@ -39,6 +39,7 @@
+ name="icon-empty-device.png"
@@ -33,6 +33,7 @@
@@ -38,6 +38,7 @@