提交 Text Proofread
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<div style="height: 98%">
|
<div style="height: 98%">
|
||||||
<div class="crumbs">
|
<div class="crumbs">
|
||||||
<el-breadcrumb separator="/">
|
<el-breadcrumb separator="/">
|
||||||
<el-breadcrumb-item> <i class="el-icon-document-copy"></i> HTML Proofread </el-breadcrumb-item>
|
<el-breadcrumb-item> <i class="el-icon-document-copy"></i> Text Proofread </el-breadcrumb-item>
|
||||||
</el-breadcrumb>
|
</el-breadcrumb>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<div class="tab_post">
|
<div class="tab_post">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div style="margin-bottom: 10px">
|
<div style="margin-bottom: 10px">
|
||||||
<p
|
<p
|
||||||
v-if="feeStatus == 0"
|
v-if="feeStatus == 0"
|
||||||
@@ -50,7 +53,7 @@
|
|||||||
<p v-else>
|
<p v-else>
|
||||||
<el-button type="primary" plain @click="htmlContet()" style="width: auto; font-weight: bold; margin-top: 10px">
|
<el-button type="primary" plain @click="htmlContet()" style="width: auto; font-weight: bold; margin-top: 10px">
|
||||||
<i class="el-icon-document-copy" style="font-weight: bold; font-size: 14px"></i>
|
<i class="el-icon-document-copy" style="font-weight: bold; font-size: 14px"></i>
|
||||||
HTML Proofread
|
Text Proofread
|
||||||
</el-button>
|
</el-button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -988,7 +988,7 @@ export default new Router({
|
|||||||
path: '/GenerateCharts', //用户端预收录-引用编辑
|
path: '/GenerateCharts', //用户端预收录-引用编辑
|
||||||
component: () => import('../components/page/GenerateCharts'),
|
component: () => import('../components/page/GenerateCharts'),
|
||||||
meta: {
|
meta: {
|
||||||
title: 'HTML Proofread'
|
title: 'Text Proofread'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user