| | |
| | | <el-input v-model="formData.remark" placeholder="请输入备注" /> |
| | | </el-form-item> |
| | | </el-form> |
| | | <el-button @click="submitForm" type="primary" :disabled="formLoading">确 定</el-button> |
| | | <el-button @click="submitForm" type="primary" :disabled="formLoading">装机</el-button> |
| | | <el-button @click="submitDismantleForm" type="primary" :disabled="formLoading">拆机</el-button> |
| | | <el-button @click="dialogVisible = false">取 消</el-button> |
| | | </template> |
| | | <script setup lang="ts"> |
| | |
| | | } |
| | | } |
| | | |
| | | const submitDismantleForm = async () => { |
| | | |
| | | } |
| | | |
| | | /** 重置表单 */ |
| | | const resetForm = () => { |
| | | formData.value = { |