@@ -188,7 +188,7 @@
</el-form>
<el-row :gutter="10" class="mb8">
- <el-col :span="1.5">
+ <el-col :span="1.5" v-if="queryParams.sendType == 2">
<el-button
type="warning"
plain
@@ -198,7 +198,7 @@
@click="handleExport"
v-hasPermi="['course:courseWatchLog:export']"
>导出</el-button>
type="primary"
@@ -92,7 +92,7 @@
@@ -103,7 +103,7 @@
v-hasPermi="['course:courseWatchLog:myExport']"
</el-col>
@@ -207,7 +207,7 @@
>导出
</el-button>
@@ -216,7 +216,7 @@
v-hasPermi="['qw:externalContact:addTag']"
>批量添加标签</el-button>
@@ -1874,6 +1874,14 @@ export default {
this.notesOpen.filter = false;
},
+ notesCancel(){
+ this.notesOpen={
+ open: false,
+ notes: null,
+ type: 1,
+ nameType:3,
+ }
+ },
notesSubmitForm() {
if (this.notesOpen.notes == null || this.notesOpen.notes == "") {
@@ -1980,6 +1980,14 @@ export default {