bug
This commit is contained in:
@@ -189,12 +189,12 @@
|
|||||||
/>
|
/>
|
||||||
<span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>
|
<span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>
|
||||||
</template>
|
</template>
|
||||||
|
<el-button
|
||||||
|
@click="showItemsModel(child.attrField)"
|
||||||
|
class="decomposition-btn"
|
||||||
|
icon="icon-separate"
|
||||||
|
>标准分解单</el-button>
|
||||||
</p>
|
</p>
|
||||||
<el-button
|
|
||||||
@click="showItemsModel(child.attrField)"
|
|
||||||
class="decomposition-btn"
|
|
||||||
icon="icon-separate"
|
|
||||||
>标准分解单</el-button>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -281,12 +281,12 @@
|
|||||||
<span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>
|
<span class="time-text">上传时间:{{ dateFormat(file.modifyTime) }}</span>
|
||||||
</template>
|
</template>
|
||||||
</p>
|
</p>
|
||||||
<!-- <el-button-->
|
<el-button
|
||||||
<!-- v-if="child.attrField === 'FBGBJBD' || child.attrField === 'SSG' || child.attrField === 'ZQYJG' || child.attrField === 'BPG' || child.attrField === 'ZBJBD' || child.attrField === 'CA'"-->
|
v-if="child.attrField === 'FBGBJBD' || child.attrField === 'SSG' || child.attrField === 'ZQYJG' || child.attrField === 'BPG' || child.attrField === 'ZBJBD' || child.attrField === 'CA'"
|
||||||
<!-- @click="showItemsModel(child.attrField)"-->
|
@click="showItemsModel(child.attrField)"
|
||||||
<!-- class="decomposition-btn"-->
|
class="decomposition-btn"
|
||||||
<!-- icon="icon-separate"-->
|
icon="icon-separate"
|
||||||
<!-- >标准分解单2</el-button>-->
|
>标准分解单</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -2023,7 +2023,7 @@ export default {
|
|||||||
}
|
}
|
||||||
// 缺少文件
|
// 缺少文件
|
||||||
if (this.$route.params.pageType === 'INLAND_STAND') {
|
if (this.$route.params.pageType === 'INLAND_STAND') {
|
||||||
if (this.$hasPermission('ZWBGBNTL11')) {
|
if (this.$hasPermission('2d6ab9d465ab73d415194e1ca4313793')) {
|
||||||
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
|
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
|
||||||
attId: attId
|
attId: attId
|
||||||
}, {
|
}, {
|
||||||
@@ -2067,7 +2067,7 @@ export default {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// 国外在线预览权限
|
// 国外在线预览权限
|
||||||
if (this.$hasPermission('YfS94QodMK')) {
|
if (this.$hasPermission('ee684b4a9975f5d8a6dfe898c0332f98 ')) {
|
||||||
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
|
this.$http.get('lawss/sarStandFile/queryConvertAtt', {
|
||||||
attId: attId
|
attId: attId
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user