|
@@ -172,8 +172,8 @@
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column width="170px" prop="subDescription">
|
|
|
|
- <template slot="header">
|
|
|
|
|
|
+ <el-table-column width="170px" prop="subDescription" label="基础规则名称">
|
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
<div class="custom_table_header">基础规则名称</div>
|
|
<div class="custom_table_header">基础规则名称</div>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -192,8 +192,8 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column width="170px" prop="subType">
|
|
|
|
- <template slot="header">
|
|
|
|
|
|
+ <el-table-column width="170px" prop="subType" label="基础规则类型">
|
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
<div class="custom_table_header">基础规则类型</div>
|
|
<div class="custom_table_header">基础规则类型</div>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -220,8 +220,8 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
- <el-table-column width="170px" prop="subLenCode">
|
|
|
|
- <template slot="header">
|
|
|
|
|
|
+ <el-table-column width="170px" prop="subLenCode" label="基础规则术语类型">
|
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
<div class="custom_table_header">基础规则术语类型</div>
|
|
<div class="custom_table_header">基础规则术语类型</div>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -249,7 +249,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column width="170px" label="医学标准术语" prop="subConceptId">
|
|
<el-table-column width="170px" label="医学标准术语" prop="subConceptId">
|
|
- <template slot="header">
|
|
|
|
|
|
+ <template slot="header" slot-scope="scope">
|
|
<div class="custom_table_header">医学标准术语</div>
|
|
<div class="custom_table_header">医学标准术语</div>
|
|
</template>
|
|
</template>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|