10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
<t-cell title="地址" note="{{note}}" bind:click="showCascader" arrow></t-cell>
|
|
|
|
<t-cascader
|
|
visible="{{visible}}"
|
|
value="120119"
|
|
options="{{options}}"
|
|
title="请选择地址"
|
|
bind:change="onChange"
|
|
></t-cascader>
|