wwl
2024-11-12 3befec6cf343e37399d656a00b7f90030986091b
src/views/pages/workManage/myPlan.vue
@@ -1,6 +1,6 @@
<template>
  <div class="app-container">
    <Tinymce class="setTinymce" :height="200" v-model="value"></Tinymce>
    <!-- 新增弹出框 -->
     <tanchukuang :dialogFormVisible.sync=dialogFormVisible></tanchukuang>
    <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
@@ -53,14 +53,17 @@
</template>
<script>
  import Tinymce from "@/components/Tinymce.vue";
import tanchukuang from './components/tanchukuang.vue';
export default {
  name: "Tags",
  components: {
    tanchukuang
    tanchukuang,
    Tinymce
  },
  data() {
    return {
      value: '',
      dialogFormVisible: false,
      senHistoryList: [],
      // 遮罩层