Kaynağa Gözat

Signed-off-by: zhaobao <528046418@qq.com>

zhaobao 3 yıl önce
ebeveyn
işleme
3749549791

+ 12 - 2
src/views/system/setting/license/index.vue

@@ -1,3 +1,13 @@
 <template>
-    <h1>LICENSE</h1>
-</template>
+    <h1>{{title }}</h1>
+</template>
+<script lang="ts" setup>
+const data=()=>{
+   return  {
+    title:'LICENSE'
+   }
+}
+const {
+    title
+}=toRefs(data())
+</script>

+ 0 - 2
src/views/system/setting/partner_cat/index.vue

@@ -28,8 +28,6 @@ onMounted(() => {
   getDataList()
 })
 
-function onCreate() {}
-
 function onPartnerCatAdd() {
   partnerCatRef.value.showAddModel()
 }