JX.Li 1 سال پیش
والد
کامیت
ccf134fbd3

+ 2 - 2
src/views/zdsz/engineeringCivil/index.vue

@@ -192,7 +192,7 @@
             icon="el-icon-edit"
             @click="addNodeInfo(scope.row)"
             v-hasPermi="['zdsz:engineeringCivil:add']"
-          >填写施工信息
+          >修改施工信息
           </el-button>
           <el-button
             size="mini"
@@ -1035,7 +1035,7 @@ export default {
         }
       })
     },
-    // 填写施工信息
+    // 修改施工信息
     updateNodeOption(zEngineeringInfoBoList) {
       delete this.updateParams.zEngineeringNodeBoList
       this.updateParams.zEngineeringNodeBo.zEngineeringInfoBoList = zEngineeringInfoBoList

+ 2 - 2
src/views/zdsz/engineeringIndustry/index.vue

@@ -103,7 +103,7 @@
             size="mini"
             v-hasPermi="['zdsz:engineeringIndustry:edit']"
             @click="updateviewSource(scope.row)"
-          >填写施工信息
+          >修改施工信息
           </el-button>
           <el-button type="text"
                      icon="el-icon-edit"
@@ -713,7 +713,7 @@ export default {
       this.nodeDetailVisible = false
       this.reset()
     },
-    // 填写施工信息
+    // 修改施工信息
     toNodeDetail() {
       // 根据材质id查询对应规格回显
       this.$refs["form"].validate(valid => {

+ 1 - 1
src/views/zdsz/engineeringInfrastructure/index.vue

@@ -81,7 +81,7 @@
               icon="el-icon-edit"
               @click="addNodeInfo(scope.row)"
               v-hasPermi="['zdsz:engineeringInfrastructure:add']"
-              >填写施工信息
+              >修改施工信息
           </el-button>
           <el-button
             size="mini"

+ 2 - 2
src/views/zdsz/engineeringPipeJacking/index.vue

@@ -90,7 +90,7 @@
             icon="el-icon-edit"
             @click="addNodeInfo(scope.row)"
             v-hasPermi="['zdsz:engineeringPipeJacking:add']"
-          >填写施工信息
+          >修改施工信息
           </el-button>
           <el-button
             size="mini"
@@ -174,7 +174,7 @@
       </el-form>
       <div slot="footer" class="dialog-footer">
         <!-- <el-button :loading="buttonLoading" type="primary" @click="submitForm">确定</el-button> -->
-        <el-button :loading="buttonLoading" type="primary" @click="toNodeDetail">填写施工信息</el-button>
+        <el-button :loading="buttonLoading" type="primary" @click="toNodeDetail">修改施工信息</el-button>
         <el-button @click="cancel">取 消</el-button>
       </div>
     </el-dialog>