diff --git a/src/api/publishApi.js b/src/api/publishApi.js new file mode 100644 index 0000000..7cddfd3 --- /dev/null +++ b/src/api/publishApi.js @@ -0,0 +1,18 @@ +import _axios from '@/utils/_axios'; + +// 获取动态表格列头 +export const getDynamicTableHeader = data => { + return _axios({ + url: '/api/DoctorMicroservice/DictReportDataSource/QueryPageList', + params: data, + }); +}; + +// 获取动态表格数据 +export const getDynamicTableList = data => { + return _axios({ + method: 'post', + url: '/api/DoctorMicroservice/DictReportDataSource/GetHistoryAllData', + data, + }); +}; diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index ab06ddb..5b68513 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -18,13 +18,11 @@
-
手术间
-
台次
-
患者姓名
-
科室
-
手术名称
-
手术医生
-
状态
+