-
- {{ agreement.FileName }}
-
-
+
+
+
-
diff --git a/src/views/dictionary/attachment/components/AgreementTemplate/index.vue b/src/views/dictionary/template/agreement/index.vue
similarity index 99%
rename from src/views/dictionary/attachment/components/AgreementTemplate/index.vue
rename to src/views/dictionary/template/agreement/index.vue
index 40dd5c66..90c93afb 100644
--- a/src/views/dictionary/attachment/components/AgreementTemplate/index.vue
+++ b/src/views/dictionary/template/agreement/index.vue
@@ -155,7 +155,7 @@ const searchDataDefault = () => {
}
}
export default {
- name: 'AgreementTemplate',
+ name: 'Agreement',
components: { BaseContainer, Pagination, TemplateForm },
data() {
return {
@@ -196,7 +196,8 @@ export default {
},
view(row) {
this.$AGR({
- Id: row.Id
+ Id: row.Id,
+ IsEn_Us: this.isEN
})
},
changeTimeList(key) {
diff --git a/src/views/dictionary/template/index.vue b/src/views/dictionary/template/index.vue
index 62f19a95..8cec0458 100644
--- a/src/views/dictionary/template/index.vue
+++ b/src/views/dictionary/template/index.vue
@@ -6,68 +6,45 @@