|
|
@@ -23,7 +23,7 @@
|
|
|
<CellGroup inset>
|
|
|
<Cell v-for="(item, index) in dataList" :key="index" @click="signer(item)">
|
|
|
<template #title>
|
|
|
- <Icon :name="iconName(item.recordstatus)"></Icon>
|
|
|
+ <Icon color="#00CCFF" :name="iconName(item.recordstatus)"></Icon>
|
|
|
<Button :disable="item.recordstatus === 2" :text="true">{{ item.templatename }}</Button>
|
|
|
</template>
|
|
|
</Cell>
|
|
|
@@ -45,10 +45,10 @@ import { getAQCertificateTypeListName } from "@/constants/account";
|
|
|
import { useRequest } from '@/hooks/request'
|
|
|
import { queryUserESignRecord } from '@/services/api/account';
|
|
|
import { useRequestCreateContractAndAddSigner, useRequestSignCompleted } from '@/business/user/account';
|
|
|
-import AppModal from '@/components/base/modal/index.vue'
|
|
|
import plus from '@/utils/h5plus'
|
|
|
import { onMounted } from 'vue';
|
|
|
import { getFileUrl } from '@/filters';
|
|
|
+import AppModal from '@/components/base/modal/index.vue'
|
|
|
|
|
|
const error = shallowRef(false)
|
|
|
const showModal = shallowRef(true)
|