|
@@ -32,9 +32,9 @@
|
|
|
<el-button size="small" icon="el-icon-delete" type="text" @click="rowDel(row, index)"
|
|
|
:disabled="row.orderStatus != '录入'">删 除</el-button>
|
|
|
</template>
|
|
|
- <!-- <template slot="contractNo" slot-scope="{ row }">
|
|
|
+ <template slot="contractNo" slot-scope="{ row }">
|
|
|
<span style="color: #1e9fff" @click="rowEdit(row)">{{ row.contractNo }}</span>
|
|
|
- </template> -->
|
|
|
+ </template>
|
|
|
</avue-crud>
|
|
|
</basic-container>
|
|
|
<detailsPage v-if="!isShow" :detailData="detailData" @goBack="goBack"></detailsPage>
|