zhouwx
10 天以前 7aa71a93fd5d97506077ea0f894d98a777ccd7aa
src/views/build/conpanyFunctionConsult/companyInfo/policy/components/policyDialog.vue
@@ -18,7 +18,7 @@
          </el-select>
        </el-form-item>
        <el-form-item label="质量方针:" v-if="showEditor"  required>
          <t-editor style="width: 800px" ref="myEditor" :value="state.noticeForm.policy" ></t-editor>
          <t-editor style="width: 800px" ref="myEditor" :toolbar="toolbar" :value="state.noticeForm.policy" ></t-editor>
        </el-form-item>
        <el-form-item label="质量方针:" v-else>
          <div class="ql-container ql-snow" style="height: 500px;width: 100%;margin-top: 10px;" >
@@ -56,6 +56,7 @@
const emit = defineEmits(["getList"]);
const dialogVisible = ref(false);
const toolbar = ref('fontsizeselect | undo redo')
const title = ref("");
const noticeRef = ref();
const fileList = ref([]);