Files
2025-08-15 14:05:08 +08:00

11 lines
230 B
Plaintext

<t-cell title="地址" note="{{note}}" bind:click="showCascader" arrow />
<t-cascader
visible="{{visible}}"
value="{{value}}"
options="{{options}}"
title="请选择地址"
bind:change="onChange"
bind:pick="onPick"
/>