| | |
| | | > |
| | | </el-col> |
| | | </el-row> |
| | | <el-row v-loading="loading" :gutter="20"> |
| | | <el-row v-if="contractList && contractList.length > 0" v-loading="loading" :gutter="20"> |
| | | <el-col |
| | | :span="8" |
| | | v-for="(item, index) in contractList" |
| | |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-empty v-else description="暂无数据"></el-empty> |
| | | |
| | | <!-- 合同详情 --> |
| | | <el-dialog |
| | |
| | | <el-form label-position="left" inline class="table-expand"> |
| | | <el-collapse v-model="activeNames"> |
| | | <el-collapse-item |
| | | v-for="name, index in ruleName" |
| | | v-for="(name, index) in ruleName" |
| | | :key="index" |
| | | :title="name" |
| | | > |
| | | <div |
| | | class="inline-input-container" |
| | | v-for="item, index in ruleData" |
| | | v-for="(item, index) in ruleData" |
| | | :key="index" |
| | | > |
| | | <el-tooltip :content=" |