|
@@ -36,7 +36,39 @@ export default {
|
|
|
error_level: '',
|
|
|
status: ''
|
|
|
},
|
|
|
- tableData: [],
|
|
|
+ tableData: [
|
|
|
+ {
|
|
|
+ 'id': 23,
|
|
|
+ 'case_type': '手术类',
|
|
|
+ 'changjing': '医生端,卫统',
|
|
|
+ 'department': '狂犬疫苗专用药房',
|
|
|
+ 'object': '病案首页-基本信息,出院时间',
|
|
|
+ 'type': '时效性',
|
|
|
+ 'rule_type': '普通规则',
|
|
|
+ 'is_not': 1,
|
|
|
+ 'description': '123123123',
|
|
|
+ 'score': 2,
|
|
|
+ 'error_level': 2,
|
|
|
+ 'status': 2,
|
|
|
+ 'created_at': '2023-12-08 06:44:19',
|
|
|
+ 'updated_at': '2023-12-08 15:23:09'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ 'id': 24,
|
|
|
+ 'case_type': '入院记录',
|
|
|
+ 'changjing': '质控员,卫统',
|
|
|
+ 'department': '眩晕门诊,心内心脏超声室',
|
|
|
+ 'object': '无纸化信息,住院次数',
|
|
|
+ 'type': '逻辑性',
|
|
|
+ 'rule_type': '普通规则',
|
|
|
+ 'is_not': 1,
|
|
|
+ 'description': '归贼描述',
|
|
|
+ 'score': 1,
|
|
|
+ 'error_level': 2,
|
|
|
+ 'status': 1,
|
|
|
+ 'created_at': '2023-12-09 08:34:22',
|
|
|
+ 'updated_at': '2023-12-09 08:34:22'
|
|
|
+ }],
|
|
|
paginationData: {
|
|
|
total: 0,
|
|
|
page: 1,
|