fix:修复了工单状态时间和样式的显示bug,删除了创始人,录音信息改为两个按钮播放录音和下载录音

This commit is contained in:
KindSeven
2024-09-17 18:27:57 +08:00
parent 2b37c7a012
commit 4267612a5e
4 changed files with 127 additions and 72 deletions

View File

@@ -260,7 +260,7 @@ const headBtnClick = (key) => {
const handleDetail = (row) => {
// console.log(row);
workDialogRef.value.open(row)
workDialogRef.value.open()
rowData.value = row
}