diff --git a/src/api/data/asset_auth.js b/src/api/data/asset_auth.js
new file mode 100644
index 0000000..9d00569
--- /dev/null
+++ b/src/api/data/asset_auth.js
@@ -0,0 +1,62 @@
+import request from '@/utils/request'
+
+// 查询资产授权列表
+export function listAssetAccredit(data){
+ return request({
+ url: '/data/asset_auth/list',
+ method: 'post',
+ data: data
+ })
+}
+
+
+
+// 查询资产授权详细
+export function getAsset_auth(id) {
+ return request({
+ url: '/data/asset_auth/' + id,
+ method: 'get'
+ })
+}
+
+//添加字典类型
+export function addAccredis(data){
+ return request({
+ url:'/data/source/dictType/addDictType',
+ method:'post',
+ data:data
+ })
+}
+// 删除字典类型
+export function delAccredit(id) {
+ return request({
+ url: '/data/source/dictType/delDictType/' + id,
+ method: 'get'
+ })
+}
+
+// 新增资产授权
+export function addAsset_auth(data) {
+ return request({
+ url: '/data/asset_auth',
+ method: 'post',
+ data: data
+ })
+}
+
+// 修改资产授权
+export function updateAsset_auth(data) {
+ return request({
+ url: '/data/asset_auth/'+data.id,
+ method: 'put',
+ data: data
+ })
+}
+
+// 删除资产授权
+export function delAsset_auth(id) {
+ return request({
+ url: '/data/asset_auth/' + id,
+ method: 'delete'
+ })
+}
diff --git a/src/views/data/asset_auth/auth/AuthDataSource.vue b/src/views/data/asset_auth/auth/AuthDataSource.vue
new file mode 100644
index 0000000..46e1504
--- /dev/null
+++ b/src/views/data/asset_auth/auth/AuthDataSource.vue
@@ -0,0 +1,345 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/data/asset_auth/auth/AuthTable.vue b/src/views/data/asset_auth/auth/AuthTable.vue
new file mode 100644
index 0000000..fc427d8
--- /dev/null
+++ b/src/views/data/asset_auth/auth/AuthTable.vue
@@ -0,0 +1,363 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/data/asset_auth/index.vue b/src/views/data/asset_auth/index.vue
new file mode 100644
index 0000000..652dd6a
--- /dev/null
+++ b/src/views/data/asset_auth/index.vue
@@ -0,0 +1,194 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.createTime) }}
+
+
+
+
+ accreditChange(val,scope.row,scope.row.deptId)"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ active-text="已授权"
+ inactive-text="未授权">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ accreditChange(val,scope.row,scope.row.userId)"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ active-text="已授权"
+ inactive-text="未授权">
+
+
+
+
+
+
+
+
+
+
+