diff --git a/src/views/business/comps/select/SelectTemplateDialog.vue b/src/views/business/comps/select/SelectTemplateDialog.vue
index 751aceb..f532d4a 100644
--- a/src/views/business/comps/select/SelectTemplateDialog.vue
+++ b/src/views/business/comps/select/SelectTemplateDialog.vue
@@ -20,13 +20,20 @@
-
+
-
-
+
+
+ {{ cscopeope.row.name }}
+ {{ scope.row.nameEn }}
+
+
+
@@ -74,14 +81,14 @@ export default {
this.selectedId = row.id
},
show(val) {
- this.searchForm=_.merge({}, this.searchForm, val)
- this.selectedId=null
+ this.searchForm = _.merge({}, this.searchForm, val)
+ this.selectedId = null
this.search()
},
search() {
this.searchForm.pageNum = 1;
this.open = true
- this.selectedId=null
+ this.selectedId = null
this.getList();
},
reset() {
@@ -113,7 +120,5 @@ export default {
\ No newline at end of file