瀏覽代碼

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

zhaobao 3 年之前
父節點
當前提交
3749549791
共有 2 個文件被更改,包括 12 次插入4 次删除
  1. 12 2
      src/views/system/setting/license/index.vue
  2. 0 2
      src/views/system/setting/partner_cat/index.vue

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

@@ -1,3 +1,13 @@
 <template>
 <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()
   getDataList()
 })
 })
 
 
-function onCreate() {}
-
 function onPartnerCatAdd() {
 function onPartnerCatAdd() {
   partnerCatRef.value.showAddModel()
   partnerCatRef.value.showAddModel()
 }
 }