当前位置:网站首页>Control the pop-up window and no pop-up window of the input box
Control the pop-up window and no pop-up window of the input box
2022-07-29 02:08:00 【Vegetable bird yard live】
Form set form
html The code is as follows
<el-form
ref="FormRef"
:model="xyjczlForm"
:rules="rules"
:disabled="Isdisabled"
>
<el-row>
<el-col>
<el-form-item prop="tjsj" label=" Diagnosis and treatment time ">
<el-date-picker
v-model="xyjczlForm.tjsj"
type="date"
placeholder=" Please select a date "
/></el-form-item>
</el-col>
</el-row>
<el-table
class="main_table"
:data="zbList"
border
:resizable="false"
style="width: 100%"
>
<el-table-column prop="yt" label=" purpose ">
<template #default="scope">
<el-form-item prop="yt">
<el-radio-group
v-model="scope.row.yt"
@change="changeYt(scope.row)"
>
<el-radio label=" Control blood pressure " />
<el-radio label=" Treat anemia " />
<el-radio label=" Correct calcium and phosphorus metabolism disorders " />
<el-radio label=" Regulating water 、 Electrolyte and acid-base metabolic balance " />
<el-radio label=" other " />
</el-radio-group>
</el-form-item>
</template>
</el-table-column>
<el-table-column prop="yymc" label=" Medication name " width="200">
<template #default="scope">
<el-form-item prop="yymc">
<el-input
@click="ypmcClick(scope.row, scope.$index)"
:readonly="scope.row.yt != ' other '"
v-model="scope.row.yymc"
placeholder=" Please enter the medication name "
></el-input>
</el-form-item>
</template>
</el-table-column>
<el-table-column prop="yf" label=" Dosage and usage " >
<template #default="scope">
<el-form-item prop="yf">
<el-input v-model="scope.row.yf" type="textarea"></el-input>
</el-form-item>
</template>
</el-table-column>
</el-table>
</el-form>
边栏推荐
- Why can't Bi software do correlation analysis
- druid. io index_ Realtime real-time query
- leetcode/乘积小于K 的连续子数组的个数
- What is browser fingerprint recognition
- 使用POI,实现excel文件导出,图片url导出文件,图片和excel文件导出压缩包
- Comprehensive analysis of news capture doorway
- Wonderful use of data analysis
- 点击按钮,下滑到指定的位置
- LM13丨形态量化-动量周期分析
- Dynamic memory and smart pointer
猜你喜欢

Leetcode exercise - Sword finger offer 45. arrange the array into the smallest number

Js DOM2 和 DOM3

(arxiv-2018) reexamine the time modeling of person Reid based on video

(arxiv-2018) 重新审视基于视频的 Person ReID 的时间建模

数学建模——带相变材料的低温防护服御寒仿真模拟

Why does stonedb dare to call it the only open source MySQL native HTAP database in the industry?

Verilog procedure assignment statements: blocking & non blocking

StoneDB 邀请您参与开源社区月会!

The solution of reducing the sharpness of pictures after inserting into word documents
![[golang] use select {}](/img/30/fa593ec682a40c47689c1fd88f9b83.png)
[golang] use select {}
随机推荐
Mathematical modeling -- Optimization of picking in warehouse
JS timer setinterval clearinterval delayer setTimeout asynchronous animation
使用POI,实现excel文件导出,图片url导出文件,图片和excel文件导出压缩包
【云原生与5G】微服务加持5G核心网
为什么 BI 软件都搞不定关联分析
Establish an engineering template based on STM32 in keil -- detailed steps
The growth path of embedded engineers
【Golang】- runtime.Goexit()
点击回到顶部js
[7.21-26] code source - [sports festival] [Dan fishing war] [maximum weight division]
Mobile communication -- simulation model of error control system based on convolutional code
Blind separation of speech signals based on ICA and DL
Mathematical modeling -- bus scheduling optimization
Understand the clock tree in STM32 in simple terms
动态内存与智能指针
试着换个角度理解低代码平台设计的本质
【10点公开课】:快手GPU/FPGA/ASIC异构平台的应用探索
[7.21-26] code source - [good sequence] [social circle] [namonamo]
[the road of Exile - Chapter 6]
MySQL high performance optimization notes (including 578 pages of notes PDF document), collected