Commit 04dc1a0b by lichengming

修改了委托单登记拖拽

parent a4603060
<template>
<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>
<div>
<Row>
......
<template>
<div>
<Modal v-model="showModal" :mask-closable="false">
<Modal v-model="showModal" v-drag :mask-closable="false">
<p slot="header">填写试验项目信息</p>
<div>
<Form id="storage-location-form" ref="formObj" :model="formObj" :rules="ruleValidate" :label-width="100">
......
<template>
<div>
<Modal v-model="showModal" width="1200">
<Modal v-model="showModal" v-drag width="1200">
<p slot="header">
{{ modalTitle }}
</p>
......
<template>
<div>
<Modal v-model="showModal" width="1200">
<Modal v-model="showModal" v-drag width="1200">
<p slot="header">
{{ modalTitle }}
</p>
......
<template>
<div>
<Modal v-model="showModal" width="1030" class="modal-footer-none">
<Modal v-model="showModal" v-drag width="1030">
<p slot="header">
{{ modalTitle }}
</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