Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mes
mes-ui
Commits
9f9169dc
Commit
9f9169dc
authored
Jun 08, 2024
by
zhuli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
# 检验项目调整
parent
5aff3621
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
templateindex.vue
src/views/mes/qc/qctemplate/templateindex.vue
+8
-6
vue.config.js
vue.config.js
+1
-1
No files found.
src/views/mes/qc/qctemplate/templateindex.vue
View file @
9f9169dc
...
...
@@ -116,18 +116,20 @@
</el-col>
</el-row>
<el-row
v-if=
"form.inputType == 2"
align=
"center"
>
<el-col
:span=
"2
0
"
>
<el-col
:span=
"2
4"
align=
"right
"
>
<!-- <el-form-item label="选择框值" prop="selectValues">
<el-input v-model="form.selectValues" type="textarea" placeholder="请输入下拉选择框内容,格式为:[{"label":"显式值","value":"存储值"}]" />
</el-form-item> -->
<el-table
:data=
"form.selectValues"
align=
"right"
style=
"width: 100%"
>
<el-table-column
label=
"参数值"
align=
"center"
>
<
template
slot-scope=
"scope"
>
<el-table
:data=
"form.selectValues"
style=
"width: 89%"
>
<el-table-column
label=
"参数值"
align=
"center"
style=
"width: 100%"
min-width=
"100"
>
<!-- <el-input v-model="scope.row.name" placeholder="">{{ scope }}</el-input>-->
<
template
v-slot=
"scope"
>
<el-input
v-model=
"scope.row.name"
placeholder=
""
></el-input>
</
template
>
</el-table-column>
<el-table-column
label=
"操作"
align=
"
left
"
min-width=
"200"
>
<
template
slot-scope
=
"scope"
>
<el-table-column
label=
"操作"
align=
"
center
"
min-width=
"200"
>
<
template
v-slot
=
"scope"
>
<el-button
size=
"mini"
type=
"text"
...
...
vue.config.js
View file @
9f9169dc
...
...
@@ -36,7 +36,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
// target: `http://localhost:8080`,
target
:
`http://192.168.3.91:8
08
0`
,
target
:
`http://192.168.3.91:8
10
0`
,
// target: `http://192.168.4.122:8080`,
changeOrigin
:
true
,
pathRewrite
:
{
...
...
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