|
@@ -37,13 +37,8 @@
|
37
|
37
|
</el-col> -->
|
38
|
38
|
<el-col :span="8" :style="isEdit?'width:360px':''">
|
39
|
39
|
<el-form-item label="透析号 : " class="is-required">
|
40
|
|
-<<<<<<< .mine
|
41
|
40
|
<el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 2%;" ></el-input>
|
42
|
41
|
<el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button>
|
43
|
|
-=======
|
44
|
|
- <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成" style="width:62%;float:left;margin-right: 1%;" ></el-input>
|
45
|
|
- <el-button style="width:70px;padding:10px 0;" disabled type="primary">自动生成</el-button>
|
46
|
|
->>>>>>> .theirs
|
47
|
42
|
</el-form-item>
|
48
|
43
|
</el-col>
|
49
|
44
|
</template>
|