海外标准页面开发

This commit is contained in:
宋伟佳
2021-06-04 18:02:40 +08:00
parent af2a58433d
commit 4cbf301ebf
2 changed files with 136 additions and 3456 deletions
@@ -98,10 +98,6 @@
size="mini"
v-btn-permission="'MP3Y2BAK5V'"
title="不勾选时默认导出所有筛选项;勾选时仅导出勾选项"><i class="iconfont">&#xe6e9;</i>导出</el-button>
<!-- <el-button class="common-button-default export-button"-->
<!-- round-->
<!-- @click="exportStandard()"-->
<!-- v-btn-permission="'MKVDFIF89FN'"><i class="iconfont">&#xe6e9;</i>全部导出</el-button>-->
<el-button class="common-button-default delete-button"
:loading="delLoading"
size="mini"
@@ -133,7 +129,7 @@
height="100%"
:row-class-name="dragRowClassName"
@sort-change="sortChange"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
:header-cell-style="{background: '#E8E8E8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}"
@selection-change="standSelectChange">
<el-table-column
@@ -173,8 +169,6 @@
width="150px"
label="新车型实施日期">
<template slot-scope="scope">
<!--<span v-if="scope.row.XCXSSRQ !== 'N/A' && scope.row.XCXSSRQ !== 'TBD'">{{ scope.row.XCXSSRQ ? $moment(scope.row.XCXSSRQ).format('YYYY-MM-DD') : '' }}</span>-->
<!--<span v-else>{{ scope.row.XCXSSRQ }}</span>-->
<span>{{ formatText(scope.row.XCXSSRQ) }}</span>
</template>
</el-table-column>
@@ -184,8 +178,6 @@
width="150px"
label="在产车实施日期">
<template slot-scope="scope">
<!--<span v-if="scope.row.ZCCSSRQ !== 'N/A' && scope.row.ZCCSSRQ !== 'TBD'">{{ scope.row.ZCCSSRQ ? $moment(scope.row.ZCCSSRQ).format('YYYY-MM-DD') : '' }}</span>-->
<!--<span v-else>{{ scope.row.ZCCSSRQ }}</span>-->
<span>{{ formatText(scope.row.ZCCSSRQ) }}</span>
</template>
@@ -201,11 +193,6 @@
</el-tooltip>
</template>
</el-table-column>
<!-- <el-table-column-->
<!-- prop="standNatureShow"-->
<!-- label="标准性质"-->
<!-- align="center">-->
<!-- </el-table-column>-->
<el-table-column label="操作" align="center" width="50" fixed="right">
<template slot-scope="scope">
<div @click.stop style="display: inline-block">
@@ -227,7 +214,6 @@
<el-dropdown-item :command="[scope.row, '编辑']" v-btn-permission="'9K6ANCMBZ9'">编辑</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '分享']" v-btn-permission="'SNGDU9PF4J'">分享</el-dropdown-item>
<el-dropdown-item :command="[scope.row, '删除']" v-btn-permission="'UH6NV867E7'">删除</el-dropdown-item>
<!-- <el-dropdown-item :command="[scope.row, '流程']">流程</el-dropdown-item>-->
</el-dropdown-menu>
</el-dropdown>
</div>
File diff suppressed because it is too large Load Diff