|
@@ -63,9 +63,9 @@
|
63
|
63
|
|
64
|
64
|
<el-col :span="8" :style="isEdit?'width:360px':''">
|
65
|
65
|
<el-form-item label="透析号 : " class="is-required">
|
66
|
|
- <el-input disabled v-model="form.dialysisNo" placeholder="填写或自动生成"
|
|
66
|
+ <el-input v-model="form.dialysisNo" placeholder="填写或自动生成"
|
67
|
67
|
style="width:62%;float:left;margin-right: 2%;"></el-input>
|
68
|
|
- <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button>
|
|
68
|
+ <!-- <el-button style="width:36%;padding:10px 0;" disabled type="primary">自动生成</el-button> -->
|
69
|
69
|
</el-form-item>
|
70
|
70
|
</el-col>
|
71
|
71
|
</template>
|