Browse Source

工程收款信息修改

pengyh 1 year ago
parent
commit
307673e653

+ 1 - 1
src/views/auxiliaryFittings/projectAttachmentManage/detail.vue

@@ -179,7 +179,7 @@
 		</el-card>
 		<div class="page-footer">
 			<div class="footer">
-				<el-button v-if="detail.waitPrice > 0" size="small" type="primary"  @click="confirm()">确定</el-button>
+				<el-button size="small" type="primary"  @click="confirm()">确定</el-button>
 				<el-button size="small" type="info" @click="goBack">返回</el-button>
 			</div>
 		</div>

+ 1 - 1
src/views/auxiliaryFittings/projectAuxiliaryManage/detail.vue

@@ -179,7 +179,7 @@
 		</el-card>
 		<div class="page-footer">
 			<div class="footer">
-				<el-button v-if="detail.waitPrice > 0" size="small" type="primary"  @click="confirm()">确定</el-button>
+				<el-button size="small" type="primary"  @click="confirm()">确定</el-button>
 				<el-button size="small" type="info" @click="goBack">返回</el-button>
 			</div>
 		</div>