feat: There is no way the
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
</h5>
|
||||
</div>
|
||||
<div v-if="!kindtext" style="position: absolute;right: 110px;display: flex">
|
||||
<el-input v-model="standForm.selectValue" :placeholder="$t('m.standSelect')" @keyup.enter.native="btnSearch"
|
||||
<el-input v-model.trim="standForm.selectValue" :placeholder="$t('m.standSelect')" @keyup.enter.native="btnSearch"
|
||||
clearable>
|
||||
</el-input>
|
||||
<el-button type="primary" @click="btnSearch" style="width: 98px;background:#3391CE
|
||||
@@ -899,8 +899,8 @@
|
||||
v-if="selectIndex !== 'items'"
|
||||
width="130">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.issue_time !== null && scope.row.issue_time !== undefined">
|
||||
{{ $dateFormat(new Date(scope.row.issue_time), "yyyy-MM-dd") }}
|
||||
<div v-if="scope.row.issue_time !== null && scope.row.issueTime !== undefined">
|
||||
{{ $dateFormat(new Date(scope.row.issueTime), "yyyy-MM-dd") }}
|
||||
</div>
|
||||
<div v-else></div>
|
||||
</template>
|
||||
@@ -910,8 +910,8 @@
|
||||
:label="$t('m.putTime')"
|
||||
width="130">
|
||||
<template slot-scope="scope">
|
||||
<div v-if="scope.row.put_time !== null && scope.row.put_time !== undefined">
|
||||
{{ $dateFormat(new Date(scope.row.put_time), "yyyy-MM-dd") }}
|
||||
<div v-if="scope.row.SSRQ !== null && scope.row.SSRQ !== undefined && scope.row.SSRQ !== ''">
|
||||
{{ $dateFormat(new Date(scope.row.SSRQ), "yyyy-MM-dd") }}
|
||||
</div>
|
||||
<div v-else></div>
|
||||
</template>
|
||||
@@ -919,7 +919,7 @@
|
||||
<el-table-column
|
||||
align="center"
|
||||
width="180"
|
||||
:label="selectIndex === 'INLAND_STAND' ? '标准状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '企业标准状态')">
|
||||
:label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '企业标准状态')">
|
||||
<template slot-scope="scope">
|
||||
<div>
|
||||
{{ scope.row.standstateshow }}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<el-input
|
||||
placeholder="请输入查询条件"
|
||||
clearable
|
||||
v-model="keywords"
|
||||
v-model.trim="keywords"
|
||||
@keyup.enter.native="searchSarByInputKeyByCondition">
|
||||
</el-input>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user