|
@@ -39,11 +39,11 @@
|
|
|
scope.row.enable | booleanEnableDisableFilter
|
|
|
}}</span>
|
|
|
</el-table-column>
|
|
|
- <!-- <el-table-column width="100" label="语音">
|
|
|
+ <el-table-column width="100" label="语音">
|
|
|
<template slot-scope="scope">
|
|
|
<audio :src="scope.row.attachmentPath"></audio>
|
|
|
</template>
|
|
|
- </el-table-column> -->
|
|
|
+ </el-table-column>
|
|
|
<el-table-column width="120" label="操作人">
|
|
|
<span slot-scope="scope">{{ scope.row.updateName }}</span>
|
|
|
</el-table-column>
|