This commit is contained in:
花有清香月有阴
2022-02-23 09:12:32 +08:00
parent f841f2e462
commit 853f5c7a05
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
export default { export default {
name: "AppProgress", name: "AppProgress",
appName: "办事进度", appName: "办事进度-旧",
data() { data() {
return { return {
id: '', id: '',

View File

@@ -40,7 +40,7 @@
<script> <script>
export default { export default {
name: 'AppProgressNew', name: 'AppProgressNew',
appName: '办事进度-新', appName: '办事进度',
data() { data() {
return { return {
id: '', id: '',

View File

@@ -15,7 +15,7 @@
<script> <script>
export default { export default {
name:"AppServiceOnline", name:"AppServiceOnline",
appName:"网上办事", appName:"网上办事-旧",
data () { data () {
return { return {
list: [] list: []

View File

@@ -15,7 +15,7 @@
<script> <script>
export default { export default {
name: 'AppServiceOnlineNew', name: 'AppServiceOnlineNew',
appName: '网上办事-新', appName: '网上办事',
data() { data() {
return { return {
list: [], list: [],