Browse Source

表头颜色

master
mch 2 years ago
parent
commit
34ab34dccd
  1. 29
      src/views/fee-settings/ItemResultMatch.vue
  2. 32
      src/views/fee-settings/ItemResultTemplate.vue
  3. 27
      src/views/fee-settings/ItemTemplate.vue
  4. 42
      src/views/fee-settings/MedicalPackage.vue
  5. 8
      src/views/fee-settings/SysParmSet.vue
  6. 2
      src/views/fee-settings/SysParmType.vue

29
src/views/fee-settings/ItemResultMatch.vue

@ -1,7 +1,7 @@
<template> <template>
<div class="box"> <div class="box">
<div style="width: 150%"> <div style="width: 150%">
<el-card>
<el-card class="elcard" style="border-radius: 15px">
<div class="publiccss">项目结果匹配</div> <div class="publiccss">项目结果匹配</div>
<el-table <el-table
:data="tableData" :data="tableData"
@ -9,6 +9,7 @@
row-key="id" row-key="id"
class="el-table__body-wrapper tbody" class="el-table__body-wrapper tbody"
@row-click="rowclick" @row-click="rowclick"
height="500"
highlight-current-row highlight-current-row
> >
<el-table-column prop="id" label="编号" width="300"> <el-table-column prop="id" label="编号" width="300">
@ -114,29 +115,34 @@
</div> </div>
<!-- 按钮区域 --> <!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 5%"> <div style="margin-left: 10px; margin-top: 5%">
<el-button type="primary" @click="add">新增</el-button>
<el-button type="" @click="add" class="commonbutton"
>新增</el-button
>
<el-button <el-button
type="primary"
type=""
@click="editpopup" @click="editpopup"
style="margin-left: 0; margin-top: 10px" style="margin-left: 0; margin-top: 10px"
class="commonbutton"
>编辑</el-button >编辑</el-button
> >
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="danger" @click="delets">删除</el-button>
<el-button type="" @click="delets" class="commonbutton"
>删除</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="topping">置顶</el-button>
<el-button type="" @click="topping" class="commonbutton">置顶</el-button>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="toppings">置底</el-button>
<el-button type="" @click="toppings" class="commonbutton">置底</el-button>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" :disabled="isshow" @click="assertion"
<el-button type="" :disabled="isshow" @click="assertion" class="commonbutton"
>排序</el-button >排序</el-button
> >
</div> </div>
<div style="margin-top: 5px">
<el-button type="primary" :disabled="isshow" @click="cancellation"
<div style="margin-top: 10px">
<el-button type="" :disabled="isshow" @click="cancellation" class="commonbutton"
>取消</el-button >取消</el-button
> >
</div> </div>
@ -416,6 +422,11 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
::v-deep .el-table__header th {
/* font-size: px; */
background-color: rgb(245, 245, 245); /* 设置表头背景颜色 */
color: rgb(113, 113, 113); /* 设置表头文字颜色 */
}
.box { .box {
display: flex; display: flex;
} }

32
src/views/fee-settings/ItemResultTemplate.vue

@ -173,29 +173,42 @@
</div> </div>
<!-- 按钮区域 --> <!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 5%"> <div style="margin-left: 10px; margin-top: 5%">
<el-button type="primary" @click="add">新增</el-button>
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<el-button <el-button
type="primary"
type=""
@click="editpopup" @click="editpopup"
style="margin-left: 0; margin-top: 10px" style="margin-left: 0; margin-top: 10px"
class="commonbutton"
>编辑</el-button >编辑</el-button
> >
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="danger" @click="delets">删除</el-button>
<el-button type="" @click="delets" class="commonbutton">删除</el-button>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="topping">置顶</el-button>
<el-button type="" @click="topping" class="commonbutton"
>置顶</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="toppings">置底</el-button>
<el-button type="" @click="toppings" class="commonbutton"
>置底</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" :disabled="isshow" @click="assertion"
<el-button
type=""
:disabled="isshow"
@click="assertion"
class="commonbutton"
>排序</el-button >排序</el-button
> >
</div> </div>
<div style="margin-top: 5px"> <div style="margin-top: 5px">
<el-button type="primary" :disabled="isshow" @click="cancellation"
<el-button
type=""
:disabled="isshow"
@click="cancellation"
class="commonbutton"
>取消</el-button >取消</el-button
> >
</div> </div>
@ -483,6 +496,11 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
::v-deep .el-table__header th {
/* font-size: px; */
background-color: rgb(245, 245, 245); /* 设置表头背景颜色 */
color: rgb(113, 113, 113); /* 设置表头文字颜色 */
}
.box { .box {
display: flex; display: flex;
} }

