V1.2.0需求完成测试版
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
class="demo-form-inline"
|
||||
ref="formRef"
|
||||
>
|
||||
<el-form-item label="文档类型" prop="type">
|
||||
<el-form-item :label="$t('backendSystem.documentType')|| '文档类型'" prop="type">
|
||||
<el-select
|
||||
class="input"
|
||||
clearable
|
||||
@@ -38,7 +38,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="搜索" style="margin-left: 5vw" prop="minerUser">
|
||||
<el-form-item :label="$t('backendSystem.search')|| '搜索'" style="margin-left: 5vw" prop="minerUser">
|
||||
<el-input
|
||||
v-model="queryParams.keyword"
|
||||
:placeholder="$t('backendSystem.pleaseInput')"
|
||||
@@ -65,7 +65,7 @@
|
||||
<el-table-column prop="id" label="ID" width="60" />
|
||||
<el-table-column
|
||||
prop="createTime"
|
||||
label="创建时间"
|
||||
:label="$t('backendSystem.createTime')|| '创建时间'"
|
||||
width="160"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
@@ -76,20 +76,20 @@
|
||||
|
||||
<el-table-column
|
||||
prop="createUser"
|
||||
label="创建人"
|
||||
:label="$t('backendSystem.createUser')|| '创建人'"
|
||||
width="160"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column prop="content" label="文档内容" show-overflow-tooltip />
|
||||
<el-table-column prop="content" :label="$t('backendSystem.content')|| '文档内容'" show-overflow-tooltip />
|
||||
<el-table-column
|
||||
prop="title"
|
||||
label="文档标题"
|
||||
:label="$t('backendSystem.documentTitle')|| '文档标题'"
|
||||
width="200"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
<el-table-column
|
||||
prop="type"
|
||||
label="文档类型"
|
||||
:label="$t('backendSystem.documentType')|| '文档类型'"
|
||||
width="100"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
@@ -100,7 +100,7 @@
|
||||
|
||||
<el-table-column
|
||||
prop="updateTime"
|
||||
label="修改时间"
|
||||
:label="$t('backendSystem.updateTime')|| '修改时间'"
|
||||
width="160"
|
||||
show-overflow-tooltip
|
||||
>
|
||||
@@ -110,7 +110,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="updateUser"
|
||||
label="修改人"
|
||||
:label="$t('backendSystem.updateUser')|| '修改人'"
|
||||
width="160"
|
||||
show-overflow-tooltip
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user