diff --git a/src/api/inspection.js b/src/api/inspection.js
index 0e2f7a8..30569f8 100644
--- a/src/api/inspection.js
+++ b/src/api/inspection.js
@@ -161,4 +161,22 @@ export function verifyTrialSubject(data) {
method: 'post',
data
})
+}
+
+// pacs可拉取列表
+export function getCFindStudyList(data) {
+ return request({
+ url: '/Patient/getCFindStudyList',
+ method: 'post',
+ data
+ })
+}
+
+// pacs拉取
+export function cmoveStudyList(data) {
+ return request({
+ url: '/Patient/cmoveStudyList',
+ method: 'post',
+ data
+ })
}
\ No newline at end of file
diff --git a/src/views/system/dicomAE/components/edit-dicom.vue b/src/views/system/dicomAE/components/edit-dicom.vue
index 7682174..4078b3a 100644
--- a/src/views/system/dicomAE/components/edit-dicom.vue
+++ b/src/views/system/dicomAE/components/edit-dicom.vue
@@ -17,6 +17,24 @@
label-width="100px"
>
+
+
+
+
+
+
@@ -52,7 +70,7 @@
:disabled="btnLoading"
@click="handleCancel"
>
- {{ $t("common:button:cancel") }}
+ {{ $t('common:button:cancel') }}
- {{ $t("common:button:save") }}
+ {{ $t('common:button:save') }}
@@ -68,9 +86,9 @@
\ No newline at end of file
diff --git a/src/views/system/dicomAE/index.vue b/src/views/system/dicomAE/index.vue
index e1810e6..3fcf6e6 100644
--- a/src/views/system/dicomAE/index.vue
+++ b/src/views/system/dicomAE/index.vue
@@ -2,6 +2,24 @@
+
+
+
+
+
{{
- $t("system:dicom:search:search")
+ $t('system:dicom:search:search')
}}
{{
- $t("system:dicom:search:reset")
+ $t('system:dicom:search:reset')
}}
{{ $t("system:dicom:search:add") }}{{ $t('system:dicom:search:add') }}
@@ -71,6 +89,18 @@
show-overflow-tooltip
sortable="custom"
/>
+
+
+
+ {{ $fd('PacsType', scope.row.PacsTypeEnum) }}
+
+
{{
- $fd("IsTestOK", String(scope.row.IsTestOK))
+ $fd('IsTestOK', String(scope.row.IsTestOK))
}}
@@ -122,6 +152,7 @@
fixed="right"
prop="UserTypeShortName"
show-overflow-tooltip
+ min-width="120px"
>
{{ $t("system:dicom:action:edit") }}{{ $t('system:dicom:action:edit') }}
{{ $t("system:dicom:action:remove") }}{{ $t('system:dicom:action:remove') }}
{{
- $t("system:dicom:action:test")
+ $t('system:dicom:action:test')
}}
@@ -162,22 +193,23 @@
\ No newline at end of file
diff --git a/vue.config.js b/vue.config.js
index 9e3b5c6..ae75698 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -40,7 +40,7 @@ module.exports = {
// target: 'http://123.56.181.144:8060/api', // 国内测试环境1
// target: 'http://123.56.181.144:8000/api', // 国内测试环境
// target: 'http://106.14.89.110:8079', // 国内测试环境2
- target: 'http://106.14.89.110:30010', // 国内测试环境2
+ target: 'http://106.14.89.110:30021', // 国内测试环境2
// target: 'http://123.56.181.144:7000',
changeOrigin: true,
secure: false,