dev_202304
wangchenguang 2 years ago
parent d75055662b
commit 65f539f6a7
  1. 19
      1.html
  2. 2
      src/views/customer/AddCustomer.vue

@ -1,19 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
const list = [1,2,3,4]
console.log(111)
list.map(i=>{
const a = i*3
})
console.log(2222)
</script>
</body>
</html>

@ -631,6 +631,8 @@ export default {
console.log('ishave=>',isHave) console.log('ishave=>',isHave)
if (isHave) { if (isHave) {
e.productTypeName = isHave.name e.productTypeName = isHave.name
}else {
e.productTypeName = ''
} }
// 1 0 // 1 0
e.isEnable = (e.status === '未生效' || e.status === '已过期' || !e.orderEnable) ? e.isEnable = (e.status === '未生效' || e.status === '已过期' || !e.orderEnable) ?

Loading…
Cancel
Save