diff --git a/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue b/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue index 9b372a6..4845736 100644 --- a/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue +++ b/src/components/gasManage/Zhusai/ETCdiaglog/ETCfrom1.vue @@ -18,6 +18,21 @@ /> + + + + + @@ -364,6 +379,21 @@ const SettingData = async (formName: any) => { ElMessage(re.message); } }; +const SettingData1 = async () => { + const re = await SettingDevice({ + code: "ETC.TIME_FORMAT", + + deviceId: props.deviceId, + }); + if (re.code == 200) { + ElMessage({ + message: "保存成功", + type: "success", + }); + } else { + ElMessage(re.message); + } +}; // 开井 const OpenWell = async () => { const data = { @@ -502,4 +532,12 @@ const runModeOptions = reactive([ position: absolute; left: 790px; } +.buttonLocation4 { + width: 130px; + display: flex; + justify-content: flex-end; + position: absolute; + left: 776px; + top: 0px; +}