定制项目调整定位为定制方案
This commit is contained in:
@@ -11,7 +11,7 @@ import Add from "./add";
|
|||||||
export default {
|
export default {
|
||||||
name: "AppDeployCustom",
|
name: "AppDeployCustom",
|
||||||
components: {Add, List},
|
components: {Add, List},
|
||||||
label: "定制项目",
|
label: "定制方案",
|
||||||
props: {
|
props: {
|
||||||
instance: Function,
|
instance: Function,
|
||||||
dict: Object,
|
dict: Object,
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isEdit: v => !!v.$route.query.id,
|
isEdit: v => !!v.$route.query.id,
|
||||||
pageTitle: v => v.isEdit ? "编辑定制项目" : "新增定制项目",
|
pageTitle: v => v.isEdit ? "编辑定制方案" : "新增定制方案",
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="list">
|
<section class="list">
|
||||||
<ai-list>
|
<ai-list>
|
||||||
<ai-title slot="title" title="定制项目" isShowBottomBorder/>
|
<ai-title slot="title" title="定制方案" isShowBottomBorder/>
|
||||||
<template #content>
|
<template #content>
|
||||||
<ai-search-bar>
|
<ai-search-bar>
|
||||||
<template #left>
|
<template #left>
|
||||||
|
|||||||
Reference in New Issue
Block a user