Compare commits
No commits in common. "a0c3a23bb532f4c5c26c28587bf98db6c0200c42" and "02312656fefd89402fd0905280982160408d9d13" have entirely different histories.
a0c3a23bb5
...
02312656fe
|
@ -34,14 +34,6 @@
|
||||||
params: {taskId:item.taskId,type,title}
|
params: {taskId:item.taskId,type,title}
|
||||||
})"/>
|
})"/>
|
||||||
</view>
|
</view>
|
||||||
<view v-for="(item1, index1) in item.buttons" :key="index1" class="flex_btn">
|
|
||||||
<u-button type="primary" size="mini" shape="circle" :text="item1.name" class="bth-mini ml-10"
|
|
||||||
@click="$u.route({
|
|
||||||
url: item1.route,
|
|
||||||
params: {taskId: item.taskId,EW_RU_JOB_ID: item.jobId, isView: '1'},
|
|
||||||
})"
|
|
||||||
/>
|
|
||||||
</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</u-list-item>
|
</u-list-item>
|
||||||
|
|
Loading…
Reference in New Issue