|
|
@@ -762,7 +762,6 @@ const billsGuidance = (function () {
|
|
|
let ruleText = node && node.data.ruleText ? node.data.ruleText : '无内容';
|
|
|
|
|
|
$('#questionTab1').text('补注');
|
|
|
- $('#questionTab2').text('工程量计算规则');
|
|
|
$('#questionContent1').html(recharge);
|
|
|
$('#questionContent2').html(ruleText);
|
|
|
$('#questionModal').modal('show');
|