|
@@ -85,6 +85,12 @@
|
|
|
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
|
|
|
</el-row>
|
|
|
|
|
|
+ <el-row class="colorMark">
|
|
|
+ <svg-icon icon-class="rectangleLightgreen" class="rectangleLightgreen" style="fill:#000000;"></svg-icon>MC情况:Done
|
|
|
+ <!--<svg-icon icon-class="rectangleFlesh" class="rectangleFlesh"></svg-icon>{{ $t('7天内到期') }}-->
|
|
|
+ <!--<svg-icon icon-class="rectangleYellow" class="rectangleYellow"></svg-icon>{{ $t('7-14天内到期') }}-->
|
|
|
+ </el-row>
|
|
|
+
|
|
|
<el-table
|
|
|
v-loading="loading" :data="mocList"
|
|
|
@selection-change="handleSelectionChange"
|