新版交易所前段管理后台
1
admin
2026-02-04 229f760165072ef03699584c9bb2f5c07291c26d
src/views/modules/config/news-add-or-update.vue
@@ -86,9 +86,7 @@
        </el-date-picker>
      </el-form-item>
      <el-form-item label="内容" prop="content">
        <el-input type="textarea" placeholder="请输入内容" v-model="dataForm.content" maxlength="500"
          :autosize="{ minRows: 8, maxRows: 8 }" show-word-limit>
        </el-input>
        <quill-editor v-model="dataForm.content" :options="editorOption" />
      </el-form-item>
    </el-form>
    <span slot="footer" class="dialog-footer">
@@ -210,6 +208,10 @@
      dialogVisible: false,
      dialogImageUrl: "",
      tempKey: -666666, // 临时key, 用于解决tree半选中状态项不能传给后台接口问题. # 待优化
      editorOption: {
        placeholder: '请输入内容',
        theme: 'snow'
      }
    };
  },
  methods: {