Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王刘锁
/
jianlin-tms-view
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
dfd94a40
authored
Jan 10, 2023
by
王刘锁
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
点位管理设备类型
parent
951d9129
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
src/views/modules/siteAdmin/siteConfig/index.vue
src/views/modules/siteAdmin/siteConfig/index.vue
View file @
dfd94a40
<
template
>
<
template
>
<div
class=
"page"
>
<div
class=
"page"
>
<el-form
size=
"small"
:inline=
"true"
class=
"query-form"
ref=
"searchForm"
:model=
"searchForm"
>
<el-form
size=
"small"
:inline=
"true"
class=
"query-form"
ref=
"searchForm"
:model=
"searchForm"
>
<el-form-item
label=
"公司名称:"
prop=
"company"
>
<!--
<el-form-item
label=
"公司名称:"
prop=
"company"
>
--
>
<el-select
v-model=
"searchForm.company"
placeholder=
"请选择公司名称"
clearable
>
<!--
<el-select
v-model=
"searchForm.company"
placeholder=
"请选择公司名称"
clearable
>
--
>
<el-option
v-for=
"item in $dictUtils.getDictList('tms_company_name')"
:key=
"item.value"
:label=
"item.label"
<!--
<el-option
v-for=
"item in $dictUtils.getDictList('tms_company_name')"
:key=
"item.value"
:label=
"item.label"
--
>
:value=
"item.value"
>
<!-- :value="item.value">--
>
</el-option
>
<!--
</el-option>
--
>
</el-select
>
<!--
</el-select>
--
>
</el-form-item
>
<!--
</el-form-item>
--
>
<el-form-item
label=
"厂区:"
prop=
"factoryId"
>
<el-form-item
label=
"厂区:"
prop=
"factoryId"
>
<el-select
v-model=
"searchForm.factoryId"
placeholder=
"请选择厂区"
clearable
>
<el-select
v-model=
"searchForm.factoryId"
placeholder=
"请选择厂区"
clearable
>
<el-option
v-for=
"item in factoryOptions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
<el-option
v-for=
"item in factoryOptions"
:key=
"item.id"
:label=
"item.name"
:value=
"item.id"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment