Commit 9f9169dc authored by zhuli's avatar zhuli

# 检验项目调整

parent 5aff3621
...@@ -116,18 +116,20 @@ ...@@ -116,18 +116,20 @@
</el-col> </el-col>
</el-row> </el-row>
<el-row v-if="form.inputType == 2" align="center"> <el-row v-if="form.inputType == 2" align="center">
<el-col :span="20"> <el-col :span="24" align="right">
<!-- <el-form-item label="选择框值" prop="selectValues"> <!-- <el-form-item label="选择框值" prop="selectValues">
<el-input v-model="form.selectValues" type="textarea" placeholder="请输入下拉选择框内容,格式为:[{&quot;label&quot;:&quot;显式值&quot;,&quot;value&quot;:&quot;存储值&quot;}]" /> <el-input v-model="form.selectValues" type="textarea" placeholder="请输入下拉选择框内容,格式为:[{&quot;label&quot;:&quot;显式值&quot;,&quot;value&quot;:&quot;存储值&quot;}]" />
</el-form-item> --> </el-form-item> -->
<el-table :data="form.selectValues" align="right" style="width: 100%"> <el-table :data="form.selectValues" style="width: 89%" >
<el-table-column label="参数值" align="center"> <el-table-column label="参数值" align="center" style="width: 100%" min-width="100">
<template slot-scope="scope"> <!-- <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> <el-input v-model="scope.row.name" placeholder=""></el-input>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="left" min-width="200"> <el-table-column label="操作" align="center" min-width="200">
<template slot-scope="scope"> <template v-slot="scope">
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
......
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `http://localhost:8080`, // target: `http://localhost:8080`,
target: `http://192.168.3.91:8080`, target: `http://192.168.3.91:8100`,
// target: `http://192.168.4.122:8080`, // target: `http://192.168.4.122:8080`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment