Browse Source

样式修改

360view
bianyaqi 2 years ago
parent
commit
a17b5758a7
  1. 6
      src/components/360View/commonForm/eyesVision.vue
  2. 7
      src/page-subspecialty/views/modules/nurseManagement/numberManage.vue

6
src/components/360View/commonForm/eyesVision.vue

@ -20,7 +20,7 @@
</div>
<div class="operation-record-table eyesTable">
<el-table :data="tableData" :span-method="objectSpanMethod" border style="width: 100%; margin-top: 20px">
<el-table-column label="" width="200" align="center" :resizable="false">
<el-table-column label="" width="150" align="center" :resizable="false">
<template slot-scope="scope">
<div v-if="scope.row.name == '1'">
<div class="width-120 center" style="display: flex">
@ -326,7 +326,7 @@
</div>
</div>
<div style="display: flex">
<span style="width: 160px;">斜视</span>
<span style="width: 160px;"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span>
<div style="width: 100%;display: flex;flex-wrap: wrap;">
<div v-for="(item,index) in strabismusList" :key="index" class="check" style="margin-left: 22px;font-size: 14px" @click="item.isSelect = !item.isSelect">
<input type="checkbox" :checked="item.isSelect">
@ -701,7 +701,7 @@ export default {
name: '散开过度',
isSelect: false
}, {
name: '内隐科',
name: `内隐科`,
isSelect: false
}, {
name: '外隐科',

7
src/page-subspecialty/views/modules/nurseManagement/numberManage.vue

@ -32,7 +32,7 @@
width="50"
>
<template slot-scope="scope">
<input class="checkTime" type="checkbox" :ischecked="scope.row.MonTime">
<el-checkbox v-model="scope.row.MonFront" />
</template>
</el-table-column>
<el-table-column
@ -43,7 +43,7 @@
width="50"
>
<template slot-scope="scope">
<input class="checkTime" type="checkbox" :ischecked="scope.row.MonTime">
<el-checkbox v-model="scope.row.WedTime" />
</template>
</el-table-column>
</el-table-column>
@ -90,7 +90,7 @@
width="50"
>
<template slot-scope="scope">
<input class="checkTime" type="checkbox" :ischecked="scope.row.WedTime">
<el-checkbox v-model="scope.row.WedTime" />
</template>
</el-table-column>
<el-table-column
@ -287,6 +287,7 @@ export default {
{
projectName: '视诱发电位',
MonTime: false,
MonFront: false,
TuesTime: false,
WedTime: false,
ThurTime: false,

Loading…
Cancel
Save