diff --git a/.env.prod b/.env.prod
index 9e55b50c..b0285002 100644
--- a/.env.prod
+++ b/.env.prod
@@ -6,7 +6,7 @@ NODE_ENV = 'prod'
VUE_APP_BASE_PATH = '/'
# onlyoffice地址
-VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com"
+VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
# 是否开启登陆限制 true:是 false:否
VUE_APP_LOGIN_FOR_PERMISSION = true
diff --git a/.env.production b/.env.production
index 8db497fe..08e52d5e 100644
--- a/.env.production
+++ b/.env.production
@@ -4,7 +4,7 @@ NODE_ENV = 'production'
# base public path
VUE_APP_BASE_PATH = '/'
# onlyoffice地址
-VUE_APP_ONLYOFFICE_URL = "https://onlyoffice.test.extimaging.com"
+VUE_APP_ONLYOFFICE_URL = "https://office.extimaging.com"
VUE_APP_IS_TEST = true
diff --git a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
index f3d12d61..e81b0d13 100644
--- a/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
+++ b/src/views/dictionary/attachment/components/SignatureTemplate/TemplateForm.vue
@@ -36,10 +36,10 @@
-
+
-
+
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
+ show-overflow-tooltip min-width="170" sortable="custom">
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ show-overflow-tooltip sortable="custom" min-width="120px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
{{ $fd('ImageBackApplyEnum',
scope.row.ApplyUserRole) }}
+
+
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ show-overflow-tooltip sortable="custom" min-width="120px">
{{ $fd('ImageBackstateEnum',
scope.row.ImageBackState) }}
+
+
+ show-overflow-tooltip sortable="custom" min-width="150px" />
+ v-if="hasPermi(['trials:trials-panel:visit:reupload-audit:agree', 'trials:trials-panel:visit:reupload-audit:refuse'])"
+ min-width="120px">
{
+ let params = {
+ IamgeBackRecordId: row.Id,
+ IsAgree: state === 1 ? true : false,
+ ResultRemark: value
+ }
+ // return console.log(params)
+ this.loading = true
+ let res = await auditImageBack(params)
+ this.loading = false
+ if (res.IsSuccess) {
+ this.getList()
+ }
+ }).catch(() => {
+
+ });
+
+ // let confirm = await this.$confirm(message)
+ // if (!confirm) return false
+ // let params = {
+ // IamgeBackRecordId: row.Id,
+ // IsAgree: state === 1 ? true : false,
+ // ResultRemark
+ // }
+ // this.loading = true
+ // let res = await auditImageBack(params)
+ // this.loading = false
+ // if (res.IsSuccess) {
+ // this.getList()
+ // }
} catch (err) {
console.log(err)
this.loading = false