diff --git a/back/src/i18n/zh-CN.js b/back/src/i18n/zh-CN.js
index acefdd06..8901b962 100644
--- a/back/src/i18n/zh-CN.js
+++ b/back/src/i18n/zh-CN.js
@@ -3,8 +3,8 @@ const t = {}
t.loading = '加载中...'
t.brand = {}
-t.brand.lg = '能力管理中心'
-t.brand.mini = '一体化综合指挥'
+t.brand.lg = '生态运营平台'
+t.brand.mini = '政务信息系统'
t.add = '新增'
t.delete = '删除'
@@ -576,4 +576,4 @@ t.infrastructure.street = '所在街道'
t.infrastructure.department = '所属部门'
t.infrastructure.associatedApplication = '关联应用'
-export default t
+export default t
\ No newline at end of file
diff --git a/back/src/i18n/zh-TW.js b/back/src/i18n/zh-TW.js
index 55803337..ab7786c5 100644
--- a/back/src/i18n/zh-TW.js
+++ b/back/src/i18n/zh-TW.js
@@ -3,10 +3,8 @@ const t = {}
t.loading = '加載中...'
t.brand = {}
- // t.brand.lg = '能力管理中心'
- // t.brand.mini = '一体化综合指挥'
-t.brand.lg = '通用服务平台'
-t.brand.mini = '城市云脑'
+t.brand.lg = '生态运营平台'
+t.brand.mini = '政务信息系统'
t.add = '新增'
t.delete = '刪除'
diff --git a/back/src/views/main-navbar.vue b/back/src/views/main-navbar.vue
index 0df84d2c..56ceb43b 100644
--- a/back/src/views/main-navbar.vue
+++ b/back/src/views/main-navbar.vue
@@ -12,7 +12,7 @@
$t("brand.lg")
}}
——
- 后台管理系统
+ 能力知识库
diff --git a/back/src/views/modules/ability/bsabilityai.vue b/back/src/views/modules/ability/bsabilityai.vue
index aa353cb8..85f1d827 100644
--- a/back/src/views/modules/ability/bsabilityai.vue
+++ b/back/src/views/modules/ability/bsabilityai.vue
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,7 +59,6 @@
>
-
+
+
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +302,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
diff --git a/back/src/views/modules/ability/bsabilityservice.vue b/back/src/views/modules/ability/bsabilityservice.vue
index 493de265..8e879897 100644
--- a/back/src/views/modules/ability/bsabilityservice.vue
+++ b/back/src/views/modules/ability/bsabilityservice.vue
@@ -31,7 +31,7 @@
上架盘点入库
@@ -51,7 +51,6 @@
:data="dataList"
border
@selection-change="dataListSelectionChangeHandle"
- style="width: 100%"
height="650px"
>
-
-
+
+
+
-
+
-
-
+
{{ $t("update") }}
- {{ $t("delete") }}
详情
@@ -152,30 +144,7 @@
type="text"
size="small"
@click="applyAndAssembly(scope.row)"
- >应用与GIS图层
- 应用与数据
- 应用与项目
- 应用与视频资源
- 设置标签化
diff --git a/back/src/views/modules/ability/businessComponents.vue b/back/src/views/modules/ability/businessComponents.vue
index 690ff7d5..3680f180 100644
--- a/back/src/views/modules/ability/businessComponents.vue
+++ b/back/src/views/modules/ability/businessComponents.vue
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,37 +59,47 @@
>
-
+
+
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +302,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
@@ -302,13 +310,12 @@ export default {
this.total = parseInt(res.data.data.total);
})
},
- //翻页
handleCurrentChange (val) {
console.log('val------------>', val)
this.currentPage = val;
this.getDataList();
},
- //删除,可以批量删除
+ //删除,可以批量删除
deleteHandle2 (id) {
console.log('删除========================》', id, this.dataListSelections)
const ids = []
@@ -326,7 +333,7 @@ export default {
this.getDataList()
})
},
- //多选多选
+ //多选多选
handleSelectionChange(val){
this.dataListSelections = val;
},
@@ -348,7 +355,7 @@ export default {
})
},
reset () {
- this.getDataList();
+ this.getDataList();
},
findValue (list, type) {
const found = list.find((item) => item.attrType === type)
@@ -513,6 +520,7 @@ export default {
this.$message.error('查询信息不能为空')
}
},
+ // fullScreen () {
// if (window.outerHeight === screen.availHeight) {
// if (window.outerWidth === screen.availWidth) {
// this.qp = false
diff --git a/back/src/views/modules/ability/commonCapabilities.vue b/back/src/views/modules/ability/commonCapabilities.vue
index 7b11f9e0..28c1e7dc 100644
--- a/back/src/views/modules/ability/commonCapabilities.vue
+++ b/back/src/views/modules/ability/commonCapabilities.vue
@@ -5,7 +5,7 @@
@@ -29,7 +29,7 @@
-->
上架盘点入库
@@ -48,7 +48,6 @@
v-loading="dataListLoading"
:data="dataList"
border
- style="width: 100%"
height="650px"
@selection-change="handleSelectionChange"
>
@@ -60,37 +59,36 @@
>
-
+ > -->
{{ $t('update') }}
- {{ $t('delete') }}
+ > -->
详情
- 设置标签化
@@ -294,7 +292,7 @@ export default {
orderField: 'total',
orderType: 'DESC',
pageNum: this.currentPage,
- pageSize: 15,
+ pageSize: 10,
type: '组件服务',
};
this.$http.post(`/resource/pageWithAttrs`, params).then((res) => {
@@ -307,7 +305,7 @@ export default {
this.currentPage = val;
this.getDataList();
},
- //删除,可以批量删除
+ //删除,可以批量删除
deleteHandle2 (id) {
console.log('删除========================》', id, this.dataListSelections)
const ids = []
@@ -325,7 +323,7 @@ export default {
this.getDataList()
})
},
- //多选多选
+ //多选多选
handleSelectionChange(val){
this.dataListSelections = val;
},
@@ -347,7 +345,7 @@ export default {
})
},
reset () {
- this.getDataList();
+ this.getDataList();
},
findValue (list, type) {
const found = list.find((item) => item.attrType === type)
@@ -512,6 +510,7 @@ export default {
this.$message.error('查询信息不能为空')
}
},
+ // fullScreen () {
// if (window.outerHeight === screen.availHeight) {
// if (window.outerWidth === screen.availWidth) {
// this.qp = false
diff --git a/back/src/views/modules/ability/components/tag-directory.vue b/back/src/views/modules/ability/components/tag-directory.vue
new file mode 100644
index 00000000..e2d17b0d
--- /dev/null
+++ b/back/src/views/modules/ability/components/tag-directory.vue
@@ -0,0 +1,144 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+
+
+
+
+
+
+
+
标签详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/back/src/views/modules/ability/components/tag-sys-build-life.vue b/back/src/views/modules/ability/components/tag-sys-build-life.vue
new file mode 100644
index 00000000..d99f7649
--- /dev/null
+++ b/back/src/views/modules/ability/components/tag-sys-build-life.vue
@@ -0,0 +1,62 @@
+
+
+ {{ rowData.dictName }}
+
+
+
+
+
+
+
+ {{ $t('cancel') }}
+
+
+
+
+
+
+
diff --git a/back/src/views/modules/ability/components/tag-sys-build.vue b/back/src/views/modules/ability/components/tag-sys-build.vue
new file mode 100644
index 00000000..0fec5d68
--- /dev/null
+++ b/back/src/views/modules/ability/components/tag-sys-build.vue
@@ -0,0 +1,103 @@
+
+
+
+
+
+
+
+
+ {{ $t('query') }}
+
+
+ 新增分类
+
+
+
+
+
+
+
+
+ {{ scope.row.status == 1 ? '启用' : '禁用' }}
+
+
+
+
+
+ 修改
+ {{ scope.row.status
+ == 1 ? '禁用' : '启用'
+ }}
+ 新建标签
+ 生命周期管理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/back/src/views/modules/ability/tag.vue b/back/src/views/modules/ability/tag.vue
index 35eb9f1e..96e56d4d 100644
--- a/back/src/views/modules/ability/tag.vue
+++ b/back/src/views/modules/ability/tag.vue
@@ -1,75 +1,40 @@
-
-
-
-
-
-
-
-
- {{ $t('query') }}
-
-
- 新增分类
-
-
-
-
-
-
- {{ scope.row.dictType }}
-
-
-
-
-
-
- 新增
- 删除
- 修改
- 详情
- {{scope.row.status == 1 ? '禁用' : '启用'}}
-
-
-
-
-
-
-
+
+
\ No newline at end of file