27
src/views/fee-settings/ItemTemplate.vue

@ -1,7 +1,7 @@
<template> <template>
<div class="box"> <div class="box">
<div style="width: 100%"> <div style="width: 100%">
<el-card>
<el-card class="elcard" style="border-radius: 15px">
<div class="publiccss">项目模板</div> <div class="publiccss">项目模板</div>
<el-table <el-table
:data="tableData" :data="tableData"
@ -204,31 +204,37 @@
> --> > -->
</div> </div>
<div> <div>
<el-button type="primary" @click="add">新增</el-button>
<el-button type="" @click="add" class="commonbutton">新增</el-button>
</div> </div>
<el-button <el-button
type="primary"
type=""
@click="editpopup" @click="editpopup"
style="margin-left: 0; margin-top: 10px" style="margin-left: 0; margin-top: 10px"
class="commonbutton"
>编辑</el-button >编辑</el-button
> >
<!-- <input type="file" accept=".xlsx" @change="onFileChange" /> --> <!-- <input type="file" accept=".xlsx" @change="onFileChange" /> -->
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="danger" @click="delets">删除</el-button>
<el-button type="" @click="delets" class="commonbutton">删除</el-button>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="topping">置顶</el-button>
<el-button type="" @click="topping" class="commonbutton"
>置顶</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="toppings">置底</el-button>
<el-button type="" @click="toppings" class="commonbutton"
>置底</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" :disabled="isshow" @click="assertion"
<el-button type="" :disabled="isshow" @click="assertion"
class="commonbutton"
>排序</el-button >排序</el-button
> >
</div> </div>
<div style="margin-top: 5px"> <div style="margin-top: 5px">
<el-button type="primary" :disabled="isshow" @click="cancellation"
<el-button type="" :disabled="isshow" @click="cancellation" class="commonbutton"
>取消</el-button >取消</el-button
> >
</div> </div>
@ -806,6 +812,11 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
::v-deep .el-table__header th {
/* font-size: px; */
background-color: rgb(245, 245, 245); /* 设置表头背景颜色 */
color: rgb(113, 113, 113); /* 设置表头文字颜色 */
}
.subjecttitle { .subjecttitle {
display: flex; display: flex;
justify-content: center; justify-content: center;

42
src/views/fee-settings/MedicalPackage.vue

@ -1,7 +1,7 @@
<template> <template>
<div class="box"> <div class="box">
<div style="width: 95%">
<el-card>
<div style="width: 160%">
<el-card class="elcard" style="border-radius: 15px">
<div class="publiccss">项目套餐</div> <div class="publiccss">项目套餐</div>
<el-table <el-table
:data="tableData" :data="tableData"
@ -56,7 +56,7 @@
ref="singleTable" ref="singleTable"
> >
</comp-table> --> </comp-table> -->
</el-card>
<!-- 弹框 --> <!-- 弹框 -->
<el-dialog <el-dialog
:title="title == 1 ? '新增' : '编辑'" :title="title == 1 ? '新增' : '编辑'"
@ -151,6 +151,7 @@
</span> </span>
</el-dialog> </el-dialog>
<!-- --> <!-- -->
<span style="margin-top: 10px; padding: 5px; margin-left: 28.5%" <span style="margin-top: 10px; padding: 5px; margin-left: 28.5%"
>项目类别</span >项目类别</span
> >
@ -240,33 +241,47 @@
<el-button :disabled="isdislob" @click="Onsubmit">确定</el-button> <el-button :disabled="isdislob" @click="Onsubmit">确定</el-button>
<el-button :disabled="isdislob">取消</el-button> <el-button :disabled="isdislob">取消</el-button>
</div> </div>
</el-card>
</div> </div>
<!-- 按钮区域 --> <!-- 按钮区域 -->
<div style="margin-left: 10px; margin-top: 5%"> <div style="margin-left: 10px; margin-top: 5%">
<el-button type="primary" @click="add">新增</el-button>
<el-button type="" @click="add" class="commonbutton">新增</el-button>
<el-button <el-button
type="primary"
type=""
@click="editpopup" @click="editpopup"
style="margin-left: 0; margin-top: 10px" style="margin-left: 0; margin-top: 10px"
class="commonbutton"
>编辑</el-button >编辑</el-button
> >
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="danger" @click="delets">删除</el-button>
<el-button type="" @click="delets" class="commonbutton">删除</el-button>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="topping">置顶</el-button>
<el-button type="" @click="topping" class="commonbutton"
>置顶</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" @click="toppings">置底</el-button>
<el-button type="" @click="toppings" class="commonbutton"
>置底</el-button
>
</div> </div>
<div style="margin-top: 10px"> <div style="margin-top: 10px">
<el-button type="primary" :disabled="isshow" @click="assertion"
<el-button
type=""
:disabled="isshow"
@click="assertion"
class="commonbutton"
>排序</el-button >排序</el-button
> >
</div> </div>
<div style="margin-top: 5px">
<el-button type="primary" :disabled="isshow" @click="cancellation"
<div style="margin-top: 10px">
<el-button
type=""
:disabled="isshow"
@click="cancellation"
class="commonbutton"
>取消</el-button >取消</el-button
> >
</div> </div>
@ -703,6 +718,11 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
::v-deep .el-table__header th {
/* font-size: px; */
background-color: rgb(245, 245, 245); /* 设置表头背景颜色 */
color: rgb(113, 113, 113); /* 设置表头文字颜色 */
}
.Selectbutton { .Selectbutton {
margin-left: 3%; margin-left: 3%;
} }

8
src/views/fee-settings/SysParmSet.vue

@ -1,6 +1,6 @@
<template> <template>
<div> <div>
<el-card>
<el-card class="elcard" style="border-radius: 15px">
<div class="publiccss">系统参数</div> <div class="publiccss">系统参数</div>
<div style="display: flex; margin-top: 20px"> <div style="display: flex; margin-top: 20px">
<div class="leftTree"> <div class="leftTree">
@ -105,7 +105,6 @@
import { mapState } from "vuex"; import { mapState } from "vuex";
import { getapi, postapi, putapi, deletapi } from "@/api/api"; import { getapi, postapi, putapi, deletapi } from "@/api/api";
import { tcdate, objCopy } from "../../utlis/proFunc"; import { tcdate, objCopy } from "../../utlis/proFunc";
export default { export default {
components: {}, components: {},
data() { data() {
@ -218,6 +217,11 @@ export default {
}; };
</script> </script>
<style scoped> <style scoped>
::v-deep .el-table__header th {
/* font-size: px; */
background-color: rgb(245, 245, 245); /* 设置表头背景颜色 */
color: rgb(113, 113, 113); /* 设置表头文字颜色 */
}
.leftTree { .leftTree {
overflow: scroll; overflow: scroll;
border: 1px solid; border: 1px solid;

2
src/views/fee-settings/SysParmType.vue

@ -3,7 +3,7 @@
<div style="width: 95%"> <div style="width: 95%">
<el-card > <el-card >
<!-- -->
<!-- 11-->
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<span>组织选择</span> <span>组织选择</span>

Loading…
Cancel
Save