项目清单回显、按钮对齐
This commit is contained in:
@@ -190,7 +190,7 @@
|
||||
placeholder="请输入角色描述"
|
||||
clearable></el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="角色状态" prop="useFlag" label-width="145px">
|
||||
<el-form-item label="角色状态" prop="useFlag" style="margin-left: 10px">
|
||||
<el-select class="bead-input" v-model="addForm.useFlag">
|
||||
<el-option
|
||||
v-for="item in options"
|
||||
|
||||
@@ -1770,9 +1770,10 @@ export default {
|
||||
const accessRow = this.getAccessStandardRegRow
|
||||
this.$nextTick(() => {
|
||||
this.sarAccessEO.type = accessRow.type
|
||||
this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
|
||||
//this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
|
||||
// this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
|
||||
this.sarAccessEO.detailedListName = accessRow.detailedListName
|
||||
this.sarAccessEO.detailedList = accessRow.detailedList
|
||||
this.sarAccessEO.id = accessRow.id
|
||||
this.sarAccessEO.remark = accessRow.remark || ''
|
||||
this.sarAccessEO.relateFile = accessRow.relateFile
|
||||
|
||||
+5
-5
@@ -417,7 +417,7 @@
|
||||
width="210px"
|
||||
label="卡车VPPS中文名称">
|
||||
</el-table-column>
|
||||
<el-table-column>
|
||||
<el-table-column width="150">
|
||||
<template slot-scope="scope">
|
||||
<el-button
|
||||
class="common-button-default"
|
||||
@@ -428,6 +428,7 @@
|
||||
<el-button
|
||||
class="common-button-default"
|
||||
type="danger"
|
||||
style="margin-left: 0px"
|
||||
size="small" @click="moveDown(scope.$index, scope.row)"
|
||||
v-if="!disabledFlag"
|
||||
>下移</el-button>
|
||||
@@ -1242,8 +1243,6 @@ export default {
|
||||
_this: this
|
||||
}, res =>{
|
||||
this.sarAccessInfoSearchList = res.data.list
|
||||
this.$nextTick(() => {
|
||||
})
|
||||
}, e => {
|
||||
|
||||
})
|
||||
@@ -1734,7 +1733,7 @@ export default {
|
||||
},
|
||||
mounted () {
|
||||
this.zqaId =this.$route.query.id;
|
||||
// this.getData()
|
||||
//this.getData()
|
||||
this.getDept()
|
||||
// 从数据库中查询各下拉框数据
|
||||
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||
@@ -1771,9 +1770,10 @@ export default {
|
||||
const accessRow = this.getAccessStandardRegRow
|
||||
this.$nextTick(() => {
|
||||
this.sarAccessEO.type = accessRow.type
|
||||
this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
|
||||
//this.sarAccessEO.countryArea = accessRow.countryArea.split(',')
|
||||
// this.sarAccessEO.applicationScope = accessRow.applicationScope.split(',')
|
||||
this.sarAccessEO.detailedListName = accessRow.detailedListName
|
||||
this.sarAccessEO.projectName = accessRow.projectName
|
||||
this.sarAccessEO.id = accessRow.id
|
||||
this.sarAccessEO.remark = accessRow.remark || ''
|
||||
this.sarAccessEO.relateFile = accessRow.relateFile
|
||||
|
||||
Reference in New Issue
Block a user