|
@@ -6,6 +6,10 @@
|
|
|
import { uploadFile } from '@/api/common';
|
|
|
export default {
|
|
|
props: {
|
|
|
+ readonly:{
|
|
|
+ type: Boolean,
|
|
|
+ default: false
|
|
|
+ },
|
|
|
height: {
|
|
|
type: Number,
|
|
|
default: 450
|
|
@@ -19,6 +23,7 @@ export default {
|
|
|
open: false,
|
|
|
contentValue: this.value,
|
|
|
baseUrl: process.env.VUE_APP_BASE_API,
|
|
|
+ readonly:this.readonly,
|
|
|
setting: {
|
|
|
menubar: false,
|
|
|
ProgressState: true,
|