|
@@ -40,7 +40,7 @@
|
|
v-hasPermi="['zdsz:openbolt:edit']"
|
|
v-hasPermi="['zdsz:openbolt:edit']"
|
|
>修改</el-button>
|
|
>修改</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
-
|
|
|
|
|
|
+
|
|
<el-col :span="1.5">
|
|
<el-col :span="1.5">
|
|
<el-button
|
|
<el-button
|
|
type="danger"
|
|
type="danger"
|
|
@@ -96,7 +96,7 @@
|
|
v-hasPermi="['zdsz:engineeringCivil:edit']"
|
|
v-hasPermi="['zdsz:engineeringCivil:edit']"
|
|
>修改工程信息
|
|
>修改工程信息
|
|
</el-button>
|
|
</el-button>
|
|
-
|
|
|
|
|
|
+
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
@@ -128,12 +128,12 @@
|
|
v-hasPermi="['zdsz:engineeringCivil:remove']"
|
|
v-hasPermi="['zdsz:engineeringCivil:remove']"
|
|
>历史用料
|
|
>历史用料
|
|
</el-button>
|
|
</el-button>
|
|
- <el-button
|
|
|
|
- size="mini"
|
|
|
|
- type="text"
|
|
|
|
- icon="el-icon-edit"
|
|
|
|
- @click="addNewPipe(scope.row)"
|
|
|
|
- >新增顶管工程</el-button>
|
|
|
|
|
|
+<!-- <el-button-->
|
|
|
|
+<!-- size="mini"-->
|
|
|
|
+<!-- type="text"-->
|
|
|
|
+<!-- icon="el-icon-edit"-->
|
|
|
|
+<!-- @click="addNewPipe(scope.row)"-->
|
|
|
|
+<!-- >新增顶管工程</el-button>-->
|
|
<el-button
|
|
<el-button
|
|
size="mini"
|
|
size="mini"
|
|
type="text"
|
|
type="text"
|
|
@@ -199,14 +199,14 @@
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="节点" style="width: 100%;margin-left: 0;" v-if="title!=='修改基建工程'">
|
|
<el-form-item label="节点" style="width: 100%;margin-left: 0;" v-if="title!=='修改基建工程'">
|
|
<el-checkbox-group v-model="currentCheckList" @change="console.log(currentCheckList)">
|
|
<el-checkbox-group v-model="currentCheckList" @change="console.log(currentCheckList)">
|
|
- <el-checkbox
|
|
|
|
- :label="item.label"
|
|
|
|
|
|
+ <el-checkbox
|
|
|
|
+ :label="item.label"
|
|
v-for="item in checkList"
|
|
v-for="item in checkList"
|
|
:key="item.label"
|
|
:key="item.label"
|
|
></el-checkbox>
|
|
></el-checkbox>
|
|
</el-checkbox-group>
|
|
</el-checkbox-group>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
- <EnginNodeInfo
|
|
|
|
|
|
+ <EnginNodeInfo
|
|
v-for="(e,idx) in currentCheckList"
|
|
v-for="(e,idx) in currentCheckList"
|
|
:key="idx"
|
|
:key="idx"
|
|
:name="e"
|
|
:name="e"
|
|
@@ -798,7 +798,7 @@ export default {
|
|
});
|
|
});
|
|
this.$refs.ConstructionDetails.dialogVisible = false
|
|
this.$refs.ConstructionDetails.dialogVisible = false
|
|
this.updateParams = {}
|
|
this.updateParams = {}
|
|
-
|
|
|
|
|
|
+
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|