页面切图
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<view class='index'>
|
||||
<view class="content" v-for="(item, index) in deviceList" :key="index">
|
||||
<uni-forms :label-width="80">
|
||||
<uni-forms-item label="类型">
|
||||
<uni-forms-item label="型号">
|
||||
<uni-data-select v-model="item.type" :localdata="range"
|
||||
@change="typeChange(item)"></uni-data-select>
|
||||
</uni-forms-item>
|
||||
@@ -112,7 +112,6 @@ export default {
|
||||
{ value: 18, text: "POS-880X", point: 3 },
|
||||
{ value: 19, text: "NPQS-580", point: 1 },
|
||||
{ value: 20, text: "NPOS-572", point: 2 },
|
||||
|
||||
],
|
||||
point: {
|
||||
x: 170,
|
||||
|
||||
Reference in New Issue
Block a user