Commit 04dc1a0b by lichengming

修改了委托单登记拖拽

parent a4603060
<template> <template>
<div> <div>
<Modal v-model="showModal" width="900" class="modal-footer-none zIndex-1100"> <Modal v-model="showModal" v-drag width="900" class="modal-footer-none zIndex-1100">
<p slot="header">操作日志</p> <p slot="header">操作日志</p>
<div> <div>
<Row> <Row>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" :mask-closable="false"> <Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写试验项目信息</p> <p slot="header">填写试验项目信息</p>
<div> <div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100"> <Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100">
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1200"> <Modal v-model="showModal" v-drag width="1200">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1200"> <Modal v-model="showModal" v-drag width="1200">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
<template> <template>
<div> <div>
<Modal v-model="showModal" width="1030" class="modal-footer-none"> <Modal v-model="showModal" v-drag width="1030">
<p slot="header"> <p slot="header">
{{ modalTitle }} {{ modalTitle }}
</p> </p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment