commit
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
<el-image v-if="signatureContent" :src="signatureContent" class="signature-image"></el-image>
|
||||
</div>
|
||||
<el-link type="danger" icon="el-icon-edit" @click="signatureAgain" v-if="signatureContent">重签</el-link>
|
||||
<el-link type="primary" icon="el-icon-edit" @click="openPanel" v-else>打开签字版</el-link>
|
||||
</div>
|
||||
</el-card>
|
||||
</template>
|
||||
@@ -44,6 +45,9 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
openPanel() {
|
||||
window.open(this.signatureAddress)
|
||||
},
|
||||
async init() {
|
||||
const {code, data} = await this.$axios.post("/platform/signature/get")
|
||||
if (code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user