feat: There is no way the

This commit is contained in:
super_liu
2021-08-10 14:54:03 +08:00
parent 84f633e6ea
commit ed7a32fa75
2 changed files with 7 additions and 7 deletions
@@ -13,7 +13,7 @@
</h5> </h5>
</div> </div>
<div v-if="!kindtext" style="position: absolute;right: 110px;display: flex"> <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> clearable>
</el-input> </el-input>
<el-button type="primary" @click="btnSearch" style="width: 98px;background:#3391CE <el-button type="primary" @click="btnSearch" style="width: 98px;background:#3391CE
@@ -899,8 +899,8 @@
v-if="selectIndex !== 'items'" v-if="selectIndex !== 'items'"
width="130"> width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.issue_time !== null && scope.row.issue_time !== undefined"> <div v-if="scope.row.issue_time !== null && scope.row.issueTime !== undefined">
{{ $dateFormat(new Date(scope.row.issue_time), "yyyy-MM-dd") }} {{ $dateFormat(new Date(scope.row.issueTime), "yyyy-MM-dd") }}
</div> </div>
<div v-else></div> <div v-else></div>
</template> </template>
@@ -910,8 +910,8 @@
:label="$t('m.putTime')" :label="$t('m.putTime')"
width="130"> width="130">
<template slot-scope="scope"> <template slot-scope="scope">
<div v-if="scope.row.put_time !== null && scope.row.put_time !== undefined"> <div v-if="scope.row.SSRQ !== null && scope.row.SSRQ !== undefined && scope.row.SSRQ !== ''">
{{ $dateFormat(new Date(scope.row.put_time), "yyyy-MM-dd") }} {{ $dateFormat(new Date(scope.row.SSRQ), "yyyy-MM-dd") }}
</div> </div>
<div v-else></div> <div v-else></div>
</template> </template>
@@ -919,7 +919,7 @@
<el-table-column <el-table-column
align="center" align="center"
width="180" width="180"
:label="selectIndex === 'INLAND_STAND' ? '标准状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '企业标准状态')"> :label="selectIndex === 'INLAND_STAND' ? '文本状态' : (this.selectIndex === 'INLAND_LAWS' ? '文件状态' : '企业标准状态')">
<template slot-scope="scope"> <template slot-scope="scope">
<div> <div>
{{ scope.row.standstateshow }} {{ scope.row.standstateshow }}
@@ -11,7 +11,7 @@
<el-input <el-input
placeholder="请输入查询条件" placeholder="请输入查询条件"
clearable clearable
v-model="keywords" v-model.trim="keywords"
@keyup.enter.native="searchSarByInputKeyByCondition"> @keyup.enter.native="searchSarByInputKeyByCondition">
</el-input> </el-input>
</div> </div>