diff --git a/packages/device/AppBroadcast/AppBroadcast.vue b/packages/device/AppBroadcast/AppBroadcast.vue
index 151f99d3..b1cac578 100644
--- a/packages/device/AppBroadcast/AppBroadcast.vue
+++ b/packages/device/AppBroadcast/AppBroadcast.vue
@@ -9,6 +9,7 @@
+
+
\ No newline at end of file
diff --git a/packages/device/AppBroadcast/components/List.vue b/packages/device/AppBroadcast/components/List.vue
index 17682cee..c79d6bc2 100644
--- a/packages/device/AppBroadcast/components/List.vue
+++ b/packages/device/AppBroadcast/components/List.vue
@@ -31,6 +31,7 @@
复制
+ 详情
撤回
@@ -126,6 +127,14 @@ export default {
}
})
},
+ toDetail(id) {
+ this.$emit('change', {
+ type: 'detail',
+ params: {
+ id: id || ''
+ }
+ })
+ },
cancel(id) {
this.$confirm('确定撤回该广播?').then(() => {
this.instance.post(`/app/appzyvideobroadcast/getBroadcastRecall?broadcastId=${id}`).then((res) => {
diff --git a/packages/device/AppEquipmentManage/AppEquipmentManage.vue b/packages/device/AppEquipmentManage/AppEquipmentManage.vue
index fb34f2a6..ba5792fe 100644
--- a/packages/device/AppEquipmentManage/AppEquipmentManage.vue
+++ b/packages/device/AppEquipmentManage/AppEquipmentManage.vue
@@ -8,6 +8,7 @@
diff --git a/packages/device/AppEquipmentManage/components/taskList.vue b/packages/device/AppEquipmentManage/components/taskList.vue
new file mode 100644
index 00000000..00d8b88a
--- /dev/null
+++ b/packages/device/AppEquipmentManage/components/taskList.vue
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+ (ids = v.map((e) => e.id))">
+
+
+ 撤回任务
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/packages/device/AppMediaManage/components/List.vue b/packages/device/AppMediaManage/components/List.vue
index 30f9485d..07218b84 100644
--- a/packages/device/AppMediaManage/components/List.vue
+++ b/packages/device/AppMediaManage/components/List.vue
@@ -32,13 +32,41 @@
- 播发
+
+ 播发
删除
+
+
+
+
+
+
+
+
+ {{$dict.getLabel('dlbResourceType', info.type)}}
+
+
+
+
+
+
+
+
@@ -82,9 +110,9 @@ export default {
return h('span', null, this.dict.getLabel('dlbResourceType', row.type))
},
},
- {
- slot: 'content',
- },
+ // {
+ // slot: 'content',
+ // },
{prop: 'createTime', label: '创建时间', align: 'center'},
{
prop: 'createUserName',
@@ -101,6 +129,8 @@ export default {
],
tableData: [],
areaId: '',
+ detailDialog: false,
+ info: {},
}
},
@@ -137,7 +167,18 @@ export default {
})
},
+ getItemInfo (id) {
+ this.instance.post(`/app/appdlbresource/queryDetailById?id=${id}`).then(res => {
+ if (res?.data) {
+ console.log(res);
+ this.info = res.data
+ this.detailDialog = true
+ }
+ })
+ },
+
play (id) {
+ this.detailDialog = false
this.$emit('change', {
type: 'Play',
params: {
@@ -184,5 +225,8 @@ export default {
.mar-t10 {
margin-top: 10px;
}
+ .audios {
+ padding-left: 40px;
+ }
}
diff --git a/packages/extra/AppAddressBook/components/Add.vue b/packages/extra/AppAddressBook/components/Add.vue
index 1366ad2b..542f1cae 100644
--- a/packages/extra/AppAddressBook/components/Add.vue
+++ b/packages/extra/AppAddressBook/components/Add.vue
@@ -4,7 +4,7 @@
-
+