Compare commits

..

No commits in common. "a0c3a23bb532f4c5c26c28587bf98db6c0200c42" and "02312656fefd89402fd0905280982160408d9d13" have entirely different histories.

1 changed files with 0 additions and 8 deletions

View File

@ -34,14 +34,6 @@
params: {taskId:item.taskId,type,title}
})"/>
</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>
</u-list-item>