zouzs 5 өдөр өмнө
parent
commit
0abe3582ce

+ 2 - 1
src/views/ipAccount/ipAccountInterface.vue

@@ -152,7 +152,7 @@ const tableConfig: PlusColumn[] = [
     prop: "accNo",
     valueType: "input",
     fieldProps: {
-      showOverFlowTooltip: true
+      disabled: true
     },
     hideInTable: true
   },
@@ -359,6 +359,7 @@ const columns: PlusColumn[] = [
             h(
               ElButton,
               {
+                class: "bg-[#409EFF]! text-white!",
                 onClick: async () => {
                   try {
                     let res = await generateIpAccountToken();