Commit 763bcd8e authored by Your Name's avatar Your Name

开启关闭配送方式优化

parent a96bb8db
......@@ -20,7 +20,7 @@
<a-row type="flex" justify="start" align="middle">
<a-col><a-switch @change="changeState($event,record.GUID,'1')" :defaultChecked="stateValue(record.POINTS_STATE)" checkedChildren="开" unCheckedChildren="关" /></a-col>
<a-col><a-divider type="vertical"/></a-col>
<a-col><a-switch @change="changeState($event,record.GUID,'2')" :defaultChecked="stateValue(record.STATE)" checkedChildren="开" unCheckedChildren="关" /></a-col>
<a-col><a-switch @change="changeState($event,record.GUID,'2')" :defaultChecked="stateValue(record.ROMENS_RENT_STATE)" checkedChildren="开" unCheckedChildren="关" /></a-col>
</a-row>
</template>
</span>
......
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