|
@@ -75,7 +75,7 @@
|
|
|
icon="el-icon-time"
|
|
|
@click="viewSource(scope.row)"
|
|
|
v-hasPermi="['zdsz:engineeringPipeJacking:query']"
|
|
|
- >历史用料
|
|
|
+ >历史施工
|
|
|
</el-button>
|
|
|
<el-button
|
|
|
size="mini"
|
|
@@ -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>
|