Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
Z
zhongtai-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
chenweiping
zhongtai-ui
Commits
53000731
提交
53000731
authored
1月 06, 2022
作者:
黎业扬
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
yang
上级
7406ced8
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
5 行增加
和
73 行删除
+5
-73
index.vue
src/views/backstage/point/index.vue
+5
-73
没有找到文件。
src/views/backstage/point/index.vue
浏览文件 @
53000731
...
@@ -10,67 +10,6 @@
...
@@ -10,67 +10,6 @@
@
keyup
.
enter
.
native=
"handleQuery"
@
keyup
.
enter
.
native=
"handleQuery"
/>
/>
</el-form-item>
</el-form-item>
<!--
<el-form-item
label=
"账号"
prop=
"account"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.account"-->
<!-- placeholder="请输入账号"-->
<!-- clearable-->
<!-- size="small"-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"密码"
prop=
"password"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.password"-->
<!-- placeholder="请输入密码"-->
<!-- clearable-->
<!-- size="small"-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"状态"
prop=
"status"
>
-->
<!--
<el-select
v-model=
"queryParams.status"
placeholder=
"请选择状态"
clearable
size=
"small"
>
-->
<!--
<el-option
label=
"请选择字典生成"
value=
""
/>
-->
<!--
</el-select>
-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"经度"
prop=
"longitude"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.longitude"-->
<!-- placeholder="请输入经度"-->
<!-- clearable-->
<!-- size="small"-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"纬度"
prop=
"latitude"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.latitude"-->
<!-- placeholder="请输入纬度"-->
<!-- clearable-->
<!-- size="small"-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"上级id"
prop=
"superiorId"
>
-->
<!--
<el-input-->
<!-- v-model="queryParams.superiorId"-->
<!-- placeholder="请输入上级id"-->
<!-- clearable-->
<!-- size="small"-->
<!-- @keyup.enter.native="handleQuery"-->
<!-- />-->
<!--
</el-form-item>
-->
<!--
<el-form-item
label=
"统计点类型"
prop=
"type"
>
<el-select
v-model=
"queryParams.type"
placeholder=
"请选择统计点类型"
clearable
size=
"small"
>
<el-option
label=
"省级"
value=
"1"
/>
<el-option
label=
"市级"
value=
"2"
/>
<el-option
label=
"县级"
value=
"3"
/>
<el-option
label=
"乡级"
value=
"4"
/>
<el-option
label=
"村级"
value=
"5"
/>
<el-option
label=
"自然村"
value=
"6"
/>
</el-select>
</el-form-item>
-->
<!--
<!--
联动筛选 省级、地级、县级、乡级、行政村级、自然村
联动筛选 省级、地级、县级、乡级、行政村级、自然村
-->
-->
...
@@ -166,14 +105,10 @@
...
@@ -166,14 +105,10 @@
style=
"width: 100%"
style=
"width: 100%"
row-key=
"id"
row-key=
"id"
:indent=
"50"
:indent=
"50"
border
border
>
v-loading=
"loading"
<!-- lazy
>
:load="load"
:tree-props="
{children: 'children', hasChildren: 'hasChildren'}" -->
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
<!--
<el-table-column
type=
"index"
:index=
"table_index"
label=
"序号"
align=
"center"
prop=
"id"
/>
-->
<el-table-column
min-width=
"300px"
label=
"名称"
align=
"center"
prop=
"totalLevelName"
/>
<el-table-column
min-width=
"300px"
label=
"名称"
align=
"center"
prop=
"totalLevelName"
/>
<el-table-column
label=
"账号"
align=
"center"
prop=
"account"
/>
<el-table-column
label=
"账号"
align=
"center"
prop=
"account"
/>
<el-table-column
label=
"密码"
align=
"center"
prop=
"realPassword"
/>
<el-table-column
label=
"密码"
align=
"center"
prop=
"realPassword"
/>
...
@@ -183,9 +118,6 @@
...
@@ -183,9 +118,6 @@
<span
v-if=
"scope.row.longitude"
>
{{
scope
.
row
.
longitude
}}
,
{{
scope
.
row
.
latitude
}}
</span>
<span
v-if=
"scope.row.longitude"
>
{{
scope
.
row
.
longitude
}}
,
{{
scope
.
row
.
latitude
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!-- <el-table-column min-width="100px" label="经度" align="center" prop="longitude" />-->
<!-- <el-table-column min-width="100px" label="纬度" align="center" prop="latitude" />-->
<!-- <el-table-column label="上级id" align="center" prop="superiorId" />-->
<el-table-column
min-width=
"100px"
label=
"已关联项目数量"
align=
"center"
prop=
"longitude"
>
<el-table-column
min-width=
"100px"
label=
"已关联项目数量"
align=
"center"
prop=
"longitude"
>
<
template
scope=
"scope"
>
<
template
scope=
"scope"
>
<el-button
@
click=
"getProjectList(scope.row.id)"
round
type=
"success"
>
<el-button
@
click=
"getProjectList(scope.row.id)"
round
type=
"success"
>
...
@@ -303,7 +235,7 @@
...
@@ -303,7 +235,7 @@
width=
"70%"
width=
"70%"
>
>
<el-radio-group
v-model=
"statisticsPointsType"
>
<el-radio-group
v-model=
"statisticsPointsType"
>
<el-radio
v-for=
"
item in statisticsPointsTypeObj"
:label=
"item.label
"
>
{{item.name}}
</el-radio>
<el-radio
v-for=
"
(item, index) in statisticsPointsTypeObj"
:label=
"item.label"
:key=
"index
"
>
{{item.name}}
</el-radio>
</el-radio-group>
</el-radio-group>
<span
slot=
"footer"
class=
"dialog-footer"
>
<span
slot=
"footer"
class=
"dialog-footer"
>
<el-button
@
click=
"addStatisticsTypeStatus = false"
>
取 消
</el-button>
<el-button
@
click=
"addStatisticsTypeStatus = false"
>
取 消
</el-button>
...
@@ -750,7 +682,7 @@ export default {
...
@@ -750,7 +682,7 @@ export default {
getAreaByParentId
(
e
).
then
(
response
=>
{
getAreaByParentId
(
e
).
then
(
response
=>
{
if
(
response
.
code
==
200
&&
e
){
if
(
response
.
code
==
200
&&
e
){
// 获取当前项的名称
// 获取当前项的名称
this
.
natural
VillageList
.
forEach
(
item
=>
{
this
.
administrative
VillageList
.
forEach
(
item
=>
{
if
(
item
.
id
==
e
){
if
(
item
.
id
==
e
){
this
.
queryParams
.
totalLevelName
=
item
.
name
this
.
queryParams
.
totalLevelName
=
item
.
name
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论