diff --git a/src/components/order/ros.vue b/src/components/order/ros.vue index 3eaac96..c3507f2 100644 --- a/src/components/order/ros.vue +++ b/src/components/order/ros.vue @@ -5,6 +5,11 @@ border style="width: 100%"> + + @@ -104,6 +109,9 @@ export default { }, handleCurrentChange() { this.get(); + }, + changeLineStatus(r) { + this.$api.post(this.$api.phpURL + 'ros/order/setIsend', {r}).then(res => {}) } } } diff --git a/src/components/user/amountdetails.vue b/src/components/user/amountdetails.vue index e6785ad..c38c1fd 100644 --- a/src/components/user/amountdetails.vue +++ b/src/components/user/amountdetails.vue @@ -3,8 +3,8 @@ * @version: 123 * @Author: kangkang * @Date: 2020-09-30 21:48:44 - * @LastEditors: kangkang - * @LastEditTime: 2020-10-30 17:05:42 + * @LastEditors: “wanyongkang” “937888580@qq.com” + * @LastEditTime: 2022-09-13 23:43:18 -->