|
@@ -88,7 +88,7 @@
|
|
|
@click="showTJ"
|
|
|
style="margin-left: 20px"
|
|
|
v-show="formInline.plantype == '7'"
|
|
|
- >乡镇规划</el-button
|
|
|
+ >乡镇规划上报统计</el-button
|
|
|
>
|
|
|
</el-form>
|
|
|
</div>
|
|
@@ -482,7 +482,7 @@
|
|
|
|
|
|
<el-dialog
|
|
|
v-model="issStat"
|
|
|
- :title="'上报统计'"
|
|
|
+ :title="'乡镇规划上报统计'"
|
|
|
width="60%"
|
|
|
:before-close="handleClose"
|
|
|
:align-center="true"
|
|
@@ -497,7 +497,7 @@
|
|
|
:tree-props="{ children: 'children' }"
|
|
|
style="width: 100%"
|
|
|
highlight-current-row
|
|
|
- height="calc(100vh - 100px )"
|
|
|
+ height="72vh"
|
|
|
v-loading="loading"
|
|
|
element-loading-text="正在加载中..."
|
|
|
:element-loading-spinner="svg"
|
|
@@ -507,7 +507,7 @@
|
|
|
<el-table-column
|
|
|
prop="xzqh"
|
|
|
label="行政区划"
|
|
|
- width="240"
|
|
|
+ width="160"
|
|
|
show-overflow-tooltip
|
|
|
>
|
|
|
</el-table-column>
|