11 lines
230 B
Plaintext
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"
|
|
/>
|