[update 标准拆分] 查看
This commit is contained in:
@@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div class="table-operator">
|
||||
<!--导出-->
|
||||
<a-button icon="upload" type="primary" ghost @click="handleExportXls($t('dashboard.advancedSearch.exportName'), '.xlsx')">
|
||||
<a-button icon="upload" v-has="'dashboard:advancedSearch:export'" type="primary" ghost @click="handleExportXls($t('dashboard.advancedSearch.exportName'), '.xlsx')">
|
||||
{{ $t('export') }}
|
||||
</a-button>
|
||||
</div>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<a-col :md="4" class="operator-col">
|
||||
<div class="right-btns">
|
||||
<!-- 导出 -->
|
||||
<a-button icon="upload" type="primary" ghost @click="handleExportXls($t('dashboard.generalSearch.exportName'), '.xlsx')">
|
||||
<a-button v-has="'dashboard:generalSearch:export'" icon="upload" type="primary" ghost @click="handleExportXls($t('dashboard.generalSearch.exportName'), '.xlsx')">
|
||||
{{ $t('export') }}
|
||||
</a-button>
|
||||
</div>
|
||||
@@ -97,7 +97,7 @@
|
||||
<p class="result-abolish">{{ StandardStatus.ABOLISH.text }}</p>
|
||||
</div>
|
||||
<p class="result-date">{{ $t('dashboard.generalSearch.implementationDate') }} {{ item.implementationDate || global.emptyLine }}</p>
|
||||
<a-button :disabled="judgeAbolish(item)" @click="filePreviewAll(item)" style="margin-left: 8px;" type="primary" ghost>{{ $t('dashboard.generalSearch.viewText') }}</a-button>
|
||||
<a-button v-has="'dashboard:generalSearch:viewText'" :disabled="judgeAbolish(item)" @click="filePreviewAll(item)" style="margin-left: 8px;" type="primary" ghost>{{ $t('dashboard.generalSearch.viewText') }}</a-button>
|
||||
</div>
|
||||
<template v-if="retrievalModeCurrent === '1'">
|
||||
<!-- 全文检索 -->
|
||||
|
||||
@@ -100,10 +100,10 @@
|
||||
</a-form-model-item>
|
||||
|
||||
<!--是否必填-->
|
||||
<a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">
|
||||
<j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"
|
||||
:placeholder="$t('pleaseSelect') + $t('system.tag.required')" />
|
||||
</a-form-model-item>
|
||||
<!--<a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">-->
|
||||
<!-- <j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"-->
|
||||
<!-- :placeholder="$t('pleaseSelect') + $t('system.tag.required')" />-->
|
||||
<!--</a-form-model-item>-->
|
||||
<!--使用范围-->
|
||||
<!--<a-form-model-item :label="$t('system.tag.usableRange')" prop="usableRange">-->
|
||||
<!-- <j-multi-select-tag v-model="form.usableRange"-->
|
||||
@@ -163,8 +163,8 @@
|
||||
|
||||
<script>
|
||||
import JDictSelectTag from '../../../../components/dict/JDictSelectTag'
|
||||
import { FieldType, StandardSource, TagsAttributeTypeEnums, TagsTypeEnums } from '../../../../enums/commonEnums'
|
||||
import { addTag, ajaxGetDictItems, editTag, queryDictName } from '../../../../api/api'
|
||||
import { FieldType, TagsAttributeTypeEnums, TagsTypeEnums } from '../../../../enums/commonEnums'
|
||||
import { addTag, editTag, queryDictName } from '../../../../api/api'
|
||||
|
||||
export default {
|
||||
name: 'ClauseSplittingDrawer',
|
||||
|
||||
@@ -113,12 +113,12 @@
|
||||
</a-form-model-item>
|
||||
</a-col>
|
||||
<!--是否必填-->
|
||||
<a-col :span="24">
|
||||
<a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">
|
||||
<j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"
|
||||
:placeholder="$t('pleaseSelect') + $t('system.tag.required')" />
|
||||
</a-form-model-item>
|
||||
</a-col>
|
||||
<!--<a-col :span="24">-->
|
||||
<!-- <a-form-model-item :label="$t('system.tag.required')" prop="fieldMustInput">-->
|
||||
<!-- <j-dict-select-tag type="list" v-model="form.fieldMustInput" dictCode="yn"-->
|
||||
<!-- :placeholder="$t('pleaseSelect') + $t('system.tag.required')" />-->
|
||||
<!-- </a-form-model-item>-->
|
||||
<!--</a-col>-->
|
||||
|
||||
<template>
|
||||
<!--对应标准模块展示-->
|
||||
|
||||
Reference in New Issue
Block a user