Commit 1c88999f authored by 13841799530's avatar 13841799530

禁用问题

解润东
20211201
parent 61b3de7f
Pipeline #7391 passed with stage
in 11 seconds
......@@ -23,7 +23,7 @@
<van-button type="primary" round size="large" @click="problem(nums)" :disabled="finish=='true'?true:false">临时问题上报{{'('+nums.addTroubleNumber+')'}}</van-button>
<van-button type="primary" round size="large" @click="formwork">检查清单模板{{'('+nums.listNumber+')'}}</van-button>
<van-button type="primary" round size="large" @click="note" :disabled="nums.troubleNumber<1?true:false">检查问题记录{{'('+nums.troubleNumber+')'}}</van-button>
<van-button type="info" round size="large" @click="end(nums)">结束上报</van-button>
<van-button type="info" round size="large" :disabled="finish=='true'?true:false" @click="end(nums)">结束上报</van-button>
</div>
<tab-bar :index="1"></tab-bar>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment