@@ -911,6 +911,19 @@ export default {
components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info,Collection},
data() {
return {
+ statusDialog: {
+ open: false,
+ title: "修改客户状态"
+ },
+ statusForm: {
+ id: null,
+ status: null
+ statusRules: {
+ status: [
+ {required: true, message: '状态不能为空', trigger: 'change'}
+ ]
collection:{
titile:"信息采集",
open:false,