Explorar o código

refactor: 纠正编辑数据源

wu.jian2 hai 1 ano
pai
achega
bc0079e155
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      data-room-ui/packages/DataSourceManagement/src/index.vue

+ 1 - 1
data-room-ui/packages/DataSourceManagement/src/index.vue

@@ -277,7 +277,7 @@ export default {
       // eslint-disable-next-line eqeqeq
       if (row.editable == 1 && !this.appCode) return
       this.$refs.setDatasource.setDatasourceVisible = true
-      this.$refs.setDatasource.title = '编辑编剧源'
+      this.$refs.setDatasource.title = '编辑数据源'
       this.$refs.setDatasource.init(cloneDeep(row))
     },
     handleDelete (row) {