Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
为 GitLab 提交贡献
登录/注册
切换导航
Z
zhongtai-ui
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分枝图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
分枝图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
chenweiping
zhongtai-ui
Commits
a8046262
提交
a8046262
authored
9月 13, 2021
作者:
林国禄
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
统计点管理
上级
d0203b45
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
9 行增加
和
9 行删除
+9
-9
index.vue
src/views/backstage/point/index.vue
+9
-9
没有找到文件。
src/views/backstage/point/index.vue
浏览文件 @
a8046262
...
...
@@ -123,15 +123,15 @@
:load=
"load"
:tree-props=
"
{children: 'children', hasChildren: 'hasChildren'}">
<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
label=
"名称"
align=
"center"
prop=
"name"
/>
<!--
<el-table-column
type=
"index"
:index=
"table_index"
label=
"序号"
align=
"center"
prop=
"id"
/>
--
>
<el-table-column
min-width=
"300px"
label=
"名称"
align=
"center"
prop=
"name"
/>
<el-table-column
label=
"账号"
align=
"center"
prop=
"account"
/>
<!--
<el-table-column
label=
"密码"
align=
"center"
prop=
"password"
/>
-->
<el-table-column
label=
"经度"
align=
"center"
prop=
"longitude"
/>
<el-table-column
label=
"纬度"
align=
"center"
prop=
"latitude"
/>
<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
label=
"统计点类型"
align=
"center"
prop=
"type"
>
<el-table-column
min-width=
"50px"
label=
"统计点类型"
align=
"center"
prop=
"type"
>
<<template
scope=
"scope"
>
<span
v-if=
"scope.row.type == 1"
>
省级
</span>
<span
v-if=
"scope.row.type == 2"
>
市级
</span>
...
...
@@ -141,7 +141,7 @@
<span
v-if=
"scope.row.type == 6"
>
自然村
</span>
</
template
>
</el-table-column>
<el-table-column
label=
"状态"
align=
"center"
prop=
"status"
>
<el-table-column
min-width=
"50px"
label=
"状态"
align=
"center"
prop=
"status"
>
<
template
scope=
"scope"
>
<el-switch
v-model=
"scope.row.status"
...
...
@@ -182,8 +182,8 @@
/>
<!-- 添加或修改统计点对话框 -->
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
5
00px"
append-to-body
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-dialog
:title=
"title"
:visible
.
sync=
"open"
width=
"
6
00px"
append-to-body
>
<el-form
label-position=
"top"
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"80px"
>
<el-form-item
label=
"名称"
prop=
"name"
>
<el-input
v-model=
"form.name"
placeholder=
"请输入名称"
/>
</el-form-item>
...
...
@@ -197,7 +197,7 @@
<el-progress
:percentage=
"passwordPercent"
:format=
"passwordPercentFormat"
></el-progress>
</el-form-item>
<el-form-item
label=
"再次输入密码"
prop=
"comfirmPassword"
>
<el-input
show-password
type=
"password"
v-model=
"form.comfirmPassword"
autocomplete=
"off"
></el-input>
<el-input
show-password
type=
"password"
placeholder=
"请再次输入密码"
v-model=
"form.comfirmPassword"
autocomplete=
"off"
></el-input>
</el-form-item>
<!-- <el-form-item label="密码" prop="password">-->
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论