diff --git a/src/components/SettledEnterprise/FastEd.vue b/src/components/SettledEnterprise/FastEd.vue
new file mode 100644
index 0000000..f2f9ad5
--- /dev/null
+++ b/src/components/SettledEnterprise/FastEd.vue
@@ -0,0 +1,172 @@
+
+
+
+
+
+
{{ item.a }}
+
{{ item.b }}
+
{{ item.c }}
+
+
+
{{ item.a }}
+
{{ item.b }}
+
{{ item.c }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/components/SettledEnterprise/SettledEnterprise.vue b/src/components/SettledEnterprise/SettledEnterprise.vue
index e09545f..afa3d8e 100644
--- a/src/components/SettledEnterprise/SettledEnterprise.vue
+++ b/src/components/SettledEnterprise/SettledEnterprise.vue
@@ -33,6 +33,38 @@ export default {
height: '',
width: '',
liHeight: '',
+ dataList1: [
+ {
+ a: '1.面部对侧',
+ b: '正常',
+ c: '0分',
+ },
+ {
+ a: '2.上肢',
+ b: '中度无力',
+ c: '1分',
+ },
+ {
+ a: '3.语言运动',
+ b: '正常',
+ c: '0分',
+ },
+ {
+ a: '4.语言感觉',
+ b: '异常',
+ c: '1分',
+ },
+ {
+ a: '5.眼球凝视',
+ b: '一测活动困难',
+ c: '1分',
+ },
+ {
+ a: '5.眼球凝视',
+ b: '一测活动困难',
+ c: '1分',
+ },
+ ],
dataList: [
{
a: '1.面部对侧',
@@ -74,19 +106,19 @@ export default {
},
methods: {
scrollBox() {
- console.log('滚动');
/*
* 启动播报滚动事件
*/
const that = this;
- window.onload = function() {
- // BBAllTime = 0;
- that.oMarquee = document.getElementById('bobaodiv'); //滚动对象
- window.setTimeout(function() {
- that.run();
- }, that.rollRestTime);
- };
+ // window.onload = function() {
+ // console.log('滚动');
+ // BBAllTime = 0;
+ that.oMarquee = document.getElementById('bobaodiv'); //滚动对象
+ window.setTimeout(function() {
+ that.run();
+ }, that.rollRestTime);
+ // };
},
/*
* 播报滚动事件主逻辑