Commit e548e63a348454f3d278d0d5003134451b24fc44

Authored by fengtao
1 parent ead35a6a

feat:pc端 设备新增命令下发和引入json-editor-vue3

... ... @@ -3,7 +3,7 @@
3 3 <div class="mt-4">
4 4 <BasicForm @register="registerForm">
5 5 <template #commandSlot>
6   - <JsonEditorVue class="editor" v-model="jsonData" @blur="jsonValidate" />
  6 + <JsonEditorVue class="editor" v-model="jsonData" @blur="jsonValidate" language="zh" />
7 7 </template>
8 8 </BasicForm>
9 9 <div>
... ...