当前位置:网站首页>控制输入框弹出弹窗 和不弹出窗口
控制输入框弹出弹窗 和不弹出窗口
2022-07-29 01:20:00 【小菜鸟码住】
表格套表单
html代码如下
<el-form
ref="FormRef"
:model="xyjczlForm"
:rules="rules"
:disabled="Isdisabled"
>
<el-row>
<el-col>
<el-form-item prop="tjsj" label="诊疗时间">
<el-date-picker
v-model="xyjczlForm.tjsj"
type="date"
placeholder="请选择日期"
/></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="用途">
<template #default="scope">
<el-form-item prop="yt">
<el-radio-group
v-model="scope.row.yt"
@change="changeYt(scope.row)"
>
<el-radio label="控制血压" />
<el-radio label="治疗贫血" />
<el-radio label="纠正钙磷代谢紊乱" />
<el-radio label="调节水、电解质和酸碱代谢平衡" />
<el-radio label="其他" />
</el-radio-group>
</el-form-item>
</template>
</el-table-column>
<el-table-column prop="yymc" label="用药名称" width="200">
<template #default="scope">
<el-form-item prop="yymc">
<el-input
@click="ypmcClick(scope.row, scope.$index)"
:readonly="scope.row.yt != '其他'"
v-model="scope.row.yymc"
placeholder="请输入用药名称"
></el-input>
</el-form-item>
</template>
</el-table-column>
<el-table-column prop="yf" label="用量及用法" >
<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>
边栏推荐
- Google Cloud Spanner的实践经验
- DSP vibration seat
- Why does stonedb dare to call it the only open source MySQL native HTAP database in the industry?
- 【7.21-26】代码源 - 【好序列】【社交圈】【namonamo】
- 动态内存与智能指针
- 2022年编程语言排名,官方数据来了,让人大开眼界
- How companies make business decisions -- with the help of data-driven marketing
- Mathematical modeling -- red wine quality classification
- Lm13 morphological quantification momentum period analysis
- Process -- user address space and kernel address space
猜你喜欢
JS timer setinterval clearinterval delayer setTimeout asynchronous animation
(arxiv-2018) reexamine the time modeling of person Reid based on video
Process -- user address space and kernel address space
[WesternCTF2018]shrine
ciscn 2022 华中赛区 misc
The solution of reducing the sharpness of pictures after inserting into word documents
Dynamic memory and smart pointer
druid. io index_ Realtime real-time query
[the road of Exile - Chapter III]
[10:00 public class]: application exploration of Kwai gpu/fpga/asic heterogeneous platform
随机推荐
数学建模——红酒品质分类
mobile-picker.js
How to crawl web pages with playwright?
Mathematical modeling -- cold proof simulation of low temperature protective clothing with phase change materials
Semiconductor chip industry chain
数学建模——公交调度优化
使用本地缓存+全局缓存实现小型系统用户权限管理
Overview of Qualcomm 5g intelligent platform
Wonderful use of data analysis
Have you ever encountered the situation that the IP is blocked when crawling web pages?
JS dom2 and dom3
The basic concept of transaction and the implementation principle of MySQL transaction
Js DOM2 和 DOM3
StoneDB 邀请您参与开源社区月会!
Lua log implementation -- print table
Google Cloud Spanner的实践经验
MPEG音频编码三十年
[public class preview]: application exploration of Kwai gpu/fpga/asic heterogeneous platform
数学建模——派出所选址
Practical experience of Google cloud spanner