Compare commits
No commits in common. "04fdcb9a960ce6836f7d6af555273fa25d9a1f1b" and "35ffea70666ef6a19ecc5efe786910c386336f27" have entirely different histories.
04fdcb9a96
...
35ffea7066
|
@ -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