|
@@ -39,9 +39,13 @@
|
|
|
scope.row.enable | booleanEnableDisableFilter
|
|
|
}}</span>
|
|
|
</el-table-column>
|
|
|
- <el-table-column width="100" label="语音">
|
|
|
+ <el-table-column width="300" label="语音">
|
|
|
<template slot-scope="scope">
|
|
|
- <audio :src="scope.row.attachmentPath"></audio>
|
|
|
+ <audio
|
|
|
+ style="width: 100%; height: 24px;"
|
|
|
+ :src="scope.row.attachmentPath"
|
|
|
+ controls
|
|
|
+ ></audio>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column width="120" label="操作人">
|