Commit 38f26897 by 无尘

fix: 修改指标

parent 506d07be
.list-content .el-input[data-v-8e6b1b72]{width:180px;margin-right:10px}.list-content .el-select[data-v-8e6b1b72]{width:148px;margin-right:10px}.list-content .el-date-picker[data-v-8e6b1b72]{margin-right:10px}.list-content .w-171[data-v-8e6b1b72]{width:171px}.content-search[data-v-8e6b1b72]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.content-data[data-v-8e6b1b72],.content-first[data-v-8e6b1b72],.content-search[data-v-8e6b1b72]{display:-webkit-box;display:-ms-flexbox;display:flex}.content-data[data-v-8e6b1b72]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.color1[data-v-8e6b1b72]{color:#303133;font-size:16px;padding-right:15px;font-weight:500}.color2[data-v-8e6b1b72]{position:relative;color:#606266;font-size:14px;font-weight:400}.color2[data-v-8e6b1b72]:not(:first-of-type){padding-left:16px}.color2[data-v-8e6b1b72]:not(:first-of-type):before{content:"|";position:absolute;top:0;left:0;color:#dcdfe6}
\ No newline at end of file
.list-content .el-input[data-v-6be04b84]{width:180px;margin-right:10px}.list-content .el-select[data-v-6be04b84]{width:148px;margin-right:10px}.list-content .el-date-picker[data-v-6be04b84]{margin-right:10px}.list-content .w-171[data-v-6be04b84]{width:171px}.content-search[data-v-6be04b84]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.content-data[data-v-6be04b84],.content-first[data-v-6be04b84],.content-search[data-v-6be04b84]{display:-webkit-box;display:-ms-flexbox;display:flex}.content-data[data-v-6be04b84]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}.color1[data-v-6be04b84]{color:#303133;font-size:16px;padding-right:15px;font-weight:500}.color2[data-v-6be04b84]{position:relative;color:#606266;font-size:14px;font-weight:400}.color2[data-v-6be04b84]:not(:first-of-type){padding-left:16px}.color2[data-v-6be04b84]:not(:first-of-type):before{content:"|";position:absolute;top:0;left:0;color:#dcdfe6}
\ No newline at end of file
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-09 10:39:37
* @LastEditors: 无尘
* @LastEditTime: 2020-12-02 11:41:37
* @LastEditTime: 2020-12-02 11:45:52
-->
<template>
<div class="common-app-right">
......@@ -60,7 +60,7 @@
</div>
<el-select v-model="multValue" :disabled="search.performanceSubType == 2" placeholder="批量操作" @change="batchOperation" clearable>
<el-select :disabled="search.performanceSubType == 2" placeholder="批量操作" @change="batchOperation" clearable>
<el-option label="完善日指标" :value="1"></el-option>
</el-select>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment