Commit 078c0a03 by liang ce

审批模版输入框调试

parent c8b4a5d9
...@@ -7,12 +7,12 @@ ...@@ -7,12 +7,12 @@
<div class="paymentManagementSettingContent"> <div class="paymentManagementSettingContent">
<div> <div>
<label>现金充值:</label> <label>现金充值:</label>
<a-input v-model="OrgSettingData.chargeProcessInstanceId" placeholder="请输入审批模板ID"/> <a-input v-model="OrgSettingData.chargeProcessInstanceId" placeholder="请输入审批模板ID" style="width: 510px"/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.chargeSwitch !== '' && OrgSettingData.chargeSwitch !== 'CLOSE'" @change='chargeSwitchOnChange'/> <a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.chargeSwitch !== '' && OrgSettingData.chargeSwitch !== 'CLOSE'" @change='chargeSwitchOnChange'/>
</div> </div>
<div> <div>
<label>津贴发放:</label> <label>津贴发放:</label>
<a-input v-model="OrgSettingData.provideSubsidyId" placeholder="请输入审批模板ID"/> <a-input v-model="OrgSettingData.provideSubsidyId" placeholder="请输入审批模板ID" style="width: 510px"/>
<a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.provideSubsidySwitch !== '' && OrgSettingData.provideSubsidySwitch !== 'CLOSE'" @change='provideSubsidySwitchOnChange'/> <a-switch checkedChildren="开" unCheckedChildren="关" defaultChecked :checked="OrgSettingData.provideSubsidySwitch !== '' && OrgSettingData.provideSubsidySwitch !== 'CLOSE'" @change='provideSubsidySwitchOnChange'/>
</div> </div>
<!-- <div> <!-- <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