fix: 属性变更codemirror编辑器
This commit is contained in:
@@ -1724,7 +1724,6 @@ export default {
|
|||||||
clearForm: "Reset",
|
clearForm: "Reset",
|
||||||
clearLog: "Clear Logs",
|
clearLog: "Clear Logs",
|
||||||
exec: "Execute",
|
exec: "Execute",
|
||||||
cmdAwait: "Waiting for a command to be sent",
|
|
||||||
uploadFileTip: 'Are you sure you want to upload the file?',
|
uploadFileTip: 'Are you sure you want to upload the file?',
|
||||||
uploadFileOk: 'File Upload Successful',
|
uploadFileOk: 'File Upload Successful',
|
||||||
uploadFileErr: 'File Upload Failed',
|
uploadFileErr: 'File Upload Failed',
|
||||||
|
|||||||
@@ -1724,7 +1724,6 @@ export default {
|
|||||||
clearForm: "重置",
|
clearForm: "重置",
|
||||||
clearLog: "清除日志",
|
clearLog: "清除日志",
|
||||||
exec: "执行",
|
exec: "执行",
|
||||||
cmdAwait: "等待发送命令",
|
|
||||||
uploadFileTip: '确认要上传文件吗?',
|
uploadFileTip: '确认要上传文件吗?',
|
||||||
uploadFileOk: '文件上传成功',
|
uploadFileOk: '文件上传成功',
|
||||||
uploadFileErr: '文件上传失败',
|
uploadFileErr: '文件上传失败',
|
||||||
|
|||||||
@@ -813,10 +813,9 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<CodemirrorEdite
|
<CodemirrorEdite
|
||||||
v-model:value="state.mmlCmdLog"
|
:value="state.mmlCmdLog"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
:editor-style="{ height: '500px !important' }"
|
height="500px"
|
||||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
|
||||||
></CodemirrorEdite>
|
></CodemirrorEdite>
|
||||||
</a-card>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@@ -744,10 +744,9 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<CodemirrorEdite
|
<CodemirrorEdite
|
||||||
v-model:value="state.mmlCmdLog"
|
:value="state.mmlCmdLog"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
:editor-style="{ height: '500px !important' }"
|
height="500px"
|
||||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
|
||||||
></CodemirrorEdite>
|
></CodemirrorEdite>
|
||||||
</a-card>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@@ -749,10 +749,9 @@ onMounted(() => {
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<CodemirrorEdite
|
<CodemirrorEdite
|
||||||
v-model:value="state.mmlCmdLog"
|
:value="state.mmlCmdLog"
|
||||||
:disabled="true"
|
:disabled="true"
|
||||||
:editor-style="{ height: '500px !important' }"
|
height="500px"
|
||||||
:placeholder="t('views.mmlManage.cmdAwait')"
|
|
||||||
></CodemirrorEdite>
|
></CodemirrorEdite>
|
||||||
</a-card>
|
</a-card>
|
||||||
</a-col>
|
</a-col>
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ onBeforeMount(() => {
|
|||||||
v-model:value="configState.keyTextData"
|
v-model:value="configState.keyTextData"
|
||||||
:disabled="configState.keyTextLoading"
|
:disabled="configState.keyTextLoading"
|
||||||
lang="yaml"
|
lang="yaml"
|
||||||
style="height: 500px"
|
height="500px"
|
||||||
@change="fnChangekeyTextData"
|
@change="fnChangekeyTextData"
|
||||||
></CodemirrorEdite>
|
></CodemirrorEdite>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user