123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843 |
- <template>
- <div class="main-contain">
- <div class="position">
- <bread-crumb :crumbs="crumbs"></bread-crumb>
- <el-row style="float:right;">
- <el-col :span="24">
- <el-button size="small" icon="el-icon-printer" type="primary" @click="printAction">打印</el-button>
- </el-col>
- </el-row>
- </div>
- <div class="app-container" style="background-color: white;">
-
- <div id="print_content">
- <div class="print_main_content">
- <div class="order_title_panl">
- <span class="main_title">
- 透析耗材
- </span>
- <span style="float:right;">打印日期:
- {{$route.query.schedule_date}}
- </span>
- </div>
- <div class="table_panel">
-
- <table class="table" v-if="his_config.is_open != 1">
- <thead>
- <tr>
- <td width="50">序号</td>
- <td width="100">透析机号</td>
- <td width="100">姓名</td>
- <td width="100">透析号</td>
- <td width="100">透析模式</td>
-
- <td width="200" v-for="(item,index) in rowList" :key="index">
- {{item.filed_name_cn}}
- </td>
- </tr>
- </thead>
- <tbody>
- <tr v-for="(item,i) in tableData" :key="i">
- <td>{{i+1}}</td>
- <td>
- <span v-if="org_id!=0&&org_id!=10702"> {{item.device_number.zone.name}} </span>
- {{item.device_number.number}}
- </td>
- <td>{{item.patient.name}}</td>
- <td>{{item.patient.dialysis_no}}</td>
- <td>{{ getModeId(item.mode_id) }}</td>
-
- <td v-for="(it,index) in rowList" :key="index">
- <!-- {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}} -->
- <span v-if="org_id !=10599">
- {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}
- </span>
- <span v-if="org_id==10599">
- <span v-if="item.dialysis_prescription!=null && item.dialysis_prescription.id == 0"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_solution)}}</span>
- <span v-if="item.dialysis_prescription!=null & item.dialysis_prescription.id >0"> {{getName(item.rowList[index].filed_name_cn,item.dialysis_prescription)}}</span>
- </span>
-
- </td>
- </tr>
- </tbody>
- </table>
-
- <table class="table" v-if="his_config.is_open == 1">
- <thead>
- <tr>
- <td width="50">序号</td>
- <td width="100">透析机号</td>
- <td width="100">姓名</td>
- <td width="100">透析机号</td>
- <td width="100">透析模式</td>
- <td width="100" v-if="org_id == 10610 || org_id == 0">钙</td>
- <td width="200" v-for="(item,index) in typeList" :key="index">
- {{item.type_name}}
- </td>
- </tr>
- </thead>
- <tbody>
- <tr v-for="(item,i) in tableData" :key="i">
- <td>{{i+1}}</td>
- <td> <span v-if="org_id!=0&&org_id!=10702">{{item.device_number.zone.name}} </span>
- {{item.device_number.number}}
- </td>
- <td>{{item.patient.name}}</td>
- <td>{{item.patient.dialysis_no}}</td>
- <td>{{ getModeId(item.mode_id) }}</td>
- <td v-if="org_id == 0 || org_id == 10610">{{ item.dialysis_solution.calcium }}</td>
- <td v-for="(it,index) in typeList" :key="index">
- <span v-if="item.his_prescription_project.length>0"> {{getStr(item.typeList[index].id,item.his_prescription_project,item.patient_id)}}</span>
- <span v-if="item.his_prescription_project.length==0">{{getStr(item.typeList[index].id,item.projectList,item.patient_id)}}</span>
-
- </td>
- </tr>
- </tbody>
- </table>
-
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import { GetAllZone,getPatientDialysisSolutionGroupList,getDialysisGoodTotalCount,saveHisDialysis,getHisDialysisGoodCount } from '@/api/dialysis'
- import { parseTime } from '@/utils'
- import { uParseTime } from '@/utils/tools'
- import BreadCrumb from '@/xt_pages/components/bread-crumb'
- import print from 'print-js'
- import { getDataConfig } from '@/utils/data'
- import org from '../../../../router/modules/org'
- export default {
- name: 'SchedulePrint',
- data() {
- return {
- crumbs: [
- { path: false, name: '排班管理' },
- { path: false, name: '排班打印' }
- ],
- td_1_width: '8%',
- td_2_width: '8%',
- td_3_width: '64%',
- td_4_width: '20%',
- month: 1,
- begin_day: 1,
- total:[],
- list:[],
- schedule_date:"",
- schedule_type:0,
- partition_type:0,
- keywords:"",
- loading:false,
- tableData:[],
- numberList:[],
- partitionArr:[],
- his_config:{},
- typeList:[],
- rowList:[],
- dialysate_formulation:[],
- body_fluid_option:[],
- displace_liqui_part_option:[],
- blood_access_option:[],
- hemodialysisPipelinesOptions:[],
- org_id:0
- }
- },
- components: {
- BreadCrumb
- },
- created() {
- this.org_id = this.$store.getters.xt_user.org.id
- this.dialysate_formulation = getDataConfig(
- 'hemodialysis',
- 'dialysate_formulation'
- )
- this.body_fluid_option = this.$store.getters.body_fluid
- this.displace_liqui_part_option = this.$store.getters.displace_liqui
- this.blood_access_option = this.$store.getters.blood_access
- this.blood_access_option = getDataConfig('hemodialysis', 'vascular_access_desc')
- this.hemodialysisPipelinesOptions = getDataConfig('hemodialysis', 'hemodialysis_pipelines')
- var filedList = this.$store.getters.xt_user.fileds
- for (let i = 0; i < filedList.length; i++) {
- if ( filedList[i].module == 1 && filedList[i].is_show == 1 && (filedList[i].filed_name_cn == '透析器/灌流器' || filedList[i].filed_name_cn == '透析器' || filedList[i].filed_name_cn == '灌流器' || filedList[i].filed_name_cn == '钾' || filedList[i].filed_name_cn == '钠' || filedList[i].filed_name_cn == '钙' || filedList[i].filed_name_cn == '葡萄糖' || filedList[i].filed_name_cn == '穿刺针' || filedList[i].filed_name_cn == '滤过器')) {
- this.rowList.push(filedList[i])
- }
- }
- this.getlist()
- },
- methods: {
- getModeId(val){
- var name =""
- if(val == 1){
- name ="HD"
- }
- if(val == 2){
- name ="HDF"
- }
- if(val == 3){
- name ="HD+HP"
- }
- if(val == 4){
- name ="HP"
- }
- if(val == 5){
- name ="HF"
- }
- if(val == 6){
- name ="SCUF"
- }
- if(val == 7){
- name ="IUF"
- }
- if(val == 8){
- name ="IUF"
- }
- if(val == 9){
- name ="HFHD+HP"
- }
- if(val == 10){
- name ="PHF"
- }
- if(val == 11){
- name ="HFR"
- }
- if(val == 12){
- name ="HDF+HP"
- }
- if(val == 13){
- name ="CRRT"
- }
- if(val == 14){
- name ="腹水回输"
- }
- if(val == 19){
- name ="IUF+HD"
- }
- if(val == 20){
- name ="UF"
- }
- if(val == 21){
- name ="HD+"
- }
- if(val == 22){
- name ="血浆胆红素吸附+HDF"
- }
- if(val == 23){
- name ="血浆胆红素吸附"
- }
- if(val == 24){
- name ="I-HDF"
- }
- if(val == 25){
- name ="HD高通"
- }
- if(val == 26){
- name ="CVVH"
- }
- if(val == 27){
- name ="CVVHD"
- }
- if(val == 28){
- name ="CVVHDF"
- }
- if(val == 29){
- name ="PE"
- }
- if(val == 30){
- name ="血浆胆红素吸附+HP"
- }
- if(val == 31){
- name ="HPD"
- }
- if(val == 32){
- name ="HDP"
- }
- if(val == 33){
- name = "HFD"
- }
- if(val == 34){
- name = "HDF100"
- }
- if(val == 35){
- name = "HDF600"
- }
- if(val == 36){
- name = "HDF800"
- }
- if(val == 37){
- name = "HDF1000"
- }
- if(val == 38){
- name = "HDF80"
- }
- if(val == 39){
- name = "HF16"
- }
- return name
- },
- getlist(){
- var params = {
- keywords:this.$route.query.keywords,
- limit:this.$route.query.limit,
- page:this.$route.query.page,
- partition_id:this.$route.query.partition_id,
- schedule_date:this.$route.query.schedule_date,
- schedule_type:this.$route.query.schedule_type,
- ids:this.$route.query.ids,
- }
- getPatientDialysisSolutionGroupList(params).then(response=>{
- if(response.data.state == 1){
- var list = response.data.data.list
- if(list!=null &&list.length>0){
- for(let i=0;i<list.length;i++){
- list[i].sort = 0
- list[i].sort = list[i].device_number.sort
- }
-
- }
- list.sort(this.compare('sort'))
- var total = response.data.data.total
- this.total = total
- var goodType = response.data.data.goodType
- var config = response.data.data.config
- this.his_config = config
-
- if(config.is_open !=1){
- if(list!=null){
- for(let i=0;i<list.length;i++){
- list[i].rowList = []
- list[i].rowList = this.rowList
- }
- }
- this.tableData= []
- this.tableData = list
- }
- if(config.is_open == 1){
- if(list!=null){
- this.typeList= []
- for(let i=0;i<goodType.length;i++){
- if(goodType[i].is_open == 1){
- this.typeList.push(goodType[i])
- }
- }
- for(let i=0;i<list.length;i++){
- list[i].projectList = []
- list[i].typeList = []
- list[i].typeList = this.typeList
- }
-
- for(let i=0;i<list.length;i++){
- if(list[i].his_prescription_template.his_prescription_info!=null && list[i].his_prescription_template.his_prescription_info.length >0){
- for(let j=0;j<list[i].his_prescription_template.his_prescription_info.length;j++){
- for(let z=0;z<list[i].his_prescription_template.his_prescription_info[j].project.length;z++){
- list[i].projectList.push(list[i].his_prescription_template.his_prescription_info[j].project[z])
- }
- }
- }
-
- }
- console.log("list列表",list)
- this.tableData = []
- this.tableData = list
- }
- }
- }
- })
- },
- getTimeOne(val) {
- if(val == ""){
- return ""
- }else {
- return uParseTime(val, '{y}-{m}-{d}')
- }
- },
- printAction: function() {
- const style = '@media print { .print_main_content { background-color: white; width:960px; margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
-
- printJS({
- printable: 'print_content',
- type: 'html',
- documentTitle: ' ',
- style: style,
- scanStyles: false
- })
- },
- getStr(good_type_id,arrNew,patient_id){
- var arr= []
- var str = ""
- if(arrNew!=null && arrNew.length > 0){
- for(let i=0;i<arrNew.length;i++){
- arrNew[i].good_type_id = 0
- arrNew[i].good_type_id = arrNew[i].good_info.good_type_id
- arrNew[i].good_id = 0
- arrNew[i].good_id = arrNew[i].good_info.id
- if(arrNew[i].patient_id == patient_id && arrNew[i].good_info.good_type_id == good_type_id){
- arr.push(arrNew[i])
- }
- }
- }
-
- let dataInfo = {}
- if(arr!=null && arr.length > 0){
- arr.forEach((item, index) => {
- let { good_id } = item
- if (!dataInfo[good_id]) {
- dataInfo[good_id] = {
- good_id:item.good_id,
- child: [],
- count:0,
- specification_name:item.good_info.specification_name
- }
- }
- })
- let newArr = Object.values(dataInfo)
- console.log("newArr",newArr)
- for(let i=0;i<arr.length;i++){
- for(let j=0;j<newArr.length;j++){
- if( arr[i].good_info.id == newArr[j].good_id){
- newArr[j].child.push(arr[i])
- }
- }
- }
-
- if(newArr!=null && newArr.length > 0){
- for(let j=0;j<newArr.length;j++){
- for(let z=0;z<newArr[j].child.length;z++){
- newArr[j].count += parseInt(newArr[j].child[z].count)
- }
- }
- for(let j=0;j<newArr.length;j++){
- str += newArr[j].specification_name + "*" + newArr[j].count + " "
- }
- }
- }
-
- return str
- },
-
- getName(filed_name_cn,val){
- if(filed_name_cn == "透析模式"){
- return this.getModeName(val.mode_id)
- }
- if(filed_name_cn == "血流量"){
- if(val.blood_flow_volume > 0){
- return val.blood_flow_volume
- }else{
- return ""
- }
-
- }
- if(filed_name_cn == "目标超滤量"){
- return val.target_ultrafiltration?val.target_ultrafiltration:""
- }
- if(filed_name_cn == "透析液配方"){
- return this.getDialysateFormulation(val.dialysate_formulation)
- }
- if(filed_name_cn == "抗凝剂"){
- return this.getAnticoagulant(val.anticoagulant)
- }
- if(filed_name_cn == "首剂"){
- return val.anticoagulant_shouji?val.anticoagulant_shouji:""
- }
- if(filed_name_cn == "维持"){
- return val.anticoagulant_weichi?val.anticoagulant_weichi:""
- }
- if(filed_name_cn == "总量"){
- return val.anticoagulant_zongliang?val.anticoagulant_zongliang:""
- }
- if(filed_name_cn == "置换量"){
- return val.replacement_total?val.replacement_total:""
- }
- if(filed_name_cn == "钾"){
- return val.kalium?val.kalium:""
- }
- if(filed_name_cn == "钠"){
- return val.sodium?val.sodium:""
- }
- if(filed_name_cn == "钙"){
- return val.calcium?val.calcium:""
- }
- if(filed_name_cn == "碳酸氢盐"){
- return val.bicarbonate?val.bicarbonate:""
- }
- if(filed_name_cn == "透析液流量"){
- return val.dialysate_flow?val.dialysate_flow:""
- }
- if(filed_name_cn == "透析液温度"){
- return val.dialysate_temperature?val.dialysate_temperature:""
- }
- if(filed_name_cn == "电导度"){
- return val.conductivity?val.conductivity:""
- }
- if(filed_name_cn == "透析器/灌流器"){
- return val.dialyzer_perfusion_apparatus?val.dialyzer_perfusion_apparatus:""
- }
- if(filed_name_cn == "钙名称"){
- return val.anticoagulant_gaimingcheng?val.anticoagulant_gaimingcheng:""
- }
- if(filed_name_cn == "钙剂量"){
- return val.anticoagulant_gaijiliang?val.anticoagulant_gaijiliang:""
- }
- if(filed_name_cn == "体液过多症状"){
- return this.getBodyFluid(val.body_fluid)
- }
- if(filed_name_cn == "透析前使用特殊药物"){
- return val.special_medicine?val.special_medicine:""
- }
- if(filed_name_cn == "透析前使用其他特殊药物"){
- return val.special_medicine_other?val.special_medicine_other:""
- }
- if(filed_name_cn == "置换液"){
- return this.getDisplace(val.displace_liqui_part)
- }
- if(filed_name_cn == "血管通路"){
- return this.getBloodAccess(val.blood_access)
- }
- if(filed_name_cn == "体液过多其他症状"){
- return val.body_fluid_other?val.body_fluid_other:""
- }
- if(filed_name_cn == "透析时长"){
- return val.dialysis_duration_hour + "小时" + val.dialysis_duration_minute + "分钟"
- }
- if(filed_name_cn == "置换液总量"){
- return val.displace_liqui_value?val.displace_liqui_value:""
- }
- if(filed_name_cn == "透析器"){
- return val.dialysis_dialyszers
- }
- if(filed_name_cn == "注射器"){
- return ""
- }
- if(filed_name_cn == "抗凝提前停止"){
- return ""
- }
- if(filed_name_cn == "肝素钠"){
- return ""
- }
- if(filed_name_cn == "鱼精蛋白"){
- return ""
- }
- if(filed_name_cn == "下机前推住鱼精蛋白"){
- return ""
- }
- if(filed_name_cn == "无肝素钠备注"){
- return ""
- }
- if(filed_name_cn == "灌流器"){
- return val.dialysis_irrigation
- }
- if(filed_name_cn == "抗凝剂商品名称"){
- return ""
- }
- if(filed_name_cn == "置换速度"){
- return ""
- }
- if(filed_name_cn == "病情"){
- return ""
- }
- if(filed_name_cn == "葡萄糖"){
- return val.amylaceum?val.amylaceum:""
- }
- if(filed_name_cn == "单超时长"){
- return ""
- }
- if(filed_name_cn == "单超脱水"){
- return ""
- }
- if(filed_name_cn == "置换流量"){
- return ""
- }
- if(filed_name_cn == "血浆分离器"){
- return val.plasma_separator?val.plasma_separator:""
- }
- if(filed_name_cn == "透析管路"){
- return this.getHemodialysisPipelines(val.hemodialysis_pipelines)
- }
- if(filed_name_cn == "透析管路支数"){
- return ""
- }
- if(filed_name_cn == "穿刺针"){
- return val.puncture_needle?val.puncture_needle:""
- }
-
- if(filed_name_cn == "促红素"){
- return val.epo_count?val.epo_count:""
- }
- if(filed_name_cn == "促红素支数"){
- return val.epo_count?val.epo_count:""
- }
- if(filed_name_cn == "最大超滤率"){
- return val.max_ultrafiltration_rate?val.max_ultrafiltration_rate:""
- }
-
- if(filed_name_cn == "滤过器"){
- return val.dialysis_strainer?val.dialysis_strainer:""
- }
- },
-
- getModeName(id){
- var name = ""
- if(id == 1){
- name = "HD"
- }
- if(id == 2){
- name = "HDF"
- }
- if(id == 3){
- name = "HD+HP"
- }
- if(id == 4){
- name = "HP"
- }
- if(id == 5){
- name = "HF"
- }
- if(id == 6){
- name = "SCUF"
- }
- if(id == 7){
- name = "IUF"
- }
- if(id == 8){
- name = "HFHD"
- }
- if(id == 9){
- name = "HFHD+HP"
- }
- if(id == 10){
- name = "PHF"
- }
- if(id == 11){
- name = "HFR"
- }
- if(id == 12){
- name = "HDF+HP"
- }
- if(id == 13){
- name = "CRRT"
- }
- if(id == 14){
- name = "腹水回输"
- }
- if(id == 19){
- name = "IUF+HD"
- }
- if(id == 20){
- name = "UF"
- }
- if(id == 21){
- name = "HD+"
- }
- if(id == 22){
- name = "血浆胆红素吸附+HDF"
- }
- if(id == 23){
- name = "血浆胆红素吸附"
- }
- if(id == 24){
- name = "I-HDF"
- }
- if(id == 25){
- name = "HD高通"
- }
- if(id == 26){
- name = "CVVH"
- }
- if(id == 27){
- name = "CVVHD"
- }
- if(id == 28){
- name = "CVVHDF"
- }
- if(id == 29){
- name = "PE"
- }
- if(id == 30){
- name = "血浆胆红素吸附+HP"
- }
- if(id == 31){
- name = "HPD"
- }
- if(id == 32){
- name = "HDP"
- }
- return name
- },
- getDialysateFormulation(id){
- var name = ""
- for(let i=0;i<this.dialysate_formulation.length;i++){
- if(id == this.dialysate_formulation[i].id){
- name = this.dialysate_formulation[i].name
- }
- }
- return name
- },
- getAnticoagulant(id){
- var name = ""
- if(id == 1){
- name = "无肝素"
- }
- if(id == 2){
- name = "普通肝素"
- }
- if(id == 3){
- name = "低分子肝素"
- }
- if(id == 4){
- name = "阿加曲班"
- }
- if(id == 5){
- name ="枸橼酸钠"
- }
- if(id == 6){
- name = "低分子肝素钙"
- }
- if(id == 7){
- name = "低分子肝素钠"
- }
- if(id ==8){
- name = "依诺肝素"
- }
- if(id ==9){
- name = "达肝素"
- }
- if(id ==10){
- name = "体外抗凝"
- }
- if(id ==11){
- name = "那曲肝素"
- }
- if(id ==12){
- name = "无抗凝剂"
- }
- if(id ==13){
- name = "那曲肝素钙"
- }
- return name
- },
- getBodyFluid(id){
- var name = ""
- for(let i=0;i<this.body_fluid_option.length;i++){
- if(id == this.body_fluid_option[i].id){
- name = this.body_fluid_option[i].name
- }
- }
- return name
- },
- getDisplace(id){
- var name = ""
- for(let i=0;i<this.displace_liqui_part_option.length;i++){
- if(id == this.displace_liqui_part_option[i].id){
- name = this.displace_liqui_part_option[i].name
- }
- }
- return name
- },
- getBloodAccess(id){
- var name = ""
- for(let i=0;i<this.blood_access_option.length;i++){
- if(id == this.blood_access_option[i].id){
- name = this.blood_access_option[i].name
- }
- }
- return name
- },
- getHemodialysisPipelines(id){
- var name = ""
- for(let i=0;i<this.hemodialysisPipelinesOptions.length;i++){
- if(id == this.hemodialysisPipelinesOptions[i].id){
- name = this.hemodialysisPipelinesOptions[i].name
- }
- }
- return name
- },
- compare(p) { //这是比较函数
- return function (m, n) {
- var a = m[p];
- var b = n[p];
- return a - b; //升序
- }
- },
- }
- }
- </script>
-
- <style rel="stylesheet/scss" lang="scss" scoped>
- .print_main_content {
- background-color: white;
- width: 960px;
- margin: 0 auto;
- padding: 0 0 20px 0;
-
- .order_title_panl {
- text-align: center;
-
- .main_title {
- font-size: 18px;
- line-height: 40px;
- font-weight: 500;
- }
-
- }
- .table_panel {
-
- .table {
- width: 100%;
- border: 1px solid;
- border-collapse: collapse;
- padding: 2px;
-
- thead {
-
- tr {
-
- td {
- border: 1px solid;
- text-align: center;
- font-size: 20px;
- padding: 15px 5px;
- }
-
- }
- }
- tbody {
-
- tr {
-
- td {
- border: 1px solid;
- text-align: center;
- font-size: 18px;
- padding: 10px 5px;
-
- .proj {
- padding: 5px 0;
- text-align: left;
-
- .proj_title {
- font-size: 16px;
- font-weight: 500;
- line-height: 25px;
- }
-
- .proj_item {
- font-size: 15px;
- line-height: 20px;
-
- .zone_name {
- font-weight: 500;
- }
-
- }
- }
- }
- }
- }
- }
- }
- }
- </style>
-
|