|
@@ -115,14 +115,10 @@
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
<span class="inputSty" v-else>{{scope.row[iv.code]}}</span>
|
|
|
+ <span class="indicitem" v-if="iv.code === 'operation'" @click="changeDetail(scope.row)">详情</span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" width="100">
|
|
|
- <template #default="scope">
|
|
|
- <span class="indicitem" @click="changeDetail(scope.row)">详情</span>
|
|
|
- </template>
|
|
|
- </el-table-column>
|
|
|
</el-table>
|
|
|
<el-table :data="monthQuarterYearData" style="width: 100%" ref="monthQuarterYearTT"
|
|
|
v-else
|