|
@@ -31,9 +31,9 @@
|
|
|
<el-collapse-item :name="idx">
|
|
|
<template slot="title">
|
|
|
<div style="display: flex;width: 100%;height: 100%;">
|
|
|
- <!-- <div-->
|
|
|
- <!-- style="width: 15px;height: 15px;margin: auto 10px;border-radius: 73%;background-color: #a3d3ff;box-shadow: 1px 1px rgb(131 131 131 / 62%);">-->
|
|
|
- <!-- </div>-->
|
|
|
+ <!--<div-->
|
|
|
+ <!--style="width: 15px;height: 15px;margin: auto 10px;border-radius: 73%;background-color: #a3d3ff;box-shadow: 1px 1px rgb(131 131 131 / 62%);">-->
|
|
|
+ <!--</div>-->
|
|
|
<el-checkbox :label="e.id" @change="handleCheckedCitiesChange"
|
|
|
:disabled="(currentDicts.some(item=>item.label==='底腿')&&(e.onTheDitch.length==0||e.beforeBottom.length==0||e.inferiorSulcus.length==0||e.legBackfilling.length==0))||(e.state == '99')">
|
|
|
<h2 style="margin-left: 1%;font-weight: 700;">{{ e.updateInfoTime }}</h2>
|