修改列表样式
This commit is contained in:
parent
e4e21b3ca0
commit
276431d4ef
@ -156,7 +156,7 @@
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
@selection-change="handleSelectionChange"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
|
||||
:row-style="{height:'56px'}"
|
||||
>
|
||||
<el-table-column type="selection" width="55" />
|
||||
|
@ -88,7 +88,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="主键" align="center" prop="id" v-if="false" />
|
||||
@ -97,11 +97,11 @@
|
||||
<el-table-column label="接口名称" align="center" prop="apiName" />
|
||||
<el-table-column label="接口地址" align="center" prop="apiUrl" />
|
||||
<el-table-column label="数据库类型" align="center" prop="databaseType" />
|
||||
<el-table-column label="第三方数据库的IP" align="center" prop="databaseIP" />
|
||||
<el-table-column label="第三方数据库的端口" align="center" prop="databasePort" />
|
||||
<el-table-column label="第三方数据库的登录名" align="center" prop="databaseUserName" />
|
||||
<el-table-column label="第三方数据库的登录密码" align="center" prop="databasePwd" />
|
||||
<el-table-column label="第三方软件的制造商" align="center" prop="softwareManufacturer" />
|
||||
<el-table-column label="第三方数据库IP" align="center" prop="databaseIP" width="160px"/>
|
||||
<el-table-column label="第三方数据库端口" align="center" prop="databasePort" width="160px" />
|
||||
<el-table-column label="第三方数据库登录名" align="center" prop="databaseUserName" width="160px"/>
|
||||
<el-table-column label="第三方数据库登录密码" align="center" prop="databasePwd" width="170px"/>
|
||||
<el-table-column label="第三方软件制造商" align="center" prop="softwareManufacturer" width="160px" />
|
||||
<el-table-column label="是否删除:1为删除" align="center" prop="isdelete" v-if="false" />
|
||||
<el-table-column label="备注信息" align="center" prop="remark" />
|
||||
<el-table-column label="api代码" align="center" prop="apiCode" />
|
||||
|
@ -66,7 +66,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="主键" align="center" prop="id" v-if="false" />
|
||||
|
@ -75,7 +75,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px',color:'#333333' }"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="主键" align="center" prop="doctorID" v-if="false" />
|
||||
|
@ -92,7 +92,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="ID" align="center" prop="id" v-if="false" />
|
||||
|
@ -65,7 +65,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="机构编码" align="center" prop="orgID" v-if="false" />
|
||||
|
@ -84,7 +84,7 @@
|
||||
:data="list"
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)', height: '56px' ,color:'#333333'}"
|
||||
:row-style="{ height: '56px' }"
|
||||
>
|
||||
<el-table-column label="主键" align="center" prop="id" v-if="false" />
|
||||
|
@ -132,7 +132,7 @@
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
@row-dblclick="handleEdit"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px',color:'#333333' }"
|
||||
:row-style="{height:'56px'}"
|
||||
>
|
||||
<el-table-column type="index" width="50px" />
|
||||
|
@ -135,7 +135,7 @@
|
||||
:stripe="true"
|
||||
:show-overflow-tooltip="true"
|
||||
@row-dblclick="handleEdit"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' }"
|
||||
:header-cell-style="{ background: 'rgb(235, 241, 250)',height:'56px' ,color:'#333333'}"
|
||||
:row-style="{height:'56px'}"
|
||||
>
|
||||
<el-table-column type="index" width="50px" />
|
||||
|
Loading…
Reference in New Issue
Block a user