|
@ -872,7 +872,7 @@ export default { |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="scope.row.drugName" |
|
|
v-model="scope.row.drugName" |
|
|
maxLength="100" |
|
|
maxlength="100" |
|
|
placeholder="请输入药物名称" |
|
|
placeholder="请输入药物名称" |
|
|
/> |
|
|
/> |
|
|
</template> |
|
|
</template> |
|
@ -881,7 +881,7 @@ export default { |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="scope.row.concentration" |
|
|
v-model="scope.row.concentration" |
|
|
maxLength="100" |
|
|
maxlength="100" |
|
|
placeholder="请输入浓度" |
|
|
placeholder="请输入浓度" |
|
|
/> |
|
|
/> |
|
|
</template> |
|
|
</template> |
|
@ -890,7 +890,7 @@ export default { |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
<el-input |
|
|
<el-input |
|
|
v-model="scope.row.dose" |
|
|
v-model="scope.row.dose" |
|
|
maxLength="100" |
|
|
maxlength="100" |
|
|
placeholder="请输入剂量" |
|
|
placeholder="请输入剂量" |
|
|
/> |
|
|
/> |
|
|
</template> |
|
|
</template> |
|
@ -967,7 +967,7 @@ export default { |
|
|
:before-upload="beforeUpload" |
|
|
:before-upload="beforeUpload" |
|
|
:showFileList="false" |
|
|
:showFileList="false" |
|
|
accept=".jpg,.png,.jpeg" |
|
|
accept=".jpg,.png,.jpeg" |
|
|
:maxLength="10" |
|
|
:maxlength="10" |
|
|
> |
|
|
> |
|
|
<i slot="default" class="el-icon-plus"></i> |
|
|
<i slot="default" class="el-icon-plus"></i> |
|
|
</el-upload> |
|
|
</el-upload> |
|
